droid-exec

Spawn isolated subagents via droid exec for parallel task execution.

12|1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/ain3sh/.agents --skill droid-exec
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: droid-exec
Source: https://github.com/ain3sh/.agents/tree/main/skills/droid-exec
Command: npx skills add https://github.com/ain3sh/.agents --skill droid-exec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables spawning focused subagents to execute tasks in isolation, preserving the main context for ongoing work and reducing cross-task interference.

Core Features & Use Cases

  • Parallel execution: run independent tasks simultaneously to speed up complex workflows.
  • Context isolation: delegate work that benefits from a fresh context window or different model characteristics.
  • Flexible orchestration: manage invocation, output formats, session continuation, and model selection for diverse tasks.

Quick Start

Spawn a subagent to summarize a large file: droid exec --auto low "summarize changes in repo"

Frequently Asked Questions about droid-exec

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run parallel AI tasks without losing my main context window?▼

You can spawn focused subagents to execute tasks in isolation, preserving the main context window and preventing cross-task interference during parallel workflows.

What is the best way to delegate large-file handling to an AI subagent?▼

Delegating large-file handling to a subagent applies context isolation, allowing the subagent to process large files in a fresh context window without bloating the main session.

Can I select different models for individual tasks in a parallel workflow?▼

Configurable model selection is supported, enabling you to assign tasks to subagents with alternative model characteristics suited to the specific processing requirements.

How do I spawn a subagent to summarize a repository using droid exec?▼

You can spawn a subagent by running the command `droid exec --auto low "summarize changes in repo"` to execute the summarization task in an isolated context.

Do I need the droid tool installed to use subagent orchestration?▼

The droid tool is required as the foundational execution environment, while optional local settings can further configure model selection and session continuity.

Why does parallel execution reduce cross-task interference in AI workflows?▼

Parallel execution reduces cross-task interference by applying context isolation, ensuring each spawned subagent operates independently without polluting the main context.