🧠
AI EngineeringJavaScript

OPC

by iamtouchskyer

OPC is an AI Engineering skill for Claude Code, published by iamtouchskyer in opc.

194 stars40 forkson iamtouchskyer/opcAdded 2026/09/05Repository updated 2026/08/24
agent-orchestrationai-agentclaude-codemulti-agentskill
Install in seconds
Install OPC
Copy OPC into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/iamtouchskyer/opc ~/.claude/skills/opc

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/iamtouchskyer/opc.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in iamtouchskyer/opc
Installs to
~/.claude/skills/opc
Collection
The only skill cataloged from this repository
Category
AI Engineering3101 skills

What OPC does

OPC routes tasks through a digraph of specialist agents for building, reviewing, analyzing, and brainstorming. It uses independent evaluation gates so the agent that does the work does not evaluate it.

OPC is cataloged under AI Engineering on DirSkills. OPC comes from a repository tagged agent-orchestration, ai-agent, claude-code, multi-agent and skill.

Documentation

README

OPC — One Person Company

One principle: the agent that does the work never evaluates it.

A full team in a single skill. The digraph engine handles any task — building code, reviewing code, analyzing problems, brainstorming designs. It infers which flow and entry point to use from the task itself, and every path ends with independent evaluation.

Invocation

Harness path: The opc-harness binary lives at bin/opc-harness.mjs relative to this skill's install directory. Resolve it once at session start:

OPC_HARNESS="$HOME/.claude/skills/opc/bin/opc-harness.mjs"

All opc-harness references below mean node "$OPC_HARNESS". Set this as a shell variable and reuse it throughout the session.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about OPC

  • How does OPC compare to other AI Engineering skills?

    OPC ranks #2872 by stars among the 3101 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of OPC against them. Open each page to compare what they document and how they install.