agent-create

Create Claude Code agents with structured markdown templates and workflows.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill agent-create-hyxklee
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-create
Source: https://github.com/hyxklee/AI-DEV-ToolKit/tree/main/claude/skills/agent-create
Command: npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill agent-create-hyxklee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new Claude Code agents to automate and organize complex multi-step tasks by encapsulating workflow logic, decision points, and tool access control.

Core Features & Use Cases

  • Scaffold agent templates with a clear name and description
  • Define Purpose, When to Use, Workflow, and Output Format
  • Reuse agents across projects to enforce consistent automation

Quick Start

Create a new agent by writing claude/agents/{agent-name}.md with a descriptive name and a defined workflow.

Frequently Asked Questions about agent-create

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

FAQPage Schema
How do I create a Claude Code agent to automate multi-step tasks?▼

You can create a Claude Code agent by writing a markdown file at claude/agents/{agent-name}.md with a descriptive name and a defined workflow, which encapsulates decision points and tool access control for multi-step automation.

What is a Claude Code agent used for in workflow automation?▼

A Claude Code agent is used to automate and organize complex multi-step tasks by encapsulating workflow logic, decision points, and domain-specific knowledge, allowing you to reuse consistent automation across multiple projects.

How do I structure a reusable workflow template for a Claude Code agent?▼

You structure a reusable workflow template by writing a markdown file that defines the Purpose, When to Use, Workflow, and Output Format, plus an explicit autoApprove set to enforce consistent automation across projects.

Does creating a Claude Code agent require any external dependencies?▼

No external dependencies are required to create a Claude Code agent. You simply write the markdown template with frontmatter and workflow definitions directly in your project to handle multi-step tasks.

What's the best way to enforce consistent automation logic across multiple projects?▼

The best way to enforce consistent automation is by creating specialized Claude Code agents with reusable markdown templates. This encapsulates domain-specific knowledge and decision points for repeated use across projects.

When should I build a custom agent instead of running standard Claude Code prompts?▼

You should build a custom agent when your tasks involve complex decision points, require reusable workflows, or need specific tool access control that standard Claude Code prompts do not natively encapsulate.