claude-world

agent-template

8
2
# Install this skill:
npx skills add claude-world/director-mode-lite --skill "agent-template"

Install specific skill from multi-skill repository

# Description

Generate custom agent from template

# SKILL.md


name: agent-template
description: Generate custom agent from template
user-invocable: true


Agent Template Generator

Generate a custom agent file based on requirements.

Usage: /agent-template [agent-name] [purpose]


Templates

Purpose Template Tools
Review/Audit Reviewer Read, Grep, Glob
Generate/Create Generator Read, Write, Grep, Glob
Fix/Modify Fixer Read, Write, Edit, Bash
Test/Validate Tester Read, Bash, Grep
Document Documenter Read, Write, Grep, Glob

Process

  1. Gather Requirements
  2. Agent name (lowercase, hyphenated)
  3. Purpose
  4. Tools needed

  5. Select Template based on purpose

  6. Generate File at .claude/agents/[name].md

  7. Validate with /agent-check


Reviewer Template Structure

---
name: [name]
description: [brief purpose]
tools: Read, Grep, Glob
---

# [Name] Agent

## Activation
When to trigger

## Review Checklist
- [ ] Check items

## Output Format
Report structure

Example

/agent-template security-scanner "scan code for vulnerabilities"

Output: Created .claude/agents/security-scanner.md

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.