Loading...
Loading...
OPC Architecture Understanding
npx skill4agent add parcadei/continuous-claude-v3 opc-architecturesubprocess.Popen(["claude", "-p", "prompt"])$ claude ← Main Claude Code (your terminal)
↓ Task tool triggers hook
↓ subprocess.Popen(["claude", "-p", "..."])
├── claude -p "research..." ← Child agent 1
├── claude -p "implement..." ← Child agent 2
└── claude -p "test..." ← Child agent 3.claude/hooks/.claude/skills/.claude/
├── hooks/ ← TypeScript hooks that Claude Code runs
├── skills/ ← SKILL.md prompts that Claude Code loads
├── settings.json ← Hook registration, Claude Code reads this
└── cache/ ← State files, agent outputs
opc/
├── scripts/ ← Python scripts called by hooks
├── docker-compose.yml ← PostgreSQL, Redis, PgBouncer
└── init-db.sql ← Database schemaclaude.claude/settings.jsonclaude -p "research...".claude/cache/agents/<id>/claude -p