Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Claude Code / MCP skills for the dev pipeline: discover, spec, design, build, ship, operate.

README.md

opchain

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

---

install

Claude Code CLI

curl -L https://opchain.dev/opchain-skills.zip -o opchain-skills.zip
unzip opchain-skills.zip -d .claude/skills/
claude
> /oc-discover

Claude.ai / Claude Desktop

  1. Download any SKILL.md from skills/
  2. Open Claude → Settings → Customize → Skills
  3. Upload the file
  4. Start a new conversation and trigger it by name

Team (check into git)

git add .claude/skills/
git commit -m "chore: add opchain skills"
git push

Upgrade

# .checkpoints/ is a sibling of .claude/ — never touched by this swap
rm -rf .claude/skills/
curl -L https://opchain.dev/opchain-skills.zip -o opchain-skills.zip
unzip opchain-skills.zip -d .claude/skills/
rm opchain-skills.zip

Verify the installed version against the published one:

curl -sS https://opchain.dev/api/health | jq .version

---

skills

| 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

---

the checkpoint protocol

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 deploy
  • The build evaluator reads oc-ux-engineer — grades frontend against the

approved design spec

  • oc-git-ops reads oc-app-architect — names branches by sprint

Schema lives in skills/oc-checkpoint-protocol/SKILL.md.

---

this repository

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.

---

license

MIT — see LICENSE.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.