Agent Plugins Marketplace
All plugins

optimization-suite

v1.0.0

Surgical implementation plus measured performance, dependency, modernization, and benchmark workflows.

CodexAgent Plugins5 Skills

By Lev NikolaevichLicense: MIT557 GitHub starsUpdated 3 weeks ago

Directory evidence

Runtimes
Codex and Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install optimization-suite for Codex

Installs for the current user
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin marketplace upgrade levnikolaevich-skills-marketplace
codex plugin add optimization-suite@levnikolaevich-skills-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the levnikolaevich-skills-marketplace catalog, then install this plugin.

Compatibility: the page URL and API slug “optimization-suite” remain stable.

  • Codex: optimization-suite@agent-plugin-marketplaceoptimization-suite@levnikolaevich-skills-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/levnikolaevich/claude-code-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/optimization-suite/.

Plugin files

plugins/optimization-suite/
├── .codex-plugin/plugin.json
├── plugin.json
├── skills/ln-31-performance-optimizer/SKILL.md
├── skills/ln-32-dependency-upgrader/SKILL.md
├── skills/ln-33-code-modernizer/SKILL.md
├── skills/ln-34-benchmark-comparator/SKILL.md
└── skills/ln-35-surgical-change-implementer/SKILL.md

Included Skills5

ln-31-performance-optimizerskills/ln-31-performance-optimizer/SKILL.md

Optimizes a measured latency, throughput, memory, CPU, or I/O problem through profiling and keep-or-discard experiments. Use for a known bottleneck; not unbiased A/B comparison.

ln-32-dependency-upgraderskills/ln-32-dependency-upgrader/SKILL.md

Upgrades dependencies across package managers with breaking-change research and rollback-safe verification. Use for dependency maintenance; not general code modernization.

ln-33-code-modernizerskills/ln-33-code-modernizer/SKILL.md

Modernizes a bounded capability by removing obsolete custom mechanisms or reducing bundle and maintenance cost. Use for proven modernization value; not routine upgrades or tuning.

ln-34-benchmark-comparatorskills/ln-34-benchmark-comparator/SKILL.md

Compares tools or implementations through reproducible A/B workloads, correctness oracles, and controlled measurements. Use to choose alternatives; not to optimize a known bottleneck.

ln-35-surgical-change-implementerskills/ln-35-surgical-change-implementer/SKILL.md

Implements a bounded product-code change through the smallest complete root-cause solution. Use for scoped delivery; not for planning, review, audit, upgrades, modernization, or tuning.

Plugin manifests2

plugins/optimization-suite/.codex-plugin/plugin.json
{
  "name": "optimization-suite",
  "version": "1.0.0",
  "description": "Surgical implementation plus measured performance, dependency, modernization, and benchmark workflows.",
  "author": {
    "name": "Lev Nikolaevich",
    "email": "[email protected]",
    "url": "https://github.com/levnikolaevich"
  },
  "homepage": "https://github.com/levnikolaevich/claude-code-skills",
  "repository": "https://github.com/levnikolaevich/claude-code-skills",
  "license": "MIT",
  "keywords": [
    "optimization",
    "performance",
    "dependencies",
    "modernization",
    "benchmarking"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Optimization Suite",
    "shortDescription": "Measured code optimization",
    "longDescription": "Deliver minimal complete changes and optimize code through bounded scope, reproducible evidence, and keep-or-discard decisions.",
    "developerName": "Lev Nikolaevich",
    "websiteURL": "https://github.com/levnikolaevich/claude-code-skills",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "defaultPrompt": [
      "Implement or optimize this bounded change through the smallest evidence-backed solution."
    ]
  }
}
plugins/optimization-suite/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "optimization-suite"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[optimization-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/optimization-suite)