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
Installs
2
Repository
yuann3/skills
First Seen
Feb 22, 2026