create-subagents

Create and configure Claude Code subagents for isolated task execution.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill create-subagents-marcus-mok-gh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-subagents
Source: https://github.com/Marcus-Mok-GH/Claude-code-conductor/tree/main/.claude/skills/create-subagents
Command: npx skills add https://github.com/Marcus-Mok-GH/Claude-code-conductor --skill create-subagents-marcus-mok-gh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides expert guidance for creating, building, and using Claude Code subagents and the Task tool, enabling users to set up agent configurations, understand agent operations, and orchestrate multi-agent workflows.

Core Features & Use Cases

  • Subagent Creation: Guide users through creating subagents for specific tasks, including defining names, descriptions, tools, and models.
  • Agent Configuration: Explain how to configure tool access, set up system prompts, and manage subagent files.
  • Workflow Orchestration: Offer insights into using the Task tool for managing complex workflows with multiple agents.
  • Use Case: For a developer looking to automate code reviews, this Skill can help set up a subagent that reviews code for quality, security, and best practices without user interaction.

Quick Start

Run /agents to manage subagents, or use /conductor:setup to register slash commands for workflows.

Frequently Asked Questions about create-subagents

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

FAQPage Schema
How do I create Claude Code subagents for automated task delegation?

To create Claude Code subagents, you define a specialized agent with a specific name, description, tools, and models to enable isolated context execution and efficient task delegation without user interaction.

What is the Task tool used for in Claude Code multi-agent workflows?

The Task tool is used for workflow orchestration, enabling you to manage complex multi-agent workflows by delegating focused operations to configured Claude Code subagents with isolated context execution.

Can I configure tool access and system prompts for individual Claude Code subagents?

Yes, you can configure tool access and set up system prompts for individual Claude Code subagents. Agent configuration involves managing subagent files to control exactly what tools and instructions each agent operates with.

Does managing subagents require the Claude Code environment to run?

Yes, creating and managing subagents requires the Claude Code environment and its associated tools for execution. The Skill provides expert guidance on setting up these agent configurations within that specific ecosystem.

What is the best way to orchestrate multiple subagents for a code review workflow?

The best way to orchestrate multiple subagents is using the Task tool to manage the workflow. You can set up specialized agents to review code for quality and security, executing tasks in isolated contexts without user interaction.

Why use isolated context execution when setting up Claude Code subagents?

Isolated context execution is used to prevent interference between focused operations. By creating specialized subagents for specific roles, you ensure that delegated tasks run efficiently without polluting the main agent's context.