Skill reference
Frontmatter
Per the Agent Skills specification:Name Rules
- 1-64 characters
- Lowercase letters, numbers, hyphens only
- No leading/trailing hyphens
- No consecutive hyphens
- Must match parent directory name
pdf-processing, data-analysis, code-review
Invalid: PDF-Processing, -pdf, pdf--processing
Description Best Practices
The description determines when the agent loads the skill. Be specific. Good:Validation
Atomic validates skills against the Agent Skills standard. Most issues produce warnings but still load the skill:- Name doesn’t match parent directory
- Name exceeds 64 characters or contains invalid characters
- Name starts/ends with hyphen or has consecutive hyphens
- Description exceeds 1024 characters
SKILL.md files and SKILL.md files without a description produce warnings and are not loaded. Other Markdown files without valid skill frontmatter are ignored.
Name collisions (the same name from different real files) produce diagnostics and keep the existing first-winner precedence for /skill:name. Atomic also retains the other files as source-qualified candidates as described in Skill Commands.