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. Use when this capability is needed.

tomevault-io 626897b 2 files · 6.0 KB Updated

File contents

tomevault-io/skills-registry/tree/main/kappaemme-git--codex-complexity-optimizer--codex-complexity-optimizer commit 626897b02b

Frequently asked questions

npx skillmds@latest add tomevault-io/complexity-optimizer