skill-audit
Installation
SKILL.md
Skill Audit
Purpose
Systematically validate Claude Code / Agent Skills directories for correctness, security, and quality. Combines static analysis (deterministic checks) with AI reasoning (judgment on trigger scope, coexistence, context efficiency).
Workflow
Step 1: Static Analysis
Run the bundled auditor from the repository root:
python skills/skill-audit/scripts/skill_audit.py <skill-path> --surface claude-code
For agent-api mode (strict, requires name and description):
Related skills
More from nayuta/agent-skills
security-scan
|
22security-review
|
13mend-docs
Maintain and synchronize documentation files with the actual codebase (agents and skills).
13audit-docs
Validate CLAUDE.md and AGENTS.md against actual codebase structure and conventions.
12validate-fix
Iteratively run Agent Skill validation and resolve any issues found.
12mend-agent-rules
Synchronize CLAUDE.md and AGENTS.md with available agents and skills.
12