Claude Code / MCP skills for the dev pipeline: discover, spec, design, build, ship, operate.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
skills that ship.
A coordinated set of Claude skills covering the full software development pipeline — discover, spec, design, build, audit, ship, scale. One skill per phase. A shared JSON checkpoint protocol carries context across sessions and skills, so work resumes where you left off.
Site & docs: https://opchain.dev
Ships the skills plus the hooks that enforce them: a commit gate bound to the code being committed, pipeline state at session start, and a pointer to the next skill when one finishes.
SKILL.md from skills/Verify the installed version against the published one:
| skill | what it does |
|---|---|
oc-app-architect | Discover → spec → build, with Generator/Evaluator QA loop |
oc-stack-forge | Stack advisor across Cloudflare, Vercel, AWS, Supabase, etc. |
oc-ux-engineer | Design Planner → Generator → Evaluator harness |
oc-dash-forge | Dashboards and dense-data UIs (spec + React prototype) |
oc-integrations-engineer | Third-party API integrations (Slack, Stripe, OAuth) |
oc-api-dev | First-party API design (OpenAPI, GraphQL, SDKs) |
oc-code-auditor | Auditor → Fixer → Verifier; 5-layer pre-deploy sweep |
oc-security-auditor | Threat modeling, OWASP hardening, attack-surface review |
oc-bug-check | Pre-commit QA gate: types, lint, tests, anti-patterns, secrets |
oc-git-ops | Branches, commits, PRs, sync |
oc-deploy-ops | Audit gate → staging → production with rollback |
oc-monitoring-ops | Post-deploy observability — uptime, errors, alerts |
oc-scale-ops | Load tests, perf budgets, caching, capacity planning |
oc-migration-ops | DB / framework / auth / platform migrations |
oc-reverse-spec | Reverse-engineer existing code into spec docs |
oc-release-ops | Version bumps, changelogs, release announcements |
oc-orchestrator | Cross-skill status and routing (/oc-ops) |
oc-checkpoint-protocol | Shared session-persistence schema (bundled in every skill) |
Full descriptions, triggers, and examples: https://opchain.dev/skills
Every skill writes a JSON checkpoint to .checkpoints/ in your project.
Skills read each other's checkpoints to make informed decisions — context
flows forward without manual handoffs.
oc-deploy-ops reads oc-code-auditor — CRITICAL findings block deployoc-ux-engineer — grades frontend against the
approved design specoc-git-ops reads oc-app-architect — names branches by sprintSchema lives in
skills/oc-checkpoint-protocol/SKILL.md.
This is a public, force-push snapshot mirror of the skill source. The site,
build system, and internal tooling live in a private upstream repo; only
the product (this directory) is published here, refreshed on every change
to main upstream.
See CONTRIBUTING.md for how issues and PRs flow back into the upstream repo.
MIT — see LICENSE.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/opchain)<a href="https://allmcps.com/mcp/opchain"><img src="https://allmcps.com/api/badge/opchain?style=directory" alt="Opchain on AllMCPs" /></a>