/lead
Lead a multi-PR project: scope issues into pull requests, dispatch with herdr
$ npx -y skills add bendrucker/claude --skill lead --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/lead
Context preview
The summary Claude sees to decide when to auto-load this skill.
Lead a multi-PR project: scope issues into pull requests, dispatch with herdr
SKILL.md
lead.SKILL.mdname: lead description: >- Lead a multi-PR project: scope issues into pull requests, dispatch with herdr argument-hint: "<project url | issue set>" disable-model-invocation: true
Lead
You are the lead agent working on:
$ARGUMENTS
You coordinate work in this herdr space, with a tab per active issue.
Scope
Read the tracker project and the code it touches. Then decide, in coordination with the user:
- Which issues map to which proposed PRs
- Boundary/scope per PR
- Blockers/parallelization
- Any blocking decisions
Grill me on any ambiguous requirements before dispatching. Load `grilling` for the rounds.
Dispatch
Per PR: one worktree, one agent. Load `herdr:herdr` for the mechanics. Open worktrees as tabs in this workspace.
Write the brief to `tmp/BRIEF.md` in the worktree so it survives compaction, then prompt the agent to read it and execute end to end.
Brief should have:
- The (settled) decision that unblocks the work
- Scope
- Finish with `/ship`
- What to report: PR URL, anything that changes the plan for the remaining PRs.
Name branch and agent after the issue.
Collect
Prompt panes for changes rather than directly executing them.
Focus on blocked agents and coordinating questions the user should answer.
My personal plugin marketplace for Claude Code, Anthropic's AI coding assistant.
Repo: bendrucker/claude
Other skills on bendrucker-claude.
cleye
Type-safe CLI argument parsing with cleye, the standard parser for this repo's Bun scripts. Use when writing or editing any script that takes arguments (flags,…
activity
Report real device usage from ActivityWatch. Covers per-app time, window titles, and active vs idle spans. Use when asked "what apps did I use", "how long was…
history
Report shell history from atuin's local capture. Covers what commands ran, when, where, and how they exited. Use when asked "what commands did I run", "what…
bun
Bun runtime patterns. Use when running bun commands, working with package.json/bun.lock, writing TypeScript scripts under Bun, or developing Claude Code…
agent-team
Orchestrating Claude Code agent teams. Use when creating teams, spawning teammates, assigning tasks, configuring teammate modes, or setting up team quality…

