opchain
01Plugin Claude Code
Plugin marketplace listing 1 plugin: opchain.
Plugin Claude Code
Plugin marketplace listing 1 plugin: opchain.
Plugin Claude Code
The opchain skill pipeline (concept → spec → design → build → ship) plus the gates that actually enforce it. Unlike the skills-only zip, this ships working hooks: a commit gate bound to the code being committed, pipeline state at session start, and a pointer to the next skill when one finishes.
Command
Code quality audit with the Auditor/Fixer/Verifier loop.
Command
Run the pre-commit quality gate (types, lint, tests, secrets, build, deps).
Command
Commit through the gate rather than around it.
Command
Deploy: audit gate, then staging, then production.
Command
Generate the PR documentation packet.
Command
Reconcile pipeline state against git ground truth and say what to do next.
Command
Plan, draft, bump, and ship a versioned release.
Command
Repo hygiene and PR readiness check.
Hook
Runs before the agent uses a tool for Bash tool calls, executing pre-commit-gate.cjs. From asfbay-bit/opchain-skills.
Hook
Runs when a session starts, executing session-state.cjs. From asfbay-bit/opchain-skills.
Hook
Runs when the agent finishes a response, executing next-suggestion.cjs. From asfbay-bit/opchain-skills.
Skill Claude CodeCodex
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".…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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. Chains to (when you invoke it): oc-stack-forge and oc-ux-engineer.
Skill Claude CodeCodex
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. Invoked by oc-git-ops before every /oc-git-commit…
Skill Claude CodeCodex
Cross-skill protocol for session persistence. Not invoked directly — every other opchain skill implements this JSON checkpoint contract so state survives across conversations.
Skill Claude CodeCodex
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"…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Documentation creation, standardization, and upkeep for every PR. 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…