skills/smithery.ai/agent-generator

agent-generator

Installation
SKILL.md

Generate agents programmatically following Claude Code best practices. This skill contains templates and validation procedures for creating new agents.

Quick Process

  1. Collect requirements: agent name, description, role, tools needed
  2. Determine configuration:
    • Model: sonnet (default), opus (complex tasks), haiku (simple)
    • PermissionMode: default (read-only), acceptEdits (implementation)
    • Context: fork (high output), inherit (needs context)
    • Hooks: Required for dangerous operations (Bash, Write)
  3. Identify required skills (if any)
  4. Create .claude/agents/{name}.md
  5. Generate frontmatter with all required fields
  6. Write concise instructions (20-40 lines)
  7. Reference skills for detailed procedures
  8. Validate: length, frontmatter completeness, no code examples

Agent Structure

Installs
1
First Seen
Apr 9, 2026
agent-generator from smithery.ai