By jcgruesome
Audit your Claude Code ecosystem for bloat, redundancy, and token waste. Tracks usage, manages profiles, estimates costs. Includes dry-run mode, trend analysis, self-diagnostics, and configurable thresholds.
Full ecosystem audit with compatibility checking — scans plugins, MCPs, skills, agents, rules, and configs for bloat, redundancy, staleness, and conflicts. Use --deep for a multi-agent forensic audit with adversarially verified findings and a shareable report artifact
Diff your ecosystem against a previous snapshot — see what changed, what was added, what was removed
Interactive cleanup — review audit findings and selectively remove bloat with confirmation before each action (supports dry-run)
Dependency graph — show what each plugin provides and the blast radius of removing it
Self-diagnostic for the moltbloat plugin — check moltbloat's installation health, dependencies, permissions, and data integrity. Not a general Claude Code diagnostic; for that, use Claude Code's built-in /doctor command.
Matches all tools
Hooks run on every tool call, not just specific ones
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
███╗ ███╗ ██████╗ ██╗ ████████╗██████╗ ██╗ ██████╗ █████╗ ████████╗
████╗ ████║██╔═══██╗██║ ╚══██╔══╝██╔══██╗██║ ██╔═══██╗██╔══██╗╚══██╔══╝
██╔████╔██║██║ ██║██║ ██║ ██████╔╝██║ ██║ ██║███████║ ██║
██║╚██╔╝██║██║ ██║██║ ██║ ██╔══██╗██║ ██║ ██║██╔══██║ ██║
██║ ╚═╝ ██║╚██████╔╝███████╗██║ ██████╔╝███████╗╚██████╔╝██║ ██║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═════╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝
Audit your Claude Code ecosystem for bloat, redundancy, and token waste
A Claude Code plugin that audits your ecosystem for bloat, redundancy, and token waste — with usage tracking, cost analysis, and ecosystem profiles.
# From GitHub marketplace
claude plugin marketplace add https://github.com/jcgruesome/moltbloat
claude plugin install moltbloat
# From local path
claude plugin marketplace add /path/to/moltbloat
claude plugin install moltbloat
/moltbloat:help # Show all available commands
/moltbloat:audit # Full scan with health score (0-100), includes compatibility
/moltbloat:audit --json # Export audit as JSON for CI integration
/moltbloat:audit --export <path> # Save audit results to file
/moltbloat:audit --deep # Multi-agent forensic audit -> verified findings + report artifact
/moltbloat:token-budget # Context cost breakdown + dollar estimates
/moltbloat:clean # Interactive cleanup with confirmation
/moltbloat:clean --dry-run # Preview cleanup without making changes
/moltbloat:diagnose # Self-diagnostic and health check
/moltbloat:changelog # Diff ecosystem against last snapshot
/moltbloat:depends # Dependency graph + blast radius
/moltbloat:why <plugin> # Quick "should I keep this?" card
/moltbloat:usage # What you actually use vs installed — mined from native history
/moltbloat:profile list # See available profiles
/moltbloat:profile suggest # Intelligent optimization based on usage + audit
/moltbloat:profile apply lean # Switch to minimal config
/moltbloat:profile auto # Auto-generate profile from usage data
/moltbloat:profile export <name> # Share a profile as portable JSON
/moltbloat:profile import <path> # Import a shared profile
/moltbloat:snapshot # Save baseline, detect drift
/moltbloat:snapshot trends # Show historical trends
/moltbloat:snapshot --export # Export snapshot JSON
/moltbloat:team-report # Aggregate findings across team
/moltbloat:usage mines Claude Code's own session transcripts (~/.claude/projects/) to show exactly what you use vs what's just consuming context — immediately, from your first run, no waiting for data to accumulate. Every component is tiered by recency (active / stale / never used), and never-used MCPs, plugins, and agents come with the exact disable command. A silent PostToolUse hook supplements this with forward-looking corroboration.
Switch between lean (2-3 plugins, ~5K tokens) and full (everything, ~40K+ tokens) with one command. Or create custom profiles for frontend, backend, or project-specific work.
Token-budget shows the actual dollar cost of your ecosystem overhead:
Finds plugin conflicts before they cause mysterious behavior: hook collisions, skill name shadowing, duplicate MCP tools. Smart duplicate detection identifies semantic overlaps (e.g., two Vercel deployment plugins) even with different names.
All checks are structural — no hardcoded plugin names or curated opinion lists. The audit detects redundancy by analyzing what's actually installed and where things overlap, not by maintaining a database of "X replaces Y." The ecosystem evolves fast; moltbloat keeps up automatically.
Cross-references audit findings with actual usage data. A plugin with zero usage that duplicates another plugin's functionality gets flagged as high priority for removal. Usage tracking is silent and automatic.
npx claudepluginhub jcgruesome/moltbloat --plugin moltbloatMemory compression system for Claude Code - persist context across sessions
45% cost reduction measured. Cache expiry prevention, SubTask auto-delegation, zero-cost context restoration, real-time cost dashboard. The only Claude Code plugin built from CC source analysis.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Unified capability management center for Skills, Agents, and Commands.
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses