Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Daniel Pivonka avatar

Relay

  • Updated June 13, 2026
  • danielpivonka/claude-relay-skills

relay is a Claude Code skill in the Productivity & Planning category. Plan/execute handoff skills for unsupervised implementation work.

Key points

  • relay
  • Productivity & Planning
  • AI-coding skill

Relay by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add danielpivonka/claude-relay-skills
/plugin install relay@relay-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedJune 13, 2026
Repositorydanielpivonka/claude-relay-skills

What it does

Plan/execute handoff skills for unsupervised implementation work.

README.md

claude-relay-skills

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.

Install

/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 }

Skills

  • /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.

Workflow

  1. Run /relay:plan <problem>. It plans with you present and tells you which executor to use.
  2. In a fresh session, run the executor it named with the plan file path.

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.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.