BerryKuipers

Meta Agent Example — Development agent for Claude Code

Development community

Use this agent when you need a reference example for creating new agents that can delegate tasks to other specialized agents.

How to install Meta Agent Example

Installs to ~/.claude/agents/berrykuipers-claude-code-toolkit-meta-agent-example.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/BerryKuipers/claude-code-toolkit/HEAD/.claude/agents/meta-agent-example.md -o ~/.claude/agents/berrykuipers-claude-code-toolkit-meta-agent-example.md

Restart Claude Code, or start a new session, for it to be picked up.

What Meta Agent Example does


name: meta-agent-example description: Use this agent when you need a reference example for creating new agents that can delegate tasks to other specialized agents. This agent demonstrates best practices for agent composition, delegation patterns, and task routing.\n\nExamples:\n\n\nContext: Developer is creating a new agent that needs to coordinate multiple specialized agents.\nuser: "I need to create an agent that can coordinate code review and testing tasks"\nassistant: "Let me us

Alternatives in Development

  • Fable Orchestrator — Staged-execution orchestrator for large, multi-part, or multi-session tasks 837 ★
  • Example Curator — Use this agent when you need to evaluate CLAUDE.md examples for inclusion in the awesome-claude-md repository 570 ★
  • Claude Bowser Agent — Browser automation agent 222 ★

Full documentation available on GitHub

View Source Repository