---
name: "Run independent multi-agent build and review flows with OPC"
slug: "run-independent-multi-agent-build-and-review-flows-with-opc"
description: "Use OPC as a Claude Code skill to select a task flow, dispatch specialist roles, enforce independent review, and gate builds, audits, and release checks."
github_stars: 192
verification: "security_reviewed"
source: "https://github.com/iamtouchskyer/opc"
author: "touchskyer"
publisher_type: "individual"
category: "Code Quality & Review"
framework: "Claude Code"
tool_ecosystem:
  github_repo: "iamtouchskyer/opc"
  github_stars: 192
  npm_package: "@touchskyer/opc"
  npm_weekly_downloads: 315
---

# Run independent multi-agent build and review flows with OPC

Use OPC as a Claude Code skill to select a task flow, dispatch specialist roles, enforce independent review, and gate builds, audits, and release checks.

## Prerequisites

Claude Code, Node.js 18+, npm, Git, project test commands where available

## Installation

Install or set up from the source-backed instructions:

Install with `npm install -g @touchskyer/opc`; the package postinstall copies the skill files to `~/.claude/skills/opc/`. Manual install is `git clone https://github.com/iamtouchskyer/opc.git` followed by copying the repo to `~/.claude/skills/opc`.

- Source: https://github.com/iamtouchskyer/opc

## Documentation

- https://github.com/iamtouchskyer/opc

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/run-independent-multi-agent-build-and-review-flows-with-opc/)
