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 Updated

File contents

grandamenium/cortextos/tree/main/templates/agent-codex/plugins/cortextos-agent-skills/skills/worker-agents commit e7eb003fbf

Frequently asked questions

npx skillmds@latest add grandamenium/worker-agents-3