← Back to all plugins

Optimization Suite

Multi-cycle performance profiling, dependency upgrades, and code modernization

$ /plugin add levnikolaevich/claude-code-skills --plugin optimization-suite Copy

Skills

12 skills for performance, dependency, and modernization workflows.

Skill IDDescription
ln-810Multi-cycle diagnostic pipeline
ln-811Runtime profiling, multi-metric measurement
ln-812Benchmarks and solution research
ln-813Validate plan via Codex + Gemini
ln-814Hypothesis testing with keep/discard
ln-820Coordinate package upgrades
ln-821npm/yarn/pnpm upgrades
ln-822.NET NuGet upgrades
ln-823Python pip/poetry/pipenv upgrades
ln-830OSS replacement + bundle optimization
ln-831Replace custom modules with OSS
ln-832Reduce JS/TS bundle size

How it works

Performance: ln-811 profiles runtime → ln-812 researches solutions → ln-813 validates the plan via multi-agent review → ln-814 tests hypotheses with keep/discard loop. Repeat until targets are met.

Dependencies: ln-820 coordinates → ln-821/ln-822/ln-823 upgrade npm, NuGet, or pip packages.

Modernization: ln-830 coordinates → ln-831 replaces custom code with OSS + ln-832 optimizes bundle size.

Quick start

# Profile and optimize
ln-810-performance-optimizer

# Upgrade dependencies
ln-820-dependency-optimization-coordinator

# Modernize code
ln-830-code-modernization-coordinator