sub-agents

Create and configure specialized AI sub-agents with custom prompts, tools, and models.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill sub-agents-scooter-lacroix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sub-agents
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/sub-agents
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill sub-agents-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to create, configure, and manage specialized AI agents with custom prompts, tools, and models, enabling tailored AI assistance for specific tasks.

Core Features & Use Cases

  • Custom Agent Creation: Define new agents with unique names, descriptions, and system prompts.
  • Tool & Model Configuration: Specify which tools (e.g., Read, Write, Bash) and AI models (e.g., sonnet, opus, haiku) each agent can use.
  • Use Case: You need a dedicated agent for code reviews. You can create a code-reviewer agent with specific instructions and grant it Read, Grep, and Bash tools to analyze code changes effectively.

Quick Start

Use the /agents command to interactively create and manage your sub-agents.

Frequently Asked Questions about sub-agents

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

FAQPage Schema
How do I create a custom AI agent for code review?

To create a custom AI agent for code review, use the `/agents` command to interactively define a new agent with a unique name, description, and system prompt. You can then grant it specific tools like Read, Grep, and Bash to analyze code changes effectively.

Can I specify which AI models and tools my custom agents use?

Yes, you can specify which AI models and tools your custom agents use. During configuration, you can select specific tools such as Read, Write, or Bash, and choose AI models like sonnet, opus, or haiku to tailor agent capabilities for distinct tasks.

What is AI agent orchestration and when do I need isolated agent contexts?

AI agent orchestration involves coordinating specialized agents for modular workflows. You need isolated agent contexts when you want to tailor agent capabilities for distinct tasks like debugging or planning, ensuring each agent operates within its specific boundaries.

Does the Maestro framework support configuring agents for modular workflows?

Yes, the Maestro framework supports configuring agents for modular workflows. It enables the creation of specialized AI sub-agents with custom prompts and selected tools, allowing you to break down complex processes into distinct, manageable tasks.

What are the limitations of using custom AI sub-agents for task isolation?

The limitations of using custom AI sub-agents depend on the tools and models you assign to each isolated context. Agents are constrained to the specific capabilities granted during configuration, meaning an agent cannot perform actions outside its defined toolset.