code-quality-standards
Installation
SKILL.md
Code Quality Standards
Core principle: Write clean, maintainable code that speaks for itself.
When to Use This Skill
Always use when:
- Writing any new code
- Refactoring existing code
- Reviewing code before committing
- Creating functions, variables, or classes
This is mandatory - not optional.
Five Non-Negotiable Rules
1. Variable Names Must Be Descriptive, Not IDs
Related skills
More from yuann3/skills
vike-skills
Use when building or working with Vike + Vue SSR/SSG applications - establishes best practices for page creation, data fetching, routing, and layouts
13mastra-skills
Use when building or working with Mastra agents - establishes best practices for agent development, tool creation, and workflow orchestration
2