moltbloat v0.6.0
π moltbloat v0.6.0
Audit your Claude Code ecosystem for bloat, redundancy, and token waste.
β¨ What's New
Export & Integration
audit --jsonβ Export audit results as JSON for CI integrationaudit --export <path>β Save audit results to filesnapshot --export <path>β Export snapshots for team sharing
Smart Analysis
- Semantic duplicate detection β Finds plugins with similar functionality even with different names
- Usage-based recommendations β Cross-references audit findings with actual usage data
profile suggestβ One command analyzes ecosystem + usage + conflicts and recommends optimized profile
Configuration
ignored_findingsβ Dismiss false positives in configdefaults.auto_compactβ Automatically compact usage data- Customizable thresholds, cost rates, and penalties
Robustness
- File locking for concurrent writes
- Error logging to
~/.moltbloat/errors.log - Config schema migration (v1.0 β v1.1)
- Dependency checking
π Real-World Results
Before: 18 plugins, 275 skills, ~69K tokens, Health: 45/100
After: 12 plugins, ~240 skills, ~45K tokens, Health: 78/100
Savings: 35% token overhead, ~$0.07 per message (Sonnet)
Found: Two Vercel plugins with 100% overlap, one had zero usage
π Quick Start
# Install
claude plugin marketplace add https://github.com/jcgruesome/moltbloat
claude plugin install moltbloat
# Use
/moltbloat:audit # See your ecosystem health
/moltbloat:audit --json # Export for CI
/moltbloat:profile suggest # Get optimization recommendations
/moltbloat:clean --dry-run # Preview cleanupπΈ Screenshot
=== MOLTBLOAT ECOSYSTEM AUDIT ===
Health Score: 45/100 π΄ CRITICAL
HIGH PRIORITY:
β οΈ Token overload: ~69K tokens
everything-claude-code (108 skills)
vercel-plugin (51 skills)
vercel (35 skills)
β οΈ Duplicate: vercel + vercel-plugin
100% keyword overlap
vercel has zero usage
RECOMMENDATION:
Run: /moltbloat:profile suggest
Estimated savings: ~24K tokens (-35%)
π Documentation
π Stats
- 12 skills β No bloat, merged functionality
- MIT Licensed
- CI-tested with GitHub Actions
π¬ Support
- π Bug reports
- π‘ Feature requests
- π¬ Discussions
π Links
- Reddit: r/ClaudeCode post (add link after posting)
- Version: v0.6.0
- Requires: Claude Code 2.x