claude-audit
Installation
SKILL.md
Claude Audit Skill
Analyze all .claude/ configuration files to find optimization opportunities.
Workflow
- Scan files: Find all
.mdfiles in.claude/directory (rules/, commands/, agents/, skills/) - Analyze each file for:
- Redundant instructions: Rules that repeat across multiple files
- Verbose phrasing: Overly wordy explanations that can be concise
- Move to memory candidates: Content rarely needed in context but referenced
- Present findings in a structured format
- Ask user: Which optimizations to implement?