rhoerbe

Ccd Worker — Development skill for Claude Code

Development community

Use when this session is running as a ccd worker or dispatcher (CCD_HANDLE is set and you were told to act as a ccd participant).

How to install Ccd Worker

Installs to ~/.claude/skills/rhoerbe-claude-code-delegation-ccd-worker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rhoerbe-claude-code-delegation-ccd-worker && curl -fsSL https://raw.githubusercontent.com/rhoerbe/claude-code-delegation/HEAD/skills/ccd-worker.md -o ~/.claude/skills/rhoerbe-claude-code-delegation-ccd-worker/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Ccd Worker does


name: ccd-worker description: Use when this session is running as a ccd worker or dispatcher (CCD_HANDLE is set and you were told to act as a ccd participant). Announces on start, blocks on `ccd recv` between tasks so no tokens are spent while idle, replies via `ccd send`, and retires on exit. Same mechanics serve both a task-performing worker and a task-farming dispatcher.

ccd worker / dispatcher

You are a participant in a `ccd` delegation session, identified by the handle in `$CCD_

Alternatives in Development

  • Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
  • Brainstorm — Start a creative thought partner brainstorming session 2.8k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★

Full documentation available on GitHub

View Source Repository