skill-warden
Installation
SKILL.md
Skill Warden
"Trust, but verify."
With a repository containing over 100+ highly specialized agent skills, technical debt and security risks become non-trivial. Skill Warden automates the health and security audits of the skills/ directory.
Core Directives
- Dead Skill Detection: Scans for skills that haven't been invoked in the last 30 days or lack proper
SKILL.mdformatting. - Security Auditing: Parses shell commands embedded in skills. Flags any usage of destructive flags (e.g.,
rm -rf,--deletewithrsync) or unauthorized external API calls. - Conflict Resolution: Identifies duplicate trigger phrases across different skills.
- Grading Matrix: Assigns a health score (0-100) to each skill based on documentation completeness, deterministic behavior, and safety constraints.
Usage
When invoked via "Run Skill Warden" or "Audit my skills":
- Recursively read all
SKILL.mdfiles. - Generate a
skill_audit_report.mdartifact detailing warnings, critical errors, and a list of deprecated skills. - Await user confirmation before attempting auto-fixes or deletion of dead skills.