Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

opchain

io.github.asfbay-bit/opchain-skills

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

Uptime
100.0%
2 direct probes · 30d
Response
192ms
last probe
Tools
7
callable
Resources
34
readable
Prompts
69
available

Tools · 7

list_skills

List every opchain skill (id, displayName, description, phases, commands). Call this first to see the concept→ship pipeline.

route

Map a request or an /oc-* command to the skill that should handle it, with the entry phase. Use when you're unsure which skill fits.

get_skill

Return the full SKILL.md (the instructions) for one skill id. Load it, then follow it. Read get_orchestrator once before your first get_skill in a session.

get_orchestrator

Return the shared orchestrator protocol (welcome flow, pipeline map, active-chaining rules). Read once at the start of a session.

create_checkpoint_session

Create a private server-issued session for checkpoint storage. Retain the returned sessionId and use it with read_checkpoint/write_checkpoint; never invent or share one.

read_checkpoint

Read a skill's saved session checkpoint (where you left off). sessionId must be a private token returned by create_checkpoint_session.

write_checkpoint

Persist a skill's session checkpoint so progress survives across sessions, per the opchain checkpoint protocol.

Resources · 34

opchain orchestrator protocol

Shared welcome flow, pipeline map, and active-chaining rules read by every skill.

opchain://orchestrator
OC · Agent Forge

Scaffold Claude Agent SDK apps — subagent topology, tool budgets, harness loops, agent eval. Tri-agent.

opchain://skill/oc-agent-forge
OC · API Developer

First-party API design, OpenAPI, versioning, SDKs. v1.2 files breaking-change + deprecation tickets; drift on PR.

opchain://skill/oc-api-dev
OC · App Architect

Idea → spec → design → build → launch in one skill. v1.2 reads PM tickets and writes sprints back via PM-MCP.

opchain://skill/oc-app-architect
OC · Bug Check

Pre-commit QA gate — fast checks on every commit. v1.2 attaches the failure report to the linked PM ticket on block.

opchain://skill/oc-bug-check
OC · Checkpoint Protocol

Session persistence across skills — JSON checkpoint contract + status/next/doctor/validate tooling, catches drift.

opchain://skill/oc-checkpoint-protocol
OC · Claude API

Build, debug, and migrate Claude API apps — model routing, prompt caching, tool use, version-migration playbooks.

opchain://skill/oc-claude-api
OC · Code Auditor

Auditor → Fixer → Verifier quality loop. v1.2 posts findings to the linked PM ticket; HIGH+ filed as sub-tickets.

opchain://skill/oc-code-auditor
OC · Compliance Ops

Standing control register + audit-ready evidence bundles at deploy/release time. SOC 2 / HIPAA / GDPR.

opchain://skill/oc-compliance-ops
OC · Cost Ops

LLM cost attribution per skill phase, budget gates in checkpoints, and model-tier routing recommendations.

opchain://skill/oc-cost-ops
OC · Dash Forge

Dashboards, BI, dense data — design spec + React prototype. v1.2 attaches the handoff bundle to the linked PM ticket.

opchain://skill/oc-dash-forge
OC · Data Ops

Data-pipeline design + build: ingestion patterns, transformation layers, dbt, observable data contracts.

opchain://skill/oc-data-ops
OC · Deploy Ops

Audit gate → staging → production → monitor. v1.2 creates deploy tickets and updates linked PM tickets per env.

opchain://skill/oc-deploy-ops
OC · Docs Forge

Documentation generator for every PR: PR body, PR comments, README/catalog docs, product docs, changelog and ADR upkeep.

opchain://skill/oc-docs-forge
OC · Fleet Ops

Provision and operate containers across self-managed infra — k8s/Nomad/Compose/VMs. Terraform when it fits, not always.

opchain://skill/oc-fleet-ops
OC · Git Ops

Branch, commit, PR, sync, and release-tag workflows. `/oc-git-release` closes the release ledger; v1.2 is PM-aware.

opchain://skill/oc-git-ops
OC · Integrations Engineer

Third-party APIs, OAuth, webhooks. v1.2 adds PM-tool MCP integration patterns (Linear / Jira / GitHub Issues).

opchain://skill/oc-integrations-engineer
OC · Migration Ops

Change the engine mid-flight — DB, framework, auth, platform. v1.2 mirrors the plan as parent + step children.

opchain://skill/oc-migration-ops
OC · Modularize Ops

Decompose a monolith with provably zero loss — golden fixtures from real data as the oracle. Willing to say don't.

opchain://skill/oc-modularize-ops
OC · Monitoring Ops

Post-deploy observability — uptime, errors, alerts, incidents. v1.2 opens PM incident tickets when alerts fire.

opchain://skill/oc-monitoring-ops
OC · Orchestrator

Pipeline coordinator — registry, status, routing. v1.2 reads `pm_refs` across skills; routes by ticket id.

opchain://skill/oc-orchestrator
OC · Prompt Ops

Prompt-as-code — versioning, eval datasets, regression and drift detection for LLM prompts.

opchain://skill/oc-prompt-ops
OC · QA Ops

Test-pyramid design: coverage strategy, contract-test planning, load-test planning. Strategy, not execution.

opchain://skill/oc-qa-ops
OC · RAG Forge

Design and build RAG systems — vector DB choice, embeddings, chunking, hybrid search, retrieval eval. Tri-agent.

opchain://skill/oc-rag-forge
OC · Release Ops

Plan, draft, bump, announce, ship a release. Closes the loop from sprints to /changelog to oc-git-ops to oc-deploy-ops.

opchain://skill/oc-release-ops
OC · Repo Ops

Repository hygiene and PR readiness gate. Ensures docs, generated files, git state, catalogs, and cleanup are PR-ready.

opchain://skill/oc-repo-ops
OC · Reverse Spec

Turn existing code into pipeline-ready specs. v1.2 mirrors discovered scope to the PM tool as parent + children.

opchain://skill/oc-reverse-spec
OC · Scale Ops

Load, caching, capacity planning. v1.2 posts load-test reports to the PM ticket; HIGH risks as sub-tickets.

opchain://skill/oc-scale-ops
OC · Security Auditor

Threat modeling, OWASP hardening, attack-surface review. v1.2 files CRITICAL findings as PM incident tickets.

opchain://skill/oc-security-auditor
OC · Security Hardening

Remediation operator: execute hardening fixes and stand the per-deploy hardening gate. Auditor finds; this fixes.

opchain://skill/oc-security-hardening
OC · Signal Forge

Question → trustworthy metric: instrument, harvest, prove it answers the question, then wire it. Backend only.

opchain://skill/oc-signal-forge
OC · Stack Forge

Stack decisions, Cloudflare patterns, typed pipeline. v1.2 records the chosen stack on the linked PM ticket as an ADR.

opchain://skill/oc-stack-forge
OC · Telemetry Ops

Opt-in, local-first usage metering to .checkpoints/usage.sqlite; anonymized aggregates power the public /dashboard.

opchain://skill/oc-telemetry-ops
OC · UX Engineer

Design Planner → Generator → Evaluator. v1.2 posts eval scores to the PM ticket; a11y as sub-tickets.

opchain://skill/oc-ux-engineer

Prompts · 69

oc-agent

Run the opchain /oc-agent flow (oc-agent-forge).

oc-api

Run the opchain /oc-api flow (oc-api-dev).

oc-app

Run the opchain /oc-app flow (oc-app-architect).

oc-attack-surface

Run the opchain /oc-attack-surface flow (oc-security-auditor).

oc-audit

Run the opchain /oc-audit flow (oc-code-auditor).

oc-bugcheck

Run the opchain /oc-bugcheck flow (oc-bug-check).

oc-build

Run the opchain /oc-build flow (oc-app-architect).

oc-claude-api

Run the opchain /oc-claude-api flow (oc-claude-api).

oc-commit

Run the opchain /oc-commit flow (oc-git-ops).

oc-compliance

Run the opchain /oc-compliance flow (oc-compliance-ops).

oc-comply

Run the opchain /oc-comply flow (oc-compliance-ops).

oc-cost

Run the opchain /oc-cost flow (oc-cost-ops).

oc-dash-forge

Run the opchain /oc-dash-forge flow (oc-dash-forge).

oc-data-forge

Run the opchain /oc-data-forge flow (oc-dash-forge).

oc-data-ops

Run the opchain /oc-data-ops flow (oc-data-ops).

oc-deploy

Run the opchain /oc-deploy flow (oc-deploy-ops).

oc-design

Run the opchain /oc-design flow (oc-app-architect).

oc-df-archetype

Run the opchain /oc-df-archetype flow (oc-dash-forge).

oc-df-audit

Run the opchain /oc-df-audit flow (oc-dash-forge).

oc-df-full

Run the opchain /oc-df-full flow (oc-dash-forge).

oc-df-intake

Run the opchain /oc-df-intake flow (oc-dash-forge).

oc-df-layout

Run the opchain /oc-df-layout flow (oc-dash-forge).

oc-df-prototype

Run the opchain /oc-df-prototype flow (oc-dash-forge).

oc-df-spec-only

Run the opchain /oc-df-spec-only flow (oc-dash-forge).

oc-df-tokens

Run the opchain /oc-df-tokens flow (oc-dash-forge).

oc-df-variants

Run the opchain /oc-df-variants flow (oc-dash-forge).

oc-discover

Run the opchain /oc-discover flow (oc-app-architect).

oc-docs

Run the opchain /oc-docs flow (oc-docs-forge).

oc-feature

Run the opchain /oc-feature flow (oc-stack-forge).

oc-fleet

Run the opchain /oc-fleet flow (oc-fleet-ops).

oc-git

Run the opchain /oc-git flow (oc-git-ops).

oc-git-release

Run the opchain /oc-git-release flow (oc-git-ops).

oc-git-sync

Run the opchain /oc-git-sync flow (oc-git-ops).

oc-harden

Run the opchain /oc-harden flow (oc-security-hardening).

oc-hardening

Run the opchain /oc-hardening flow (oc-security-auditor).

oc-integrate

Run the opchain /oc-integrate flow (oc-integrations-engineer).

oc-launch

Run the opchain /oc-launch flow (oc-app-architect).

oc-migrate

Run the opchain /oc-migrate flow (oc-migration-ops).

oc-modularize

Run the opchain /oc-modularize flow (oc-modularize-ops).

oc-monitor

Run the opchain /oc-monitor flow (oc-monitoring-ops).

oc-ops

Run the opchain /oc-ops flow (oc-orchestrator).

oc-owasp

Run the opchain /oc-owasp flow (oc-security-auditor).

oc-posture

Run the opchain /oc-posture flow (oc-security-auditor).

oc-pr

Run the opchain /oc-pr flow (oc-git-ops).

oc-prompt

Run the opchain /oc-prompt flow (oc-prompt-ops).

oc-push

Run the opchain /oc-push flow (oc-git-ops).

oc-qa

Run the opchain /oc-qa flow (oc-qa-ops).

oc-rag

Run the opchain /oc-rag flow (oc-rag-forge).

oc-release

Run the opchain /oc-release flow (oc-release-ops).

oc-repo

Run the opchain /oc-repo flow (oc-repo-ops).

oc-rev-design

Run the opchain /oc-rev-design flow (oc-reverse-spec).

oc-rev-full

Run the opchain /oc-rev-full flow (oc-reverse-spec).

oc-rev-scan

Run the opchain /oc-rev-scan flow (oc-reverse-spec).

oc-rev-sprint

Run the opchain /oc-rev-sprint flow (oc-reverse-spec).

oc-rev-stack

Run the opchain /oc-rev-stack flow (oc-reverse-spec).

oc-reverse-spec

Run the opchain /oc-reverse-spec flow (oc-reverse-spec).

oc-roadmap

Run the opchain /oc-roadmap flow (oc-app-architect).

oc-scaffold

Run the opchain /oc-scaffold flow (oc-app-architect).

oc-scale

Run the opchain /oc-scale flow (oc-scale-ops).

oc-sec

Run the opchain /oc-sec flow (oc-security-auditor).

oc-secaudit

Run the opchain /oc-secaudit flow (oc-security-auditor).

oc-security

Run the opchain /oc-security flow (oc-security-auditor).

oc-signal

Run the opchain /oc-signal flow (oc-signal-forge).

oc-spec

Run the opchain /oc-spec flow (oc-app-architect).

oc-stack

Run the opchain /oc-stack flow (oc-stack-forge).

oc-stack-decide

Run the opchain /oc-stack-decide flow (oc-stack-forge).

oc-telemetry

Run the opchain /oc-telemetry flow (oc-telemetry-ops).

oc-threat-model

Run the opchain /oc-threat-model flow (oc-security-auditor).

oc-uxe

Run the opchain /oc-uxe flow (oc-ux-engineer).

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "opchain": {
      "url": "https://opchain.dev/mcp",
      "transport": "streamable-http"
    }
  }
}