Analyze skill growth patterns and predict context budget impact
Analyze skill file growth patterns and predict future context budget impact. Use this to identify skills needing proactive optimization before they exceed token limits.
/plugin marketplace add athola/claude-night-market/plugin install conserve@claude-night-marketAnalyzes skill file growth patterns over time and predicts future context budget impact. Helps identify skills that need proactive optimization.
# Analyze specific skill
/analyze-growth skills/context-optimization
# Analyze entire skills directory
/analyze-growth skills/
# Compare before/after optimization
/analyze-growth --compare skills/my-skill
/analyze-growth skills/context-optimization
# Output:
# Growth Analysis: context-optimization
# =====================================
# Current Size: 6,384 bytes (1,650 tokens)
# 30-day Growth Rate: +15%
# Predicted Size: 7,341 bytes (1,897 tokens)
#
# Status: WATCH
# Recommendation: Monitor for modularization opportunity
/analyze-growth skills/ --report
# Full report across all skills with rankings
| Category | Growth Rate | Action |
|---|---|---|
| Stable | < 5%/month | No action |
| Growing | 5-15%/month | Monitor |
| Fast | 15-30%/month | Plan optimization |
| Critical | > 30%/month | Immediate modularization |
Pairs with:
/optimize-context - Current state analysisgrowth-controller.py - Automated growth managementoptimizing-large-skills skill - Implementation patternspython3 ${CLAUDE_PLUGIN_ROOT}/scripts/growth-analyzer.py --growth "${1:-.}"