#449 · Primary category: AI Coding Assistants
codex-complexity-optimizer
Codex skill for safe codebase complexity analysis and performance optimization reports
Project last updated:05/15/26
GitHub Stars
914
Forks
59
Contributors
1
License
MIT
Why we included this project
For anyone running Codex on real code, this skill gives the agent a disciplined path from slow-code spotting to a concrete, reviewable report: it flags algorithmic complexity and performance hotspots, then lists each issue with file/line, current complexity, a recommended change, expected complexity afterwards, risk level, and the tests or benchmarks that would confirm the fix. The report-only default is the key difference from typical autopilot tooling: nothing is edited unless you explicitly ask it to implement the lowest-risk optimization and run the relevant tests. That keeps human sign-off in the loop for teams that want AI to propose performance work without silently rewriting production code. For an existing Codex setup, it's a straightforward add-on that makes optimization work more careful and easier to audit.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.