Skip to content

Introduction

CodeOps is the CodeOps AI-development workflow — 9 skills + 13 slash commands + always-on coding standards — packaged as an installable Claude Code plugin.

Why it exists

CodeOps is ported from the original codeops-mcp server, which was built for Cline. That MCP server existed to load rule documents on demand so the context window wouldn't blow up. Claude Code does that natively via skill progressive disclosure — only each skill's name and description load up front, and the body loads when the skill is actually used. So the MCP machinery is gone and only the knowledge remains.

What you get

How it fits together

The skills compose into the original CodeOps pipelines, for example:

grill_me → make_requirements → preflight → make_plan → preflight → exec_plan

with roadmap tracking the whole feature-set across its lifecycle and techdocs keeping architecture docs current.

Next steps

Released under the MIT License.