| description | applyTo |
|---|---|
Coding standards and conventions for the project, including JavaScript/TypeScript, CSS, and component structure. |
** |
- End every statement with a semicolon.
- Use single quotes for all string literals.
- Implement components as functions, not classes.
- Use arrow functions for all callbacks.
- Organize code by feature or module, keeping related files together.
- Write clear and concise JSDoc/TSDoc comments for functions, components, and modules.
Note: Most language-specific guidelines have been migrated to Agent Skills for better performance:
- JavaScript/TypeScript Standards - ES2022, Node.js, async/await
- Vue Development - Vue 3 Composition API
- Nuxt Development - Nuxt 3, SSR/SSG
- CSS Standards - CSS organization & best practices
- Tailwind CSS - Tailwind v4+ utility classes
- HTML Standards - Semantic markup & accessibility
- C# Standards - C# naming & conventions
- .NET Development - .NET architecture & DI
- Markdown Standards - Documentation formatting
- Testing & TDD - TDD workflow & best practices
- Commit Conventions - Conventional Commits
- Best Practices - SOLID, DRY, KISS
- Security - OWASP Top 10
- Accessibility - Universal accessibility
- UI Guidelines - Design principles