Every skill, filterable.
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.
oc-docs-forge · oc-repo-ops
see what changed →
Filters
OC · Agent Forge
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 OC · API Developer
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 OC · App Architect
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 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.
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 OC · Checkpoint Protocol
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.
OC · Claude API
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 OC · Code Auditor
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 OC · Cost Ops
LLM cost attribution per skill phase, budget gates in checkpoints, and model-tier routing recommendations.
Cost operations harness — attribute LLM spend to the skill phase that incurred it, set per-phase and per-suite budgets that gate in the checkpoint, and recommend model-tier routing (Haiku for cheap repetitive phases, Opus for spec/audit/migration). Use for /oc-cost, "what did this cost", "cost attribution", "token cost", "budget gate", "model tier routing", "cost regression", "cheaper model", "spend per feature". Pairs with oc-prompt-ops (cost-regression gate alongside the score gate) and oc-telemetry-ops (feeds the public /dashboard cost stats). Trigger liberally on cost/spend work.
/oc-cost/oc-cost attribute/oc-cost budget/oc-cost route/oc-cost gate/oc-cost report OC · Dash Forge
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 OC · Deploy Ops
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 OC · Docs Forge
Documentation generator for every PR: PR body, PR comments, README/catalog docs, product docs, changelog and ADR upkeep.
Documentation creation, standardization, and upkeep for every PR. Auto-invoked by oc-git-ops before PR creation and by release flows before release PRs. Use for /oc-docs, /oc-docs pr, "generate the PR docs", "update README", "standardize docs", "refresh product documentation", "write PR body docs", "post a PR docs comment", "docs upkeep", changelog/ADR/readme/catalog drift, or any request where implementation changes need reader-facing documentation.
/oc-docs/oc-docs pr/oc-docs readme/oc-docs standardize/oc-docs upkeep/oc-docs verify OC · Fleet Ops
Provision and operate containers across self-managed infra — k8s/Nomad/Compose/VMs. Terraform when it fits, not always.
Multi-container / orchestration deployment operator for self-managed infrastructure. Declares topology (containers/services × target environment), provisions infra with the right IaC tool (Terraform/OpenTofu when it fits, else Ansible/cloud-init/k8s-manifests/ Helm/Nomad/Compose), rolls the fleet with a rollout strategy, verifies fleet-wide health, and operates day-2 (scale/drain/replace/rollback). Specifically lands the modules oc-modularize-ops carves out of a monolith. Use for /oc-fleet, "deploy multiple containers", "kubernetes", "terraform", "orchestrate containers", "on-prem deployment", "deploy to VMs", "self-managed infra", "container fleet". Complements oc-deploy-ops (single-app managed PaaS): managed app → deploy-ops; multi-container/self-managed/IaC → fleet-ops. Trigger on multi-container / IaC / self-managed deployment.
/oc-fleet/oc-fleet topology/oc-fleet provision/oc-fleet deploy/oc-fleet verify/oc-fleet scale/oc-fleet drain/oc-fleet rollback/oc-fleet status OC · Git Ops
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. Auto-invokes oc-bug-check before every commit and the oc-docs-forge → oc-repo-ops pre-PR gate before every PR. 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 OC · Integrations Engineer
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 OC · Migration Ops
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: database migrations (D1 → Postgres, schema overhauls), framework upgrades (Hono v3→v4, React 18→19), auth provider swaps, monorepo restructures, and platform moves (Workers → Vercel). Produces incremental plans with rollback points at every step, executes with verification gates, and validates the end state matches the 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", "refactor to use", "breaking changes", "deprecation", "end of life". Also covers opchain ecosystem upgrades: "update all skills", "checkpoint protocol upgrade", "bulk update SKILL.md". Trigger when transforming an existing system from one state to another — not greenfield building (oc-app-architect) or documenting what exists (oc-reverse-spec). 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 OC · Modularize Ops
Decompose a monolith with provably zero loss — golden fixtures from real data as the oracle. Willing to say don't.
Monolith decomposition operator. Decides whether modularization is even the right call (and is willing to say no), captures golden fixtures from REAL data for every boundary as an equivalence oracle, plans the seams + data ownership, and proves zero functionality/data loss by replaying the fixtures. Supports parallel-copy and strangler-fig strategies. Hands the bulk code-move + live cutover to oc-migration-ops (Structural type) and per-module deployment to oc-fleet-ops. Use for /oc-modularize, "break up the monolith", "extract a service from a live system", "split this codebase safely", "golden fixtures", "no functionality loss". For a behaviour-git-diffable repo/package reorg, use oc-migration-ops Structural instead. Trigger when decomposing a LIVE monolith carrying real traffic.
/oc-modularize/oc-modularize assess/oc-modularize characterize/oc-modularize plan/oc-modularize extract/oc-modularize verify/oc-modularize diff/oc-modularize status/oc-modularize abandon OC · Monitoring Ops
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 OC · Orchestrator
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 OC · Prompt Ops
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 OC · RAG Forge
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 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.
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 OC · Repo Ops
Repository hygiene and PR readiness gate. Ensures docs, generated files, git state, catalogs, and cleanup are PR-ready.
Repository hygiene and PR readiness gate. Auto-invoked by oc-git-ops before every PR and after oc-docs-forge generates the PR documentation packet. Use for /oc-repo, /oc-repo audit, /oc-repo verify, "repo hygiene", "clean this repo", "is this PR ready", "check generated files", "catalog drift", "plugin/cache drift", ".gitignore policy", orphaned docs/files, stale generated artifacts, source-vs-doc mismatch, or any repository cleanliness question.
/oc-repo/oc-repo audit/oc-repo verify/oc-repo clean/oc-repo catalog/oc-repo status OC · Reverse Spec
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 OC · Scale Ops
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 OC · Security Auditor
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 OC · Signal Forge
Question → trustworthy metric: instrument, harvest, prove it answers the question, then wire it. Backend only.
Analytics & signals backend harness with a Designer/Builder/Evaluator loop. Derives new metrics from the question they answer, builds the instrumentation + harvester + transform, and adversarially verifies the signal is correct AND answers the question before wiring it to a consumer. Use for /oc-signal, "new metric", "instrument this", "analytics backend", "data harvesting", "is this metric right", "wire up a signal", "derive a KPI". Hands rendered output to oc-dash-forge. NOT pipeline telemetry (oc-telemetry-ops), NOT dashboards (oc-dash-forge), NOT prod uptime (oc-monitoring-ops). Trigger liberally on product-analytics / metric-engineering work.
/oc-signal/oc-signal frame/oc-signal design/oc-signal harvest/oc-signal build/oc-signal verify/oc-signal wire/oc-signal catalog/oc-signal status OC · Stack Forge
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 OC · Telemetry Ops
Opt-in, local-first usage metering to .checkpoints/usage.sqlite; anonymized aggregates power the public /dashboard.
Telemetry operations harness — opt-in, local-first usage metering that records which skills and phases actually run, to a local .checkpoints/usage.sqlite store, then produces anonymized aggregates for the public /dashboard. Use for /oc-telemetry, "usage metering", "telemetry", "opt-in analytics", "which skills do people use", "usage stats", "dashboard data", "anonymized usage". Default stance is OFF — nothing is recorded until you explicitly enable it, and no prompt content or PII ever leaves the machine. Pairs with oc-cost-ops (cost per run) for the cost-per-feature dashboard stats. Trigger liberally on usage/telemetry work.
/oc-telemetry/oc-telemetry enable/oc-telemetry disable/oc-telemetry status/oc-telemetry aggregate/oc-telemetry export OC · UX Engineer
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 No skills match these filters.