Agent Plugins Marketplace
All plugins

code-ops-suite

v1.55.0

Adaptive, multi-agent engineering workflows for any codebase: audit, security/privacy threat assessment, remediation, feature discovery & build, performance, tests, dependencies, PR review, doc alignment, onboarding, and code normalization. Developer-in-the-loop, behavior-preserving, with shared conventions.

Claude Code34 Skills1 MCP serverstdio

By SkylarLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
35 skill or MCP entries
Source updated
Sep 3, 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 code-ops-suite for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-ops-suite-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/skylarsabo/code-ops

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

Plugin files

plugins/code-ops-suite/
├── .claude-plugin/plugin.json
├── skills/adopt-global-standards/SKILL.md
├── skills/adopt-standards/SKILL.md
├── skills/adr/SKILL.md
├── skills/api-docs/SKILL.md
├── skills/architecture/SKILL.md
├── skills/atlas/SKILL.md
├── skills/calibration-run/SKILL.md
├── skills/codebase-audit/SKILL.md
├── skills/conform/SKILL.md
├── skills/current-docs/SKILL.md
├── skills/data-model/SKILL.md
├── skills/debug/SKILL.md
├── skills/dependency-upgrade/SKILL.md
├── skills/doc-alignment/SKILL.md
├── skills/everything/SKILL.md
├── skills/feature-discovery/SKILL.md
├── skills/feature-implementation/SKILL.md
├── skills/full-sweep/SKILL.md
├── skills/handoff/SKILL.md
├── skills/local-review-gate/SKILL.md
├── skills/normalize/SKILL.md
├── skills/onboarding/SKILL.md
├── skills/ops-docs/SKILL.md
├── skills/performance/SKILL.md
├── skills/pr-review/SKILL.md
├── skills/pr-split/SKILL.md
├── skills/provider-parity-audit/SKILL.md
├── skills/remediation/SKILL.md
├── skills/repo-docs/SKILL.md
├── skills/run-cost-audit/SKILL.md
├── skills/security-privacy-audit/SKILL.md
├── skills/ship/SKILL.md
├── skills/test-hardening/SKILL.md
├── skills/vault/SKILL.md
└── .mcp.json

Included Skills34

adopt-global-standardsskills/adopt-global-standards/SKILL.md

Use when the user's global ~/.claude/CLAUDE.md needs to be created, brought up to the suite's current doctrine, or re-verified after the marketplace's standards moved.

adopt-standardsskills/adopt-standards/SKILL.md

Use when a repo's CLAUDE.md standards contract needs to be created, brought up to the house style, or re-verified against reality.

adrskills/adr/SKILL.md

Use when you need to capture the WHY behind a codebase's architecture as decision records — backfilling load-bearing past decisions or authoring an ADR for a current one.

api-docsskills/api-docs/SKILL.md

Use when you need an accurate API/interface reference for a codebase, generated from the code and types, not memory.

architectureskills/architecture/SKILL.md

Use when you need a deep, diagram-rich architecture reference for a codebase, written for a senior engineer and grounded in the actual code.

atlasskills/atlas/SKILL.md

Use when a repo's atlas — its durable, per-repo cache of judgment about the codebase — needs to be created, refreshed after the code moved, or consolidated from inbox observations. Freshness is decided mechanically by atlas-check.mjs; see code-ops-docs/40 Engineering/Techniques/atlas.md.

calibration-runskills/calibration-run/SKILL.md

Use when you want a standardized real-scale calibration run of the suite against a target repo, in an isolated assess-only session, ending in a sanitized trend-table entry. Never quotes the target's internals back into this repo — see code-ops-docs/40 Engineering/Techniques/calibration-protocol.md.

codebase-auditskills/codebase-audit/SKILL.md

Use when you want a broad, multi-lens review of an unfamiliar or drifting codebase; writes a ranked findings backlog, applies only safe fixes.

conformskills/conform/SKILL.md

Use when you want to know whether a repo is on the code-ops standard at all, how far out of conformance it is, and then have it brought back — the standards contract, the docs vault, the atlas, and doc drift, assessed in one pass and repaired under checkpoint.

current-docsskills/current-docs/SKILL.md

Use when you need current, version-accurate docs for a library or framework before coding against its API — read from the installed version, not memory.

data-modelskills/data-model/SKILL.md

Use when you need a clear data-model reference for a codebase, generated from the real schema and migrations.

debugskills/debug/SKILL.md

Use when you have a bug symptom and want it driven from reproduction to a root-cause fix at full rigor.

dependency-upgradeskills/dependency-upgrade/SKILL.md

Use when dependencies are outdated or have known CVEs and you want safe, staged upgrades verified at each step; never bulk-bumps.

doc-alignmentskills/doc-alignment/SKILL.md

Use when docs have drifted from code and you want them reconciled into a clean single source of truth.

everythingskills/everything/SKILL.md

Use when you want the most exhaustive end-to-end pass across all three plugins; token-expensive and checkpointed. Cross-plugin superset — requires code-ops-suite, rigor, and privacy-opsec-suite installed.

feature-discoveryskills/feature-discovery/SKILL.md

Use when you want grounded, high-value feature ideas mined from the codebase (not a generic wishlist). Discovery only — writes no code.

feature-implementationskills/feature-implementation/SKILL.md

Use when feature specs already exist and you want them built incrementally. Requires specs as input.

full-sweepskills/full-sweep/SKILL.md

Use when you want the whole code-ops-suite run end-to-end on one codebase as a guided, checkpointed pipeline. Intra-plugin orchestrator; for the cross-plugin superset use everything.

handoffskills/handoff/SKILL.md

Use when a long run must survive a context limit, session end, or operator change — capture the run's true state as a verifiable HANDOFF.md, or resume from one, re-verifying every claim first.

local-review-gateskills/local-review-gate/SKILL.md

Use when deep review, OpSec review, or judgment evals should run locally before a PR, with exact-SHA receipts and optional GitHub status publication.

normalizeskills/normalize/SKILL.md

Use when a codebase has inconsistent style or the artifacts of hasty/generated code and you want one professional, behavior-preserving standard. To close divergent implementations of a concept, see rigor:consistency-closure.

onboardingskills/onboarding/SKILL.md

Use when you need a verified, code-grounded orientation guide (with an architecture diagram) for a new contributor.

ops-docsskills/ops-docs/SKILL.md

Use when you need an operational runbook for a codebase, written for the senior engineer who has to operate or be on-call for it.

performanceskills/performance/SKILL.md

Use when something is measurably slow or you want hot paths optimized with proof; profiles first. For broad behavior-preserving measured wins, see rigor:improve-measured.

pr-reviewskills/pr-review/SKILL.md

Use when you want a rigorous pre-merge review of one PR/diff against all quality lenses. For a verification-bar review that blocks only on reproduced defects, use rigor:deep-review; for an anonymity gate, privacy-opsec-suite:opsec-pr-gate.

pr-splitskills/pr-split/SKILL.md

Use when you have one big branch you want carved into a clean, reviewable stack of small PRs, each independently green and traceless.

provider-parity-auditskills/provider-parity-audit/SKILL.md

Use when you want to audit the marketplace's own prose for provider-specific assumptions (harness mechanics, tool names, hook semantics) that would mislead a reader on a different host. The mechanical render layer is already covered by build-codex-marketplace.mjs --check; this skill covers prose only.

remediationskills/remediation/SKILL.md

Use when a FINDINGS_REGISTER.md already exists and you want its NEEDS-REVIEW/NEEDS-DESIGN items implemented safely with tests. Requires a register as input.

repo-docsskills/repo-docs/SKILL.md

Use when repository documentation must be extracted, refreshed, or proven current from one manifest-owned documentation hub.

run-cost-auditskills/run-cost-audit/SKILL.md

Use when you want to audit a completed orchestrated run's cost discipline — dispatch counts, artifact sizes, tier/effort mix — against the suite's own bounded-wave and routing doctrine. Consumes a finished run's artifact folder, not a live one.

security-privacy-auditskills/security-privacy-audit/SKILL.md

Use when you need an adversarial security + privacy threat assessment of attack surface and deanonymization paths — deeper than the audit's security lens. For anonymity-specific egress/metadata/fingerprint work, use the privacy-opsec-suite.

shipskills/ship/SKILL.md

Use when you want to implement one change — a feature or a one-off — end to end at high quality, shipped as a clean traceless PR.

test-hardeningskills/test-hardening/SKILL.md

Use when critical paths lack meaningful coverage or tests are flaky; builds characterization + regression tests. To audit whether existing tests actually catch faults, use rigor:test-suite-audit.

vaultskills/vault/SKILL.md

Use when a repo needs its Obsidian docs vault created, an existing docs tree migrated into the standard layout, or an existing vault checked for conformance.

MCP servers1

code-ops-docsstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/scripts/lib-docs-mcp.mjs

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/code-ops-suite/.claude-plugin/plugin.json
{
  "name": "code-ops-suite",
  "description": "Adaptive, multi-agent engineering workflows for any codebase: audit, security/privacy threat assessment, remediation, feature discovery & build, performance, tests, dependencies, PR review, doc alignment, onboarding, and code normalization. Developer-in-the-loop, behavior-preserving, with shared conventions.",
  "version": "1.55.0",
  "license": "MIT",
  "author": {
    "name": "Skylar"
  },
  "keywords": [
    "audit",
    "code-review",
    "security",
    "privacy",
    "refactor",
    "testing",
    "performance",
    "dependencies",
    "documentation",
    "workflow",
    "agents",
    "orchestration"
  ],
  "mcpServers": {
    "code-ops-docs": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/scripts/lib-docs-mcp.mjs"
      ]
    }
  }
}

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

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