Authors and structures professional-grade agent skills following the agentskills.io spec. Use when creating new skill directories, drafting procedural instructions, or optimizing metadata for discoverability. Don't use for general documentation, non-agentic library code, or README files.
Follow these steps to generate a skill that adheres to the agentskills.io specification and progressive disclosure principles.
assets/skill-template.md before drafting or restructuring the main SKILL.md.references/checklist.md before final validation.name: 1-64 characters, lowercase, numbers, and single hyphens only.description: Max 1,024 characters, written in the third person, including negative triggers.python3 scripts/validate-metadata.py --name "[name]" --description "[description]"stderr output and re-run until successful.name.scripts/: For tiny CLI tools and deterministic logic.references/: For flat (one-level deep) context like schemas or API docs.assets/: For output templates, JSON schemas, or static files.assets/skill-template.md as the starting point.references/.scripts/ directory.SKILL.md for "hallucination gaps" (points where the agent is forced to guess)./).references/checklist.md.scripts/validate-metadata.py fails, identify the specific error (e.g., "STYLE ERROR") and rewrite the field to remove first/second person pronouns.assets/ or references/ and delete human-oriented files.references/.