plugin-dev/agent-creator

Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples:

Content Preview
---
name: agent-creator
description: |
  Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples:

  <example>
  Context: User wants to create a code review agent
  user: "Create an agent that reviews code for quality issues"
  assistant: "I'll use the agent-creator agent to generate the agent configuration."
 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/plugin-dev/agent-creator.md \
  https://raw.githubusercontent.com/anthropics/claude-plugins-official/main/plugins/plugin-dev/agents/agent-creator.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/anthropics/claude-plugins-official

Then reference at plugins/plugin-dev/agents/agent-creator.md

Related Skills

plugin-dev/plugin-validator
Use this agent when the user asks to "validate my plugin", "check plugin structure", "verify plugin is correct", "validate plugin.json", "check plugin files", or mentions plugin validation. Also trigger proactively after user creates or modifies plugin components. Examples:
agentagentplugin-devplugin-validator

by Anthropic · anthropic-official-plugins

agent-sdk-dev/agent-sdk-verifier-py
Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
agentagentagent-sdk-devagent-sdk-verifier-py

by Anthropic · anthropic-official-plugins

agent-sdk-dev/agent-sdk-verifier-ts
Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.
agentagentagent-sdk-devagent-sdk-verifier-ts

by Anthropic · anthropic-official-plugins

plugin-dev/skill-reviewer
Use this agent when the user has created or modified a skill and needs quality review, asks to "review my skill", "check skill quality", "improve skill description", or wants to ensure skill follows best practices. Trigger proactively after skill creation. Examples:
agentagentplugin-devskill-reviewer

by Anthropic · anthropic-official-plugins