From claude-md-auditor
Audit CLAUDE.md files for redundancy, verbosity, and adherence to best practices. This skill should be used when reviewing, improving, or cleaning up CLAUDE.md files to ensure they remain effective and concise.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-md-auditor:auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Audit and improve CLAUDE.md files based on Claude Code Best Practices.
Audit and improve CLAUDE.md files based on Claude Code Best Practices.
Read the CLAUDE.md file specified by $ARGUMENTS. If no path is provided, look for CLAUDE.md in the current working directory.
Read references/best-practices.md to understand the evaluation criteria.
For each section in CLAUDE.md, evaluate:
Output a structured report in this format:
# CLAUDE.md Audit Report
## Summary
- Total lines: X
- Lines to remove: Y
- Lines to improve: Z
- Health score: X/10
## Issues Found
### Redundant Content
[List items that Claude can infer from code]
### Overly Verbose
[List sections that should be condensed]
### Stale/Outdated
[List references to old patterns or removed features]
### Vague Instructions
[List non-actionable guidance]
### Missing Information
[List recommended additions based on codebase analysis]
## Recommended Changes
### Remove
[Specific lines/sections to delete]
### Condense
[Suggestions for making sections more concise]
### Add
[Recommended additions with rationale]
After presenting the report, ask the user if they want to apply the recommended changes automatically.
npx claudepluginhub xmgrex/ccx-arsenal --plugin claude-md-auditorAudits and improves CLAUDE.md files in repositories by scanning for them, evaluating quality against criteria, generating reports, and applying targeted updates after approval.
Audits and improves CLAUDE.md files in repositories by discovering files via glob/bash, scoring quality against checklists, generating reports, and applying targeted updates after approval. Use for CLAUDE.md audits, fixes, maintenance, or project memory optimization.
Provides best practices for creating, updating, and auditing CLAUDE.md files including constraints, commands, architecture overviews, and bloat reduction for projects.