agent-creator

Create Claude Code CLI agents with Task tool configuration and workflows.

60|6|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/evan043/claude-cli-advanced-starter-pack --skill agent-creator-evan043
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/evan043/claude-cli-advanced-starter-pack/tree/main/templates/skills/agent-creator
Command: npx skills add https://github.com/evan043/claude-cli-advanced-starter-pack --skill agent-creator-evan043

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams scaffold Claude Code CLI agents (subagents) with established tooling and governance, enabling rapid, repeatable agent creation.

Core Features & Use Cases

  • Structured Agent Creation: Generate agent templates with proper Task tool configuration, roles, and workflows.
  • Workflow Integration: Define sub-workflows and coordination patterns for multi-agent tasks.
  • RAG Knowledge Bases: Integrate knowledge bases for domain-specific guidance and reasoning.

Quick Start

Create a new agent-creator skill by adding skill.md with the name and description, then scaffold an initial agent template in a dedicated context folder.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create Claude Code CLI agents with proper governance?

To create Claude Code CLI agents, you define a skill.md file with name and description, then scaffold an initial agent template in a dedicated context folder to establish roles, workflows, and tool governance.

What is the best way to configure multi-agent coordination in Claude Code?

Multi-agent coordination is configured by defining sub-workflows and coordination patterns within your agent templates, enabling structured task delegation and interaction across multiple development agents.

How do I integrate a RAG knowledge base into Claude Code subagents?

You integrate RAG knowledge bases into Claude Code subagents by adding context files alongside your skill.md, providing domain-specific guidance and reasoning capabilities to enhance agent specialization.

Do I need a skill.md file to scaffold a Claude Code agent?

Yes, a skill.md file is required for scaffolding Claude Code agents, as it must contain the frontmatter with the agent's name and description to properly initialize the Task tool configuration.

When should I use specialized Claude Code subagents instead of a single workflow?

Specialized Claude Code subagents are used when you need repeatable agent creation with structured tooling, applying specific patterns for distinct development tasks rather than handling everything in a single workflow.

Can I define specific roles and workflows for Claude Code Task tools?

Yes, you can define specific roles and workflows for Claude Code Task tools by generating agent templates that establish structured configuration, ensuring agents follow designated coordination patterns.