Worker Agents

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.

grandamenium 66bd676 4.4 KB Updated

File contents

grandamenium/cortextos/tree/main/community/skills/worker-agents commit 66bd676002

Frequently asked questions

npx skillmds@latest add grandamenium/worker-agents