Agent Skill Standards
Installation
SKILL.md
Agent Skill Standards
To maintain a high-quality codebase and a consistent AI pair-programming experience, skills must follow these standards.
Granularity & Focus
- One Topic per Skill: Avoid "General UI" or "Common Utils". Use specific titles like
Hero Section StabilityorCurrency Display Standards. - Minimal Duplication: If a rule applies to multiple components (e.g., currency formatting in charts and lists), create a single central skill and reference it.
- Actionable Rules: Skills must provide concrete "MUST" and "MUST NOT" rules, not just general descriptions.
Structure
Every SKILL.md MUST follow this structure:
- YAML Frontmatter:
nameanddescription. - Primary Header: Title of the skill.
- Rules/Principles: The core technical or design requirements.
- Implementation Examples: Snippets of Kotlin, XML, or Gradle code demonstrating the "Correct" way.
- Checklist: A short list of verification items to ensure compliance.