skill library

Every skill, filterable.

download all skills

Prompt packages — a shared checkpoint protocol plus one skill per phase of the pipeline. Click any card for the full SKILL.md, trigger commands, and a per-skill download bundle.

v1.3 · NEW Runtime PM-MCP loop · Django / Rails / Go / Rust support · oc-release-ops see what changed →

Filters

Showing 22 of 22 skills

OC · Agent Forge

Standalone specialist build + ai-native v1.5.0

Scaffold Claude Agent SDK apps — subagent topology, tool budgets, harness loops, agent eval. Tri-agent.
Claude Agent SDK build harness with a Planner/Builder/Evaluator loop. Owns subagent topology, tool-budget design, harness loop shapes, and agent evaluation. Use for /oc-agent, "Claude Agent SDK", "build an agent", "subagent", "tool budget", "agent loop", "harness", "multi-agent", "agent eval", "orchestrator-worker". Model routing comes from oc-claude-api; agent-forge owns topology + harness shape. Trigger liberally on agent work.

/oc-agent/oc-agent eval/oc-agent loop
View docs

OC · API Developer

Tri-agent plan + build v1.5.0

First-party API design, OpenAPI, versioning, SDKs. v1.2 files breaking-change + deprecation tickets; drift on PR.
First-party API design and build harness with Designer/Builder/Conformance loop. Owns OpenAPI/GraphQL authoring, schema↔code parity, versioning + sunset strategy, pagination/error/idempotency conventions, typed handler scaffolding, and SDK generation for the API your own clients consume. Use for /oc-api, /oc-api design, /oc-api spec, /oc-api scaffold, /oc-api version, /oc-api lint, /oc-api sdk, "design our API", "OpenAPI", "GraphQL schema", "versioning strategy", "deprecate endpoint", "generate SDK", "schema drift". For consuming someone else's API (Stripe, Slack, OAuth) use oc-integrations-engineer instead. Trigger liberally.

/oc-api/oc-api design/oc-api spec/oc-api scaffold/oc-api lint/oc-api test/oc-api version/oc-api deprecate/oc-api sdk/oc-api docs
View docs

OC · App Architect

Workflow plan + build v1.5.0

Idea → spec → design → build → launch in one skill. v1.2 reads PM tickets and writes sprints back via PM-MCP.
Unified app development: idea → spec → design → build with Generator/Evaluator QA loop → launch. Use for /oc-app, /oc-discover, /oc-spec, /oc-design, /oc-build, /oc-launch, "build me an app", "I have an app idea", or any software project. Auto-invokes oc-stack-forge and oc-ux-engineer. Trigger liberally.

/oc-app/oc-discover/oc-spec/oc-design/oc-roadmap/oc-scaffold/oc-build/oc-launch
View docs

OC · Bug Check

Audit gate build v1.5.0

Pre-commit QA gate — fast checks on every commit. v1.2 attaches the failure report to the linked PM ticket on block.
Pre-commit QA gate that runs on every commit. Fast, opinionated checks: type safety, lint, tests, anti-pattern scan, secret detection, build verification, and dependency vulnerability scan. Blocks commits on failures, warns on cautions, passes silently on clean code. Auto-invoked by oc-git-ops before every /oc-git-commit and /oc-git-sync. Use for /oc-bugcheck, "check this before I commit", "run the checks", "is this safe to commit", "pre-commit", "quick audit", "lint and test", "any bugs in this?", "sanity check". Trigger liberally.

/oc-bugcheck/oc-bugcheck run/oc-bugcheck fix/oc-bugcheck config/oc-bugcheck report/oc-bugcheck history/oc-bugcheck bypass
View docs

OC · Checkpoint Protocol

Protocol foundation v1.5.0

Session persistence across skills — JSON checkpoint contract + status/next/doctor/validate tooling, catches drift.
Cross-skill protocol for session persistence. Not invoked directly — every other opchain skill implements this JSON checkpoint contract so state survives across conversations.

View docs

OC · Claude API

Standalone specialist build + ai-native v1.5.0

Build, debug, and migrate Claude API apps — model routing, prompt caching, tool use, version-migration playbooks.
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill include prompt caching by default. Also migrates existing Claude API code between model versions (4.6 → 4.7, retired-model replacements). Use for /oc-claude-api, "Anthropic SDK", "prompt caching", "cache hit rate", "tool use", "model migration", "extended thinking", "batch API", "files API", "memory", "citations". Trigger liberally on Claude API work.

/oc-claude-api/oc-claude-api migrate/oc-claude-api cache-audit/oc-claude-api tool-use/oc-claude-api cost
View docs

OC · Code Auditor

Audit gate build v1.5.0

Auditor → Fixer → Verifier quality loop. v1.2 posts findings to the linked PM ticket; HIGH+ filed as sub-tickets.
Code quality auditor with Auditor/Fixer/Verifier loop. Use for /oc-audit, "audit this", "find bugs", "security audit", "code review", "pre-deploy check", "what's wrong with this code", or any code quality question. Trigger liberally.

/oc-audit/oc-audit full
View docs

OC · Dash Forge

Standalone specialist plan v1.5.0

Dashboards, BI, dense data — design spec + React prototype. v1.2 attaches the handoff bundle to the linked PM ticket.
Specialized dashboard and dense-information UI designer. Produces design specs AND working React prototypes with mock data for three archetypes: executive (KPI-driven, low density), operations (real-time, monitoring-dense), and analyst (exploratory, drill-heavy). ALWAYS trigger on /oc-data-forge, /oc-dash-forge, /dashboard, /dataviz-design. Also trigger on: "design a dashboard", "dashboard mockup", "BI design", "data visualization design", "KPI dashboard", "analytics UI", "monitoring dashboard", "dense information display", "what should the dashboard look like", "design a report view". Auto-invoked by /oc-ux-engineer when the UI is data-heavy and by /oc-app-architect when the design phase encounters a dashboard surface. Trigger liberally whenever dashboards, BI interfaces, or dense data displays come up.

/oc-data-forge/oc-dash-forge/oc-df-intake/oc-df-archetype/oc-df-layout/oc-df-tokens/oc-df-prototype/oc-df-spec-only/oc-df-full/oc-df-audit/oc-df-variants
View docs

OC · Deploy Ops

Orchestrator build v1.5.0

Audit gate → staging → production → monitor. v1.2 creates deploy tickets and updates linked PM tickets per env.
Deployment pipeline: audit gate → staging → production → monitoring. Use for /oc-deploy, "deploy this", "ship it", "push to production", "staging", "rollback", "health check", or any deployment task. Trigger liberally.

/oc-deploy/oc-deploy staging/oc-deploy audit
View docs

OC · Git Ops

Standalone specialist build v1.5.0

Branch, commit, PR, sync workflows. v1.2 is PM-aware — `/oc-git-sync TICKET-1234` reads ticket; transitions on merge.
Git workflow: branch, commit, PR, sync. Use for /oc-git, /oc-commit, /oc-pr, /oc-push, "commit this", "push to git", "create a PR", "sync to repo", or any git operation. Trigger liberally.

/oc-git/oc-commit/oc-pr/oc-push/oc-git-sync
View docs

OC · Integrations Engineer

Tri-agent build v1.5.0

Third-party APIs, OAuth, webhooks. v1.2 adds PM-tool MCP integration patterns (Linear / Jira / GitHub Issues).
Third-party API integrations with Planner/Builder/Tester loop. Use for /oc-integrate, "connect to Salesforce", "webhook", "OAuth", "API integration", "connect to Slack", or any external service connection. For designing or building your *own* first-party API (OpenAPI/GraphQL authoring, versioning, SDK generation), use oc-api-dev instead. Trigger liberally.

/oc-integrate/oc-integrate plan
View docs

OC · Migration Ops

Standalone specialist plan + build v1.5.0

Change the engine mid-flight — DB, framework, auth, platform. v1.2 mirrors the plan as parent + step children.
Migration and refactor operator for live systems. Handles database migrations (D1 → Postgres, schema overhauls), framework upgrades (Hono v3→v4, React 18→19), auth provider swaps, monorepo restructures, and platform moves (Workers → Vercel, Supabase → raw Postgres). Produces incremental migration plans with rollback points at every step, executes with verification gates, and validates end state matches target spec. ALWAYS trigger on /oc-migrate, /oc-migration, /oc-upgrade, /oc-refactor, /oc-swap, /oc-move-to, /oc-platform-move. Also trigger on: "migrate from X to Y", "upgrade to", "swap auth provider", "move database", "restructure the monorepo", "change from X to Y", "refactor to use", "breaking changes", "version upgrade", "switch from X to Y", "deprecation", "end of life", "update all skills", "skill format change", "checkpoint protocol upgrade", "bulk update SKILL.md". Trigger when user describes transforming an existing system from one state to another — not greenfield building (oc-app-architect) or documenting what exists (oc-reverse-spec), but changing what exists into something different. Also covers opchain ecosystem upgrades (skill format changes, protocol version bumps, bulk SKILL.md updates). Trigger liberally.

/oc-migrate/oc-migrate assess/oc-migrate plan/oc-migrate impact/oc-migrate execute/oc-migrate step/oc-migrate verify/oc-migrate rollback/oc-migrate status/oc-migrate diff/oc-migrate history/oc-migrate dry-run/oc-migrate ecosystem/oc-migrate abandon
View docs

OC · Monitoring Ops

Standalone specialist build v1.5.0

Post-deploy observability — uptime, errors, alerts, incidents. v1.2 opens PM incident tickets when alerts fire.
Post-deployment observability: uptime monitoring, error tracking, structured logging, alerting pipelines, and incident response runbooks. Sits after oc-deploy-ops in the pipeline — oc-deploy-ops ships it, oc-monitoring-ops watches it. Use for /oc-monitor, "set up monitoring", "error tracking", "uptime check", "alerting", "incident response", "observability", "what's happening in prod", "set up Sentry", "logging strategy", "on-call", "runbook", "SLO", "SLI", "is prod healthy", "why is it slow", "error rate", "status page". Trigger liberally.

/oc-monitor/oc-monitor setup/oc-monitor stack/oc-monitor instrument/oc-monitor health/oc-monitor errors/oc-monitor uptime/oc-monitor metrics/oc-monitor alerts/oc-monitor oncall/oc-monitor slo/oc-monitor incident/oc-monitor runbook/oc-monitor postmortem/oc-monitor dashboard/oc-monitor report/oc-monitor audit/oc-monitor compare/oc-monitor status
View docs

OC · Orchestrator

Orchestrator foundation v1.5.0

Pipeline coordinator — registry, status, routing. v1.2 reads `pm_refs` across skills; routes by ticket id.
Pipeline coordinator for the opchain dev ecosystem. Multi-project registry, cross-skill status, smart routing, and "what should I do next?" recommendations. Use for /oc-ops, "what's the status", "where did I leave off", "which project", "what should I work on", "show me everything", or any question about pipeline state across projects. Also trigger when the user seems lost, references multiple projects, or asks a vague dev question that needs routing. Trigger liberally.

/oc-ops/oc-ops status/oc-ops next/oc-ops route/oc-ops projects/oc-ops register/oc-ops scan/oc-ops switch/oc-ops pipeline/oc-ops blockers/oc-ops recent
View docs

OC · Prompt Ops

Standalone specialist build + ai-native v1.5.0

Prompt-as-code — versioning, eval datasets, regression and drift detection for LLM prompts.
Prompt operations harness — treat prompts as versioned, diffable, source-controlled code. Owns prompt versioning, eval datasets, regression detection, and drift tracking. Use for /oc-prompt, "prompt versioning", "eval dataset", "prompt regression", "prompt drift", "golden set", "prompt diff", "LLM eval", "regression suite". Trigger liberally on prompt-engineering / eval work.

/oc-prompt/oc-prompt eval/oc-prompt diff
View docs

OC · RAG Forge

Standalone specialist build + ai-native v1.5.0

Design and build RAG systems — vector DB choice, embeddings, chunking, hybrid search, retrieval eval. Tri-agent.
Retrieval-augmented generation harness with a Designer/Builder/Evaluator loop. Owns vector DB selection (pgvector, Turbopuffer, Pinecone, Supabase Vectors), embedding-model choice, chunking strategy, hybrid search, and retrieval evaluation. Use for /oc-rag, "RAG", "vector database", "embeddings", "chunking", "semantic search", "hybrid search", "retrieval eval", "reranking", "knowledge base". Trigger liberally on retrieval / RAG work.

/oc-rag/oc-rag eval/oc-rag bench
View docs

OC · Release Ops

Standalone specialist build v1.5.0

Plan, draft, bump, announce, ship a release. Closes the loop from sprints to /changelog to oc-git-ops to oc-deploy-ops.
Release-cadence operator. Plan, draft, bump, announce, and ship versioned releases of opchain (or any opchain-managed project). Reads sprint checkpoints, proposes the next semver, drafts the /changelog entry from what actually shipped, bumps every skill version atomically, and hands off to oc-git-ops + oc-deploy-ops. Use for /oc-release, /oc-release plan, /oc-release draft, /oc-release bump, /oc-release announce, /oc-release ship, "cut a release", "ship v1.3", "tag the release", "draft the changelog", "what's in this release", "version bump". Trigger liberally on release-cadence work.

/oc-release/oc-release plan/oc-release draft/oc-release bump/oc-release announce/oc-release ship
View docs

OC · Reverse Spec

Standalone specialist plan v1.5.0

Turn existing code into pipeline-ready specs. v1.2 mirrors discovered scope to the PM tool as parent + children.
Reverse-engineer existing code into spec docs. Use for /oc-rev-spec, /oc-reverse-spec, "document this codebase", "generate specs from code", "backfill specs", or when pointing at existing code that needs documentation. Trigger liberally.

/oc-reverse-spec/oc-rev-scan/oc-rev-full/oc-rev-design/oc-rev-stack/oc-rev-sprint
View docs

OC · Scale Ops

Advisor plan v1.5.0

Load, caching, capacity planning. v1.2 posts load-test reports to the PM ticket; HIGH risks as sub-tickets.
Scaling readiness: load test, perf budgets, caching, capacity planning. Use for /oc-scale, "load test", "can this handle more users", "performance", "caching strategy", or any scaling question. Trigger liberally.

/oc-scale/oc-scale audit
View docs

OC · Security Auditor

Audit gate build v1.5.0

Threat modeling, OWASP hardening, attack-surface review. v1.2 files CRITICAL findings as PM incident tickets.
Practice-level security posture assessment: threat modeling (STRIDE), OWASP Top 10 compliance mapping, runtime/infra hardening (CSP, TLS, DNS, WAF, Cloudflare config), and attack surface mapping. Operates ABOVE oc-code-auditor — oc-code-auditor finds SQLi and hardcoded secrets; oc-security-auditor asks "what's the threat model?" and "is the infra hardened?" ALWAYS trigger on /oc-security, /oc-secaudit, /oc-sec, /oc-threat-model, /oc-owasp, /oc-hardening, /oc-attack-surface, /oc-posture. Also trigger on: "threat model this app", "is this secure enough", "OWASP compliance", "security review", "attack surface", "harden this", "what are the security risks", "SOC2 readiness", "pen test prep", "how would someone attack this", "security architecture review", "CSP policy", "TLS config", "WAF rules". Trigger when user asks about security at an architecture, infrastructure, or compliance level — not just code bugs. Trigger liberally.

/oc-security/oc-secaudit/oc-sec/oc-threat-model/oc-owasp/oc-hardening/oc-attack-surface/oc-posture
View docs

OC · Stack Forge

Advisor plan + build v1.5.0

Stack decisions, Cloudflare patterns, typed pipeline. v1.2 records the chosen stack on the linked PM ticket as an ADR.
Stack advisor for any platform: Cloudflare, Vercel, AWS, Supabase, Rails, Django. Use for /oc-stack, /oc-stack-decide, /oc-feature, "what stack", "tech stack", "what should I build with", or framework comparisons. Auto-invoked by oc-app-architect. Trigger liberally.

/oc-stack/oc-stack-decide/oc-feature
View docs

OC · UX Engineer

Tri-agent plan v1.5.0

Design Planner → Generator → Evaluator. v1.2 posts eval scores to the PM ticket; a11y as sub-tickets.
UI/UX design harness with Design Planner/Generator/Evaluator loop. Use for /oc-uxe, "review the UX", "design iteration", "component library", "accessibility audit", "is the UI consistent", or any design quality question. Trigger liberally.

/oc-uxe/oc-uxe plan/oc-uxe build/oc-uxe eval/oc-uxe flow/oc-uxe components/oc-uxe fidelity/oc-uxe dash/oc-uxe attach/oc-uxe detach
View docs