sub-agents

Create and configure custom AI sub-agents with isolated contexts, prompts, toolsets, and model selections.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill sub-agents-parcadei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sub-agents
Source: https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/sub-agents
Command: npx skills add https://github.com/parcadei/Continuous-Claude-v3 --skill sub-agents-parcadei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and configuration of specialized AI agents, allowing for isolated contexts and custom prompts, tools, and models to tackle specific tasks efficiently.

Core Features & Use Cases

  • Agent Creation: Define new agents with unique names, descriptions, and system prompts.
  • Tool Configuration: Assign specific tools (Read, Write, Bash, etc.) to agents for tailored functionality.
  • Model Selection: Choose appropriate Claude models (Haiku, Sonnet, Opus) for different agent tasks.
  • Use Case: You need a dedicated code reviewer. Create a 'reviewer' agent with 'Read', 'Grep', and 'Bash' tools, using the 'sonnet' model, and provide it with a prompt focused on code quality and security.

Quick Start

Use the /agents command to open the interactive menu for creating and managing 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 specialized AI agents with isolated contexts for specific tasks?

To create specialized AI agents with isolated contexts, you define new agents with unique names, descriptions, system prompts, and toolsets. This Skill supports interactive, manual, and CLI-based configuration for modular agent development.

How do I assign specific tools and Claude models to custom AI sub-agents?

You assign specific tools and Claude models to custom AI sub-agents during the configuration phase. You can select from Haiku, Sonnet, or Opus models and assign tools like Read, Write, or Bash to tailor the agent's functionality for its designated task.

What is the best way to set up a dedicated code reviewer agent using AI?

The best way to set up a dedicated code reviewer agent is to create a custom agent with Read, Grep, and Bash tools, assign it the Sonnet model, and provide a system prompt focused on code quality and security to ensure accurate reviews.

Can I manage AI agents interactively instead of using manual configuration files?

Yes, you can manage AI agents interactively by using the /agents command. This opens an interactive menu that allows you to easily create, configure, and manage your custom sub-agents without needing to manually edit configuration files.

When should I use modular sub-agents instead of a single AI agent for my system?

You should use modular sub-agents instead of a single AI agent when you need to tackle specific tasks efficiently within a larger system. This approach isolates contexts and allows you to assign specialized prompts, tools, and models to distinct functions.

Does configuring custom AI sub-agents require any external dependencies or libraries?

Configuring custom AI sub-agents does not require any external dependencies or libraries. The Skill operates independently to facilitate agent creation, tool configuration, and model selection through its built-in interactive and CLI interfaces.