Skip to content

moltbloat v0.6.0

Choose a tag to compare

@jcgruesome jcgruesome released this 06 Apr 02:14

πŸŽ‰ 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 integration
  • audit --export <path> β€” Save audit results to file
  • snapshot --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 config
  • defaults.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


πŸ”— Links

  • Reddit: r/ClaudeCode post (add link after posting)
  • Version: v0.6.0
  • Requires: Claude Code 2.x