skills/smithery.ai/Agent Skill Standards

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

  1. One Topic per Skill: Avoid "General UI" or "Common Utils". Use specific titles like Hero Section Stability or Currency Display Standards.
  2. 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.
  3. 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: name and description.
  • 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.
Installs
First Seen
Agent Skill Standards from smithery.ai