claude-skill-spec-audit
Installation
SKILL.md
Skill Spec Audit
Check installed skills against the agentskills.io specification and local conventions for metadata completeness.
Arguments
- Skill names: tokens after the command -> filter to those skills only
- --fix: automatically add missing fields (prompts for values)
- Default: scan all non-symlinked skills in
~/.claude/skills/
Spec Requirements (agentskills.io)
| Field | Required | Notes |
|---|---|---|
name |
Yes | 1-64 chars, lowercase, hyphens only, must match directory name |
description |
Yes | 1-1024 chars, non-empty |
compatibility |
No | Max 500 chars, environment requirements |
metadata |
No | Arbitrary key-value map |
allowed-tools |
No | Space-delimited tool list (experimental) |