claude-code-subagents

Create and manage Claude Code subagents with YAML frontmatter configuration.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill claude-code-subagents-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-subagents
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/claude-code-subagents
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill claude-code-subagents-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Subagents for Claude Code empower isolated AI assistants with their own context, tools, and lifecycle hooks, enabling safer, modular automation of code-related tasks.

Core Features & Use Cases

  • Isolated subagents (Explore, Plan, general-purpose) with per-agent models and tool permissions
  • YAML frontmatter based configuration to govern agent behavior, permissions, and hooks
  • Preloaded skills and modular tooling for repeatable automation in code projects

Quick Start

Create a YAML frontmatter file named claude-code-subagents.yaml and load it to spin up a new subagent.

Frequently Asked Questions about claude-code-subagents

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

FAQPage Schema
How do I configure Claude Code subagents with YAML?

Claude Code subagents are configured using YAML frontmatter to define their context, tools, model selection, and lifecycle hooks. This approach enforces required fields like name and description while supporting optional skills for deterministic orchestration.

What are isolated AI agents used for in software automation?

Isolated AI agents are used for modular, safer automation of code-related tasks by giving each assistant its own context, tools, and lifecycle hooks to run Explore, Plan, or general-purpose workflows independently.

Can I assign different models and tool permissions to individual AI agents?

Yes, YAML frontmatter configuration supports per-agent model selection and tool permissions, allowing you to grant specific capabilities to isolated subagents like Explore or Plan agents within your software project.

How do I set up lifecycle hooks for code automation agents?

Lifecycle hooks for code automation agents are set up by defining them within the YAML frontmatter configuration, which prescribes a deterministic orchestration workflow and enforces required fields like name and description.

Do I need any external dependencies to orchestrate Claude Code subagents?

No external dependencies are required to orchestrate Claude Code subagents. You simply create a YAML frontmatter file to load and spin up new isolated agents with their own context and modular tooling.