codebase-optimizer
Installation
SKILL.md
Codebase Optimizer
Autonomous optimization system that analyzes code, detects patterns, learns from fixes, and prevents regressions.
When To Use
- After making changes that might have unintended side effects
- When screenshots show visual regressions
- Before committing to ensure no issues were introduced
- To proactively scan for common anti-patterns
- To learn from fixes and update documentation automatically
Core Workflow
1. Autonomous Analysis Loop
Analyze → Detect → Fix → Validate → Learn → Document