subagents

Create and manage dedicated AI subagents with custom prompts and tool access.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BrendanShields/spec-flow --skill subagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: subagents
Source: https://github.com/BrendanShields/spec-flow/tree/main/plugins/spec/.claude/skills/subagents
Command: npx skills add https://github.com/BrendanShields/spec-flow --skill subagents

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Users often need AI to perform highly specialized tasks or automate complex, multi-step processes without polluting the main conversation context. This Skill provides a framework to create and manage dedicated AI subagents for these specific needs, ensuring focused expertise and efficient task delegation.

Core Features & Use Cases

  • Specialized AI Creation: Design AI assistants with unique expertise, custom system prompts, and isolated contexts.
  • Configurable Tool Access: Grant specific tools (e.g., Read, Bash, Write) to subagents for security and focus.
  • Automated Task Delegation: Claude Code can proactively delegate tasks to the most suitable subagent based on user intent.
  • Use Case: Create a "Code Reviewer" subagent that focuses solely on code quality, security, and best practices, or a "Debugger Specialist" to analyze errors and suggest fixes for failing tests.

Quick Start

Use the subagents skill to create a new subagent for reviewing Python code for performance issues.