meta-agent

Generate Claude Code subagent configurations from user descriptions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/deachne/Indy-Dev-Dan-agents --skill meta-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-agent
Source: https://github.com/deachne/Indy-Dev-Dan-agents/tree/main/apps/orchestrator_3_stream/.claude/skills/meta-agent
Command: npx skills add https://github.com/deachne/Indy-Dev-Dan-agents --skill meta-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables automatic generation of complete Claude Code subagent configurations from user descriptions, reducing the setup time for new capabilities and ensuring consistency across subagents.

Core Features & Use Cases

  • Agent architecture design: Generates descriptive, kebab-case names, colors, prompts, and tools configuration for new subagents.
  • Template-based prompts: Produces a ready-to-use system prompt and workflow that can be applied immediately.
  • Use Case: When a user asks to create a new subagent for code review or testing, this skill scaffolds the full configuration.

Quick Start

Provide a user prompt such as "Create a code-reviewer subagent that analyzes changes and outputs a structured report." The skill will generate the corresponding .claude/agents/<name>.md content.