coding-standards
Installation
SKILL.md
Coding Standards & Best Practices
Universal coding standards applicable across all projects.
When to Activate
- Reviewing code for quality and maintainability
- Refactoring existing code to follow conventions
- Enforcing naming, formatting, or structural consistency
- Setting up linting, formatting, or type-checking rules
Framework-Specific Patterns
If the task involves a specific framework, use the dedicated skill instead of this file:
| Framework | Skill | Covers |
|---|---|---|
| React | skill: react-patterns |
Components, Hooks, Zustand, performance, anti-patterns |
| Vue 3 | skill: vue-patterns |
Composition API, Pinia, composables, performance, anti-patterns |