Back to Browse

Opchain Skills MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://opchain.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

7 tools verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-asfbay-bit-opchain-skills": {
      "url": "https://opchain.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

opchain

Opchain 2.0.2 · 36 skills · released September 14–15, 2026.

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 complete skills and plugin hooks for session context and suggestions. Run /oc-enroll in each repository to enable the Git commit gate. Installing the plugin alone does not enroll repositories or enable learning.

/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

Download complete skill ZIPs from Install, then use your host's supported skill upload flow. Keep references and runtime files with each skill. Local runtime commands require Node.js 22.13 or newer and a host that can execute them; a hosted chat without local tools cannot run those commands.

Team (check into git)

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

Upgrade

For an existing repo installation, ask your coding agent to run:

/oc-update check
/oc-update

If you use 1.9 or earlier and the updater is missing, copy the upgrade prompt at the top of Install. It checks the host and published release, then installs the complete package. The updater preserves checkpoints, local tracking consent, usage history and unrelated skills, and backs up replaced Opchain files. Global plugin installations use the host's supported plugin update.

Open a new agent session afterward and run /oc-update check to verify the installed package. Learning remains off until explicitly enabled; provider access and an external reviewer must be configured separately.


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-claude-apiClaude API apps: model routing, prompt caching, tool use
oc-rag-forgeRAG systems: vector DBs, embeddings, chunking, retrieval eval
oc-agent-forgeClaude Agent SDK apps: topology, tool budgets, harness loops
oc-prompt-opsPrompts as code: versioning, eval datasets, regression detection
oc-qa-opsTest-pyramid design: coverage budgets, contract-test matrix, load plans
oc-data-opsData pipelines: ingestion, dbt layering, observable data contracts
oc-signal-forgeQuestion → trustworthy metric: instrument, harvest, verify, wire
oc-code-auditorAuditor → Fixer → Verifier; 5-layer pre-deploy sweep
oc-security-auditorThreat modeling, OWASP hardening, attack-surface review
oc-security-hardeningExecutes the fixes + per-deploy hardening gate (/oc-harden)
oc-compliance-opsControl register + audit-ready evidence bundles at deploy time
oc-bug-checkPre-commit QA gate: types, lint, tests, anti-patterns, secrets
oc-docs-forgePR documentation packets, README/changelog/ADR upkeep
oc-repo-opsRepo hygiene + PR readiness gate: catalogs, generated files
oc-git-opsBranches, commits, PRs, sync
oc-deploy-opsAudit gate → staging → production with rollback
oc-fleet-opsSelf-managed fleets: IaC, multi-container rollouts, day-2 ops
oc-modularize-opsLive-monolith decomposition with golden-fixture proof
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-cost-opsLLM cost attribution, budget gates, model-tier routing
oc-telemetry-opsOpt-in local usage metering, anonymized dashboard aggregates
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)
oc-updateUpdates complete skill and runtime files while preserving local state
oc-hindsightSource-backed lessons, retrieval evaluation and external review
oc-evolveTask-tested rule proposals with regression checks and external approval

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

Apache-2.0 — see LICENSE and NOTICE. Releases up to and including v1.8.2 were published under MIT.

Reviews

No reviews yet

Be the first to review this server!