Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

complexity-optimizer

// Analyze a software codebase for algorithmic complexity and performance hotspots, then propose or implement safe optimizations without breaking behavior. Use when Codex is 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) to O(n log n) / O(n), while preserving tests, APIs, outputs, and maintainability.

$ git log --oneline --stat
stars:881
forks:56
updated:2026년 5월 15일 13:33
파일 탐색기
5 개 파일
SKILL.md
readonly