
Subagents
- 22 installs
- 5k repo stars
- Updated August 4, 2026
- dtyq/magic
Delegate independent subtasks to parallel subagents (explore for deep search, shell for commands) instead of doing large research or exploration inline.
About
subagents guides an agent on when and how to delegate work to parallel subagents rather than doing everything inline. It suits independent subtasks, large research or exploration that would otherwise clutter the main thread, and cases needing a specialized agent type such as explore for deep search or shell for system commands. A solo builder uses it to keep a long agent run focused and to fan out work that has a clear deliverable and no dependency on the current thread.
- Run independent subtasks in parallel
- Keep large research separate from the main thread
- Use specialized agent types like explore and shell
Subagents by the numbers
- 22 all-time installs (skills.sh)
- Ranked #10,137 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dtyq/magic --skill subagentsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 22 |
|---|---|
| repo stars | ★ 5k |
| Last updated | August 4, 2026 |
| Repository | dtyq/magic ↗ |
What it does
Delegate independent subtasks to parallel subagents (explore for deep search, shell for commands) instead of doing large research or exploration inline.
Who is it for?
Fanning out independent subtasks to keep the main thread clean
Skip if: Tightly coupled sequential steps