Skip to content

Kappaemme-git/codex-complexity-optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codex Complexity Optimizer

Codex skill for analyzing a codebase, finding algorithmic complexity and performance hotspots, and producing safe optimization reports.

Install

npm install -g codex-complexity-optimizer

The package installs the skill into:

${CODEX_HOME:-~/.codex}/skills/complexity-optimizer

You can also run the installer directly:

npx codex-complexity-optimizer

Use

In Codex:

Use $complexity-optimizer to analyze this codebase and give me a report.

By default, report-only prompts do not modify files. The skill reports file/line, current complexity, recommended change, expected complexity after the change, risk level, and tests or benchmarks needed.

To apply a change, ask explicitly:

Use $complexity-optimizer to implement the lowest-risk optimization from the report and run the relevant tests.

About

Codex skill for safe codebase complexity analysis and performance optimization reports

Resources

License

Stars

905 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors