Loading...
Loading...
Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.
npx skill4agent add callstackincubator/agent-skills validate-skillsskills/| Check | Rule |
|---|---|
| 1-64 chars, lowercase alphanumeric + hyphens, no leading/trailing/consecutive hyphens |
| Directory name must equal |
| 1-1024 characters, non-empty |
| Optional fields valid | |
| Check | Rule |
|---|---|
| Description format | Third person, describes what + when to use |
| Body length | Under 500 lines |
| References one-level deep | No nested reference chains |
| Links are markdown | Use |
| No redundancy | Don't repeat description in body |
| Concise | Only add context Claude doesn't already have |
fd -t d -d 1 . skills/SKILL.md## Validation Results
### skills/example-skill
- [PASS] name format valid
- [FAIL] name "example" doesn't match directory "example-skill"
- [PASS] description length OK (156 chars)