Skip to main content

complexity-optimizer

Analyze a codebase for algorithmic complexity and performance hotspots, then propose or implement safe optimizations without breaking behavior. Use when asked to scan many files, find inefficient loops, nested iteration, repeated scans, costly rendering/recomputation, N+1 queries, avoidable O(n^2) or O(n) operations, or reduce complexity such as O(n^2) → O(n log n) / O(n), while preserving tests, APIs, outputs, and maintainability.

Jump to install

Source facts

Repository
materkey/cc-plugins
Last source activity
June 12, 2026 at 10:14
Detected SKILL.md language
English
Stars
1
Forks
0

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.