Runs static analysis and spits out cyclomatic complexity, maintainability index, and duplicate code metrics. The iron laws are unusually strict: never set complexity thresholds above 20, always analyze project-wide before drilling into files, and always focus on high-complexity files that also change frequently. It enforces a process of weekly tracking rather than one-off scans, which is the right call since technical debt accumulates silently. The real value is the combination of metrics with mandatory next steps. Every hotspot requires a specific refactoring suggestion, not just a number. Works best with code-reviewer and refactoring-specialist agents, and the memory protocol assumes you'll be interrupted mid-analysis.
npx skills add https://github.com/oimiragieo/agent-studio --skill code-analyzer