290 capabilities. You're using 30. Let's fix that.
A Claude Code plugin that audits your setup, scores it across 8 dimensions, and generates a prioritized optimization plan with copy-paste config fixes.
claude plugin install claude-code-optimizerOr add to your project's .claude/settings.json:
{
"enabledPlugins": {
"claude-code-optimizer@ai-jungle": true
}
}/audit
Maps every plugin, skill, command, hook, and MCP server. Scores 8 dimensions. Generates prioritized recommendations with config diffs.
/audit quick
Composite score + grade + top 3 fixes. Fast.
/audit json
Structured output for programmatic consumption, dashboards, or before/after comparison.
| Dimension | What We Check |
|---|---|
| Coverage | Right plugins for your stack? |
| Redundancy | Multiple tools doing the same thing? |
| Config Hygiene | Conflicts, stale config, missing CLAUDE.md? |
| Memory Health | MEMORY.md under limit? Well-organized? |
| Workflow | Full lifecycle: plan → build → test → review → ship → deploy? |
| Commands | Well-documented? Overlap with plugins? |
| MCP Utilization | Connected servers actually used? |
| Security | Minimal permissions? No secrets? No --no-verify? |
| Grade | Score | Meaning |
|---|---|---|
| A | 90-100% | Optimized — minor tweaks only |
| B | 75-89% | Good — some improvements available |
| C | 60-74% | Functional — significant improvements |
| D | 40-59% | Underutilized — major gaps |
| F | 0-39% | Needs complete setup |
The audit generates:
- Report saved to
.claude/audit-report-{date}.md - Executive summary with grade, strengths, issues
- Overlap map showing redundant capabilities
- Prioritized recommendations (P0: fix now → P3: nice-to-have)
- Quick wins with copy-paste config changes
Need hands-on optimization? AI Jungle offers:
| Tier | Price | Includes |
|---|---|---|
| Lite | $29 | Automated audit report |
| Standard | $79 | Report + config fixes applied + before/after |
| Premium | $199 | Full audit + custom skills/hooks + 30-min call |
Visit welcometotheaijungle.com/tools/claude-code-optimizer
MIT — by AI Jungle