sub-agent-patterns
Claude Codeのサブエージェント完全ガイド:組み込みエージェント(Explore、Plan、汎用)、カスタムエージェント作成、設定、委譲パターンについて解説します。 以下のような場合に活用できます:カスタムサブエージェントの作成、一括操作の委譲、並列調査の実行、組み込みエージェントの理解、またはエージェントのツール・モデル設定です。
description の原文を見る
Comprehensive guide to sub-agents in Claude Code: built-in agents (Explore, Plan, general-purpose), custom agent creation, configuration, and delegation patterns. Use when: creating custom sub-agents, delegating bulk operations, parallel research, understanding built-in agents, or configuring agent tools/models.
SKILL.md 本文
Sub-Agents in Claude Code
Status: Production Ready ✅ Last Updated: 2026-01-14 Source: https://code.claude.com/docs/en/sub-agents
Sub-agents are specialized AI assistants that Claude Code can delegate tasks to. Each sub-agent has its own context window, configurable tools, and custom system prompt.
Why Use Sub-Agents: Context Hygiene
The primary value of sub-agents isn't specialization—it's keeping your main context clean.
Without agent (context bloat):
Main context accumulates:
├─ git status output (50 lines)
├─ npm run build output (200 lines)
├─ tsc --n
...
詳細情報
- 作者
- majiayu000
- ライセンス
- 不明
- 最終更新
- 2026/5/9
Source: https://github.com/majiayu000/claude-skill-registry-data / ライセンス: 未指定