Skip to content

CodeOpsAI-development workflow for Claude Code

9 skills + 13 commands + always-on coding standards, packaged as an installable plugin.

What is CodeOps?

CodeOps is a disciplined AI-development workflow delivered as a native Claude Code plugin. It gives Claude a set of skills (multi-step protocols for planning, requirements, audits, docs, and more), a set of slash commands, and a single source of always-on coding standards that load into every session automatically.

It is ported from the original codeops-mcp server (built for Cline). The 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, so the machinery is gone and only the knowledge remains.

The pipeline

The skills are designed to compose into a single, repeatable pipeline:

grill_me → make_requirements → preflight → make_plan → preflight → exec_plan

…with roadmap tracking the whole feature-set and techdocs keeping architecture docs current. Start with the tutorials to see it end to end.

Released under the MIT License.