Agent skill · AI & Agents

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill worker-draphonix-skills-566f156a --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/worker-draphonix-skills-566f156a/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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*

What's inside
Steps it walks through
  1. Initial Setup (Once Per Track)
  2. 1. Register Agent Identity
  3. 2. Understand Your Assignment
  4. Bead Execution Loop
  5. Step 1: Start Bead
  6. Step 2: Work on Bead
  7. Step 3: Complete Bead
  8. Step 4: Continue to Next Bead
  9. Track Completion
  10. Quick Reference
  11. Bead Lifecycle Checklist
  12. Thread Reference
  13. Tool Reference
  14. Additional Resources
Ships with 1 file
  • metadata.json
Commands it runs
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>"
More from claude-skill-registry
All skills →
About this skill
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-draphonix-skills-566f156a --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.

Keep going