·sub-agents
</>

sub-agents

shinpr/sub-agents-skills

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.

3Installs·0Trend·@shinpr

Installation

$npx skills add https://github.com/shinpr/sub-agents-skills --skill sub-agents

SKILL.md

Spawns external CLI AIs (claude, cursor-agent, codex, gemini) as isolated sub-agents with dedicated context.

Script Path: Use absolute path {SKILLDIR}/scripts/runsubagent.py where {SKILLDIR} is the directory containing this SKILL.md file.

| --agent | Agent name from user request (see selection rules below) | | --prompt | Task instruction part (excluding agent specification) | | --cwd | Current working directory (absolute path) |

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. Source: shinpr/sub-agents-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/shinpr/sub-agents-skills --skill sub-agents
Category
</>Dev Tools
Verified
First Seen
2026-02-05
Updated
2026-02-18

Quick answers

What is 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. Source: shinpr/sub-agents-skills.

How do I install sub-agents?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/shinpr/sub-agents-skills --skill sub-agents Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/shinpr/sub-agents-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-05

Related Skills

None