agent-creator

Generate Claude Code agent definitions with standardized Markdown schemas.

2|Updated Oct 21, 2025
One-click install
npx skills add https://github.com/jbabin91/super-claude --skill agent-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/jbabin91/super-claude/tree/main/plugins/claude-tools/skills/agent-creator
Command: npx skills add https://github.com/jbabin91/super-claude --skill agent-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing and configuring specialized autonomous agents can be complex, requiring careful consideration of purpose, model selection, and operational principles. This Skill simplifies the creation of Claude Code agents, ensuring they are focused, efficient, and ready to handle specific tasks autonomously, freeing you from manual oversight.

Core Features & Use Cases

  • Guided Agent Definition: Generates agent definitions with proper configuration, including model choice (Haiku, Sonnet, Opus), relevant skills, available tools, and clear constraints.
  • Autonomous Workflow Setup: Enables the creation of agents for task-specific automation like systematic code review, comprehensive test generation, or in-depth technical research.
  • Use Case: You need an agent to systematically review pull requests for security vulnerabilities. Use this Skill to create a code-reviewer agent, configuring it with the sonnet model, relevant security scanning skills, and principles to provide actionable feedback, allowing you to focus on higher-level architectural decisions.

Quick Start

Example: Create a new agent

First, ensure the 'skill-tools' plugin is installed:

/plugin install skill-tools

Then, in Claude Code, simply ask:

"Create an agent for generating comprehensive test suites."

The skill will prompt for the agent's model, skills, tools, and workflow.

Frequently Asked Questions about agent-creator

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

FAQPage Schema
How do I create an autonomous agent for specialized tasks?

Create autonomous agents by defining their purpose, selecting a Claude model (Haiku, Sonnet, or Opus), specifying relevant skills and tools, and establishing operational principles. The agent-creator Skill generates complete configurations with predefined workflows and guardrails, enabling you to deploy task-specific agents like code reviewers or test generators without manual setup.

What model should I choose when building a Claude Code agent?

Agent model selection depends on task complexity and latency requirements. Haiku suits lightweight, fast tasks; Sonnet balances performance and cost for general workflows; Opus handles complex reasoning. The agent-creator Skill guides you through model selection based on your agent's intended use case, ensuring optimal efficiency.

Can I automate code review or test generation with agents?

Yes. The agent-creator Skill enables autonomous agents for specialized workflows including systematic code review, comprehensive test generation, and technical research. Configure agents with security scanning skills, testing tools, and principles tailored to your task, then deploy them to run independently.

What does an agent definition include?

Agent definitions specify the model, relevant skills and tools inventory, operational principles, workflows, quality standards, example tasks, and validation steps. The agent-creator Skill enforces a standardized Markdown front matter schema with location conventions (global or project-local), ensuring consistent, deployable outputs across your organization.

Do I need the skill-tools plugin to use agent-creator?

Yes. Install the skill-tools plugin first with `/plugin install skill-tools` to enable agent-creator functionality. This prerequisite plugin provides the necessary framework for generating and managing agent definitions in Claude Code.

What workflows can agents automate beyond code review?

Agents automate multi-step task automation including autonomous research, specialized analysis, and custom workflow execution. Define agents with task-specific skills, tools, and constraints to handle repetitive or complex processes independently, freeing you to focus on higher-level decisions.