oacp
foundationThe protocol primer — teaches a runtime how to use the CLI and message protocol. Foundation for every other skill.
$ /oacp
Each skill is a single, well-scoped capability — the workflow layer above the protocol. Drop-in for Claude Code and Codex CLI. Apache 2.0.
/oacp bootstrapping the runtime, then composes one or more skills as the work demands. /wrap-up closes the session — running debrief, self-improve, commit + push, and memory sync, in strict order.
The CLI does the wiring. Skills land in the right place for each runtime — no manual symlinks, no per-agent config drift.
Read setup docs →01 # 1. install the cli02 $ pip install oacp-cli0304 # 2. set up your runtime — wires the foundation skill automatically05 $ oacp setup claude --project my-app06 $ oacp setup codex --project my-app0708 # 3. invoke skills from inside the agent09 claude → /oacp # foundation10 claude → /check-inbox # coordination11 claude → /wrap-up # lifecycle