Plan/execute handoff skills for unsupervised implementation work: plan a task for a clean-context agent, then execute it sequentially or via multi-agent workflows.
Execute a pre-written relay plan unsupervised as a single agent, working through it in order. Use when implementing a plan that was shaped for sequential execution. The plan file path is passed as arguments.
Execute a pre-written relay plan unsupervised using multi-agent workflows. Use when implementing a plan that was shaped for parallel, fan-out execution (independent stand-alone phases). The plan file path is passed as arguments.
Produce a self-contained, execution-ready implementation plan for unsupervised handoff. Use when the user wants to plan work that a fresh agent will implement later in a separate session with no one available to answer questions. The problem to plan for is passed as arguments.
A Claude Code plugin marketplace for the plan → execute handoff workflow: plan a task while you're available to answer questions, then hand the finished plan to a fresh, unsupervised agent that implements it.
/plugin marketplace add danielpivonka/claude-relay-skills
/plugin install relay@relay-skills
Or add it to ~/.claude/settings.json:
"extraKnownMarketplaces": {
"relay-skills": {
"source": { "source": "git", "url": "https://github.com/danielpivonka/claude-relay-skills.git" }
}
},
"enabledPlugins": { "relay@relay-skills": true }
/relay:plan <problem> — Investigate the code, resolve every ambiguity with you
up front, decide whether the work runs sequentially or as a parallel workflow (and
tell you in chat), then write a self-contained, execution-ready plan to a file. Does
not execute the plan./relay:exec-workflow <plan path> — Implement a plan that was shaped for
parallel execution, fanning the work out across agents via the Workflow tool./relay:exec-sequential <plan path> — Implement a plan as a single agent,
working through it in order./relay:plan <problem>. It plans with you present and tells you which executor
to use.The executor runs unsupervised: it won't ask questions, won't stop until the plan is fulfilled, keeps the build green, leaves everything uncommitted for you to test, and reports any gap-decisions or deviations at the end.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub danielpivonka/claude-relay-skills --plugin relayCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer