Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
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
- Gather Requirements
- Agent name (lowercase, hyphenated)
- Purpose
-
Tools needed
-
Select Template based on purpose
-
Generate File at
.claude/agents/[name].md -
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.