spawn-agent
Delegate scoped coding tasks to isolated worker sessions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install spawn-agent?โผ
Run `npx skills add khanhbkqt/spawn-agent --all -g -y` in your terminal to install the skill globally. You also need Gemini CLI or Codex CLI installed as the worker.
What problem does spawn-agent solve?โผ
It prevents the main coding session's context window from filling up with file contents, build logs, and error traces by delegating scoped work to isolated worker sessions.
Which worker CLIs does spawn-agent support?โผ
It supports Gemini CLI for fast research and quick implementations, and Codex CLI for complex refactoring and bug fixing, selectable with simple flags.
Does spawn-agent work with Claude Code and Cursor?โผ
Yes. It follows the standard SKILL.md format, so it works with Antigravity, Claude Code, Gemini CLI, Cursor, and any assistant that reads Markdown skill definitions.
When should I not delegate a task?โผ
Avoid delegating tasks that need interactive discussion, span many interdependent files, or are too broad to define in a single self-contained prompt.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core