async
SolidLaunch and coordinate Codex subagents as deferred tasks. Use when the user wants to start bounded subagent work now, keep the main thread moving without waiting by default, then later join, collect, or redirect that work through a stable task reference.
Install
Quality Score: 82/100
Skill Content
Details
- Author
- flc1125
- Repository
- flc1125/skills
- Created
- 7 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
sub-agents
Execute external CLI AIs as isolated sub-agents for task delegation, parallel processing, and context separation. Use when delegating complex multi-step tasks, running parallel investigations, needing fresh context without current conversation history, or leveraging specialized agent definitions. Returns structured JSON with agent output, exit code, and execution status.
codex-subagent-strategy
Use in Codex when the user explicitly asks to spawn subagents, delegate work, or run parallel agents and the parent is about to dispatch them; read this strategy before the first spawn and route implementation workers by task shape. Also use it when the user requests parent-model inheritance for every child so the opt-out is enforced.
agents
Creates, improves, syncs Codex subagents. Triggers: create agent, improve agent, sync agents, memory sync.