worker
Execute beads autonomously within a track. Handles bead-to-bead context persistence via Agent Mail, uses preferred tools from AGENTS.md, and reports progress to orchestrator.
npx skills add majiayu000/claude-skill-registry --skill worker-mthangtr-groaly --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Worker Skill: Autonomous Bead Execution Executes beads within an assigned track, maintaining context via Agent Mail. ``` ┌─────────────────────────────────────────────────────────────────────────────┐ │ TRACK LOOP (repeat for each bead in track) │ │ │ │ ┌──────────────┐ ┌──────────────┐ ┌──────────────┐ │ │ │ START BEAD │ → │ WORK ON BEAD │ → │ COMPLETE │ ──┐ │ │ │ │ │ │ │ BEAD │ │ │ │ │ • Read ctx │ │ • Implement │ │ • Report │ │ │ │ │ • Reserve │ │ • Use tools │ │ • Save ctx │ │ │ │ │ • Claim │ │ • Check mail │ │ • Release │ │ │ │ └──────────────┘ └──────────────┘ └──────────────┘ │ │ │ ▲ │ │ │ └──────────────────────────────────────────────────┘ │ └─────────────────────────────────────────────────────────────────────────────┘ ``` --- ## Initial Setup (Once Per Track) ### 1. Register Agent Identity **Tool**: `mcp__mcp_agent_mail__register_agent` | Parameter | Value | | ------------------ | ------------------------- | | `project_key` | `<absolute-project-path>` | | `program` | `amp` | | `model` | `<your-model>` | | `task_description` | `Track N: <description>` | _Name auto-generated if omitted (e.g., BlueLake)_ ### 2. Understand Your Assignment From orchestrator: **Track number*
- Initial Setup (Once Per Track)
- 1. Register Agent Identity
- 2. Understand Your Assignment
- Bead Execution Loop
- Step 1: Start Bead
- Step 2: Work on Bead
- Step 3: Complete Bead
- Step 4: Continue to Next Bead
- Track Completion
- Quick Reference
- Bead Lifecycle Checklist
- Thread Reference
- Tool Reference
- Additional Resources
bd update <bead-id> --status in_progress bd show <bead-id> bun run check-types bun run build bd close <bead-id> --reason "<concise summary>"
What does the worker skill do?
Execute beads autonomously within a track. Handles bead-to-bead context persistence via Agent Mail, uses preferred tools from AGENTS.md, and reports progress to orchestrator.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill worker-mthangtr-groaly --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
