* feat: start on agents.md/claude.md * feat: set up * feat: api-client claude + skills * feat: apps/frontend * feat: skills list * fix: lint issues
1.1 KiB
1.1 KiB
See CLAUDE.md for all project instructions and guidelines.
Skills
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