- Add 60 new agents across all 10 categories (75 -> 135) - Add 95 new plugins with command files (25 -> 120) - Update all agents to use model: opus - Update README with complete plugin/agent tables - Update marketplace.json with all 120 plugins
589 B
589 B
Analyze and reduce code bundle size, dependency bloat, and binary footprint.
Steps
- Measure the current size:
- Identify the largest contributors:
- Apply size reduction strategies:
- Optimize assets:
- Configure build optimizations:
- Measure the result and compare against the baseline.
Format
Before: <size>
After: <size>
Reduction: <percentage>
Changes:
Rules
- Measure before and after with the same build configuration.
- Do not remove dependencies that are actually used at runtime.
- Verify functionality after removing or replacing dependencies.