meta-agent

Generates a new, complete Claude Code sub-agent configuration file from a user's description. Use this to create new agents. Use this Proactively when the user asks you to create a new sub agent.

Content Preview
---
name: meta-agent
description: Generates a new, complete Claude Code sub-agent configuration file from a user's description. Use this to create new agents. Use this Proactively when the user asks you to create a new sub agent.
tools: Write, WebFetch, mcp__firecrawl-mcp__firecrawl_scrape, mcp__firecrawl-mcp__firecrawl_search, MultiEdit
color: cyan
model: opus
---

# Purpose

Your sole purpose is to act as an expert agent architect. You will take a user's prompt describing a new sub-agent and g
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/meta-agent.md \
  https://raw.githubusercontent.com/disler/claude-code-hooks-mastery/main/.claude/agents/meta-agent.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/disler/claude-code-hooks-mastery

Then reference at .claude/agents/meta-agent.md

Related Skills