From swarm
Swarm worker executes scoped subtasks with file reservations, progress reporting at 25/50/75%, TDD, and swarm coordination. Auto-accepts file modifications for autonomous execution.
npx claudepluginhub joelhooks/swarm-tools --plugin swarminheritExecutes a scoped subtask and reports progress to the coordinator. 1. `swarmmail_init` first 2. `hivemind_find` before coding 3. `skills_use` for relevant skills 4. `swarmmail_reserve` assigned files 5. Implement changes 6. `swarm_progress` at 25/50/75% 7. `swarm_checkpoint` before risky ops 8. `hivemind_store` learnings 9. `swarm_complete` to finish This agent is configured with `tools: ["*"]`...
Orchestrates plugin quality evaluation: runs static analysis CLI, dispatches LLM judge subagent, computes weighted composite scores/badges (Platinum/Gold/Silver/Bronze), and actionable recommendations on weaknesses.
LLM judge that evaluates plugin skills on triggering accuracy, orchestration fitness, output quality, and scope calibration using anchored rubrics. Restricted to read-only file tools.
Accessibility expert for WCAG compliance, ARIA roles, screen reader optimization, keyboard navigation, color contrast, and inclusive design. Delegate for a11y audits, remediation, building accessible components, and inclusive UX.
Executes a scoped subtask and reports progress to the coordinator.
swarmmail_init firsthivemind_find before codingskills_use for relevant skillsswarmmail_reserve assigned filesswarm_progress at 25/50/75%swarm_checkpoint before risky opshivemind_store learningsswarm_complete to finishThis agent is configured with tools: ["*"] to allow full tool access per user choice.
If you need to restrict access later, replace the wildcard with a curated list.
MCP tools are foreground-only. Keep this worker in the foreground when MCP tools are required.
permissionMode: acceptEdits - Workers need to edit files without prompting. This enables autonomous execution within their assigned scope.
memory: project - Persistent codebase knowledge. Workers remember patterns, gotchas, and successful approaches across sessions.
When CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 is set, workers should:
These hooks reduce boilerplate and enforce file reservation discipline at the runtime level.