worker-agents
Skillby grandamenium
You have a task that would benefit from running in a separate isolated Claude Code session — either because it is long-running and you do not want it to consume your context window, or because you want multiple pieces of work running in parallel that each require a full Claude Code session with its own tools, memory, and context (not just a subagent call). You will spawn one or more ephemeral worker sessions, give each a focused task, monitor their progress via the bus, and collect their outputs when done.
Details
- Path
- community/agents/security/.claude/skills/worker-agents/SKILL.md
- Dependencies
- 1