Audit and improve CLAUDE.md files in repositories. Scans for all CLAUDE.md files, evaluates quality against criteria, outputs quality report, then makes targeted updates.
Audits and improves CLAUDE.md files across repositories by evaluating quality and applying targeted updates.
/plugin marketplace add https://www.claudepluginhub.com/api/plugins/aventerica89-claude-codex/marketplace.json/plugin install aventerica89-claude-codex@cpd-aventerica89-claude-codexThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Audit, evaluate, and improve CLAUDE.md files across a codebase.
Find all CLAUDE.md files:
find . -name "CLAUDE.md" -o -name ".claude.md" -o -name ".claude.local.md" 2>/dev/null | head -50
File Types:
| Type | Location | Purpose |
|---|---|---|
| Project root | ./CLAUDE.md | Primary project context (shared with team) |
| Local overrides | ./.claude.local.md | Personal/local settings (gitignored) |
| Global defaults | ~/.claude/CLAUDE.md | User-wide defaults |
| Package-specific | ./packages/*/CLAUDE.md | Module-level context in monorepos |
| Criterion | Weight | Check |
|---|---|---|
| Commands/workflows documented | High | Build/test/deploy commands present? |
| Architecture clarity | High | Can Claude understand the codebase structure? |
| Non-obvious patterns | Medium | Gotchas and quirks documented? |
| Conciseness | Medium | No verbose or obvious info? |
| Currency | High | Reflects current codebase state? |
| Actionability | High | Instructions executable, not vague? |
Quality Scores:
Output quality report BEFORE making any updates.
After user approval:
Apply changes using Edit tool. Preserve existing structure.
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.