flash-brew-digital/Validate Skill
Validates a SKILL.md file against the Agent Skills specification (agentskills.io)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the skill directory containing SKILL.md | no | . |
| fail-on-warning | Treat warnings as errors | no | false |
| ignore-rules | Comma-separated list of rule IDs to ignore (e.g., "name-match-directory,description-quality") | no | "" |
| enforce-directories | Comma-separated list of directories the skill must include (e.g., "scripts,references") | no | "" |
| validate-references | Check that file references in SKILL.md actually exist | no | false |
Outputs
| name | description |
|---|---|
| valid | Whether the SKILL.md is valid (true/false) |
| errors | JSON array of validation errors |
| warnings | JSON array of validation warnings |