agent-creator

Scaffold Claude Code agents and SKILL.md wrappers from existing skills.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jeff-hamm/ai-tools --skill agent-creator-jeff-hamm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-creator
Source: https://github.com/jeff-hamm/ai-tools/tree/main/src/skills/agent-creator
Command: npx skills add https://github.com/jeff-hamm/ai-tools --skill agent-creator-jeff-hamm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Claude Code agents and their corresponding skill/agent wrappers can be error-prone and repetitive. This Skill standardizes the process, guiding you from discovery to deployment with a self-maintaining pattern.

Core Features & Use Cases

  • Scans existing skills and agents to identify reuse opportunities before building.
  • Guides you to decide between a full agent or a skill/agent pair pattern based on whether persistent memory, runbooks, or reference data are needed.
  • Generates ready-to-use SKILL.md and a minimal expert agent wrapper, enabling rapid deployment and future self-maintenance.

Quick Start

Ask what kind of agent you want, then the system will scaffold a new agent and its skill/agent pair wrapper in the appropriate location.

Frequently Asked Questions about agent-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code agent without repeating boilerplate setup?▼

Creating a Claude Code agent is standardized by scaffolding appropriate files and templates automatically, guiding you from discovery to deployment while generating ready-to-use SKILL.md and a minimal expert agent wrapper to eliminate repetitive setup.

What is the difference between a full agent and a skill/agent pair pattern?▼

A skill/agent pair pattern is chosen over a full agent when persistent memory, runbooks, or reference data are needed, enabling rapid deployment and future self-maintenance through generated wrapper agents and SKILL.md files.

Can I reuse existing skills and agents when building new automation workflows?▼

Yes, you can reuse existing skills and agents because this Skill scans your current environment to identify reuse opportunities and wrapper possibilities before building new components from scratch.

How do I scaffold a self-maintaining agent workflow for Claude?▼

You scaffold a self-maintaining workflow by generating SKILL.md, the wrapper agent, and guidance for future updates in references, ensuring the deployed automation remains easy to maintain over time.

Do I need existing skills or agents to use the agent-creator workflow?▼

No, you do not need existing skills to start; the workflow clarifies your intent and scans for existing reuse opportunities, but can scaffold entirely new files and templates in the appropriate location if none are found.