·worker-protocol
</>

worker-protocol

troykelly/claude-skills

Defines behavior protocol for spawned worker agents. Injected into worker prompts. Covers startup, progress reporting, exit conditions, and handover preparation.

11Installs·1Trend·@troykelly

Installation

$npx skills add https://github.com/troykelly/claude-skills --skill worker-protocol

SKILL.md

Behavioral contract for spawned worker agents. Embedded in worker prompts by worker-dispatch.

| workerid | worker-1701523200-123 | Unique identifier | | issue | 123 | Assigned issue | | attempt | 1 | Which attempt |

CRITICAL: Workers MUST operate in isolated worktrees. Never work in the main repository.

Defines behavior protocol for spawned worker agents. Injected into worker prompts. Covers startup, progress reporting, exit conditions, and handover preparation. Source: troykelly/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/troykelly/claude-skills --skill worker-protocol
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is worker-protocol?

Defines behavior protocol for spawned worker agents. Injected into worker prompts. Covers startup, progress reporting, exit conditions, and handover preparation. Source: troykelly/claude-skills.

How do I install worker-protocol?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/troykelly/claude-skills --skill worker-protocol Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/troykelly/claude-skills