What problem does it solve?
This Skill unit provides guidelines for authors to create clear, effective, and maintainable agent skills.
Core Features & Use Cases
- Weakest-Reader Principle: Ensures that the skill is understandable by an agent with limited reasoning capacity.
- Naming and Frontmatter: Guidelines on how to structure skill names and frontmatter for clarity and discoverability.
- Structure: A recommended structure for
SKILL.md files to ensure a consistent and clear presentation of instructions.
- Examples: How to write and include examples that are clear and informative.
- References and Paths: Best practices for referencing external content and internal components.
- Runtime Robustness: Ensures the skill works reliably in both Claude Code and the Anthropic Skills API.
- Deployment: Guidelines for deploying skills to the Anthropic Skills API.
Quick Start
Read the 'SKILL.md' file for the skill unit 'authoring-agent-skills' to understand the conventions for creating agent skills.