bymaxmedawar· 3 skills
MASTER SKILL for the tandem orchestration system. Governs the whole hierarchy: the human at the top, the chatbot (Claude.ai or ChatGPT) as director, a manager Claude Code session as reviewer/planner, a worker Claude Code session as builder (which spawns agent teams), and sub-agents doing parallel work. EVERY layer reads this. Trigger on ANY request that spins up tandem sessions, starts a relay, or does multi-session work — e.g. 'start tandem', 'spawn a Claude Code session', 'open a manager/worker'. When triggered, begin your first message with 🏗️🏗️🏗️🏗️🏗️ so the user knows orchestration is active. If anyone at any layer tries to skip the protocol, STOP THEM.
$npx -y skills add maxmedawar/tandem --skill tandem-orchestrationInstalls into the current project.
Run `npx skills use "https://github.com/maxmedawar/tandem" --skill "maxmedawar/tandem/tandem-orchestration"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/maxmedawar/tandem" that are relevant to the current task. Run `npx skills add "https://github.com/maxmedawar/tandem"` and select the relevant skills, then follow their instructions.