Back to Discover

opchain-skills

connector

asfbay-bit

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

View on GitHub
0 starsSynced Aug 8, 2026

Install to Claude Code

/plugin marketplace add asfbay-bit/opchain-skills

README

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 — plugin (recommended)

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.

/plugin marketplace add asfbay-bit/opchain-skills
/plugin install opchain

Claude Code — zip (skills only, no hooks)

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

skillwhat it does
oc-app-architectDiscover → spec → build, with Generator/Evaluator QA loop
oc-stack-forgeStack advisor across Cloudflare, Vercel, AWS, Supabase, etc.
oc-ux-engineerDesign Planner → Generator → Evaluator harness
oc-dash-forgeDashboards and dense-data UIs (spec + React prototype)
oc-integrations-engineerThird-party API integrations (Slack, Stripe, OAuth)
oc-api-devFirst-party API design (OpenAPI, GraphQL, SDKs)
oc-code-auditorAuditor → Fixer → Verifier; 5-layer pre-deploy sweep
oc-security-auditorThreat modeling, OWASP hardening, attack-surface review
oc-bug-checkPre-commit QA gate: types, lint, tests, anti-patterns, secrets
oc-git-opsBranches, commits, PRs, sync
oc-deploy-opsAudit gate → staging → production with rollback
oc-monitoring-opsPost-deploy observability — uptime, errors, alerts
oc-scale-opsLoad tests, perf budgets, caching, capacity planning
oc-migration-opsDB / framework / auth / platform migrations
oc-reverse-specReverse-engineer existing code into spec docs
oc-release-opsVersion bumps, changelogs, release announcements
oc-orchestratorCross-skill status and routing (/oc-ops)
oc-checkpoint-protocolShared 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.

Rendered live from asfbay-bit/opchain-skills's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://opchain.dev/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.