Create a new Claude Code agent with proper YAML frontmatter structure. Use when the user wants to add a specialized agent to a plugin. Handles agent file creation with name, description, tools, model selection, and color configuration.
Creates new Claude Code agent files with proper YAML frontmatter structure, including name, description, tools, model selection, and color configuration. Use when users want to add specialized agents to a plugin.
/plugin marketplace add jpoutrin/product-forge/plugin install claude-code-dev@product-forge-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Create new Claude Code agents with proper configuration and structure.
Agents are markdown files in the agents/ directory with YAML frontmatter:
---
name: agent-name
short: Brief 5-8 word description
description: Full description of what the agent does
when: Semantic activation - describe when to use this agent
tools: Glob, Grep, Read, Write, Edit, Bash, WebFetch, WebSearch, TodoWrite
model: sonnet
color: green
---
# Agent Title
Agent prompt content goes here...
| Field | Description | Example |
|---|---|---|
name | Unique identifier (kebab-case) | code-reviewer |
description | One-line summary of agent's purpose | Reviews code for quality and best practices |
tools | Comma-separated list of available tools | Glob, Grep, Read, Write, Edit, Bash |
model | Model to use: opus, sonnet, or haiku | sonnet |
color | Status line color | green, blue, purple, red, orange, cyan, magenta, yellow, pink, teal, violet |
| Field | Description | Example |
|---|---|---|
short | Brief 5-8 word summary for index display | Reviews code for security and quality |
when | Semantic activation trigger for index display | User wants code reviewed, needs security audit, or asks about code quality |
Note: short and when are used for forge-index display. The description field is used by Claude Code for agent invocation.
Common tool combinations by agent type:
Glob, Grep, Read, Write, Edit, Bash, TodoWrite
Glob, Grep, Read, WebFetch, WebSearch, TodoWrite
Glob, Grep, Read, Write, Edit, Bash, WebFetch, WebSearch, TodoWrite
plugins/<plugin-name>/agents/<agent-name>.md---
name: code-reviewer
short: Reviews code for security and quality
description: Reviews code changes for quality, security, and best practices
when: User wants code reviewed, needs security audit, or asks about code quality
tools: Glob, Grep, Read, TodoWrite
model: sonnet
color: yellow
---
# Code Reviewer Agent
You are an expert code reviewer focused on quality, security, and maintainability.
## Review Checklist
- Code correctness and logic
- Security vulnerabilities
- Performance considerations
- Code style and consistency
- Test coverage
- Documentation
## Output Format
Provide structured feedback with:
1. Summary of changes
2. Issues found (categorized by severity)
3. Recommendations
4. Approval status
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.