See CLAUDE.md for all project instructions and guidelines.
Project-specific skills (patterns, conventions, and implementation guides) are located in .claude/skills/. Each skill has a SKILL.md describing the pattern:
- Dependency Injection — Vue provide/inject DI layer using
createContext - Cross-Platform Pages — Shared component architecture across Nuxt and Tauri frontends
- Multistage Modals — Wizard-like modal flows with
MultiStageModal - Figma MCP — Translating Figma designs to Modrinth Vue components
- i18n Convert — Converting hard-coded strings to vue-i18n localization
- API Module — Adding new endpoint modules to
@modrinth/api-client - TanStack Query — Server state management with
@tanstack/vue-queryv5