create-agent

Generate Claude Code agent files with YAML frontmatter and system prompts.

270|16|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gupsammy/Claudest --skill create-agent-gupsammy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/gupsammy/Claudest/tree/main/plugins/claude-skills/skills/create-agent
Command: npx skills add https://github.com/gupsammy/Claudest --skill create-agent-gupsammy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of specialized AI agents, enabling users to define autonomous subprocesses for complex tasks without manual coding.

Core Features & Use Cases

  • Agent Scaffolding: Generates well-structured agent files with YAML frontmatter and system prompts.
  • Best Practice Guidance: Enforces naming conventions, tool restrictions, and prompt design principles.
  • Use Case: You need an agent to automatically review code changes. This Skill can generate the code-reviewer agent file, including its trigger conditions, persona, and required tools.

Quick Start

Use the create-agent skill to generate a new agent named 'bug-finder'.

Frequently Asked Questions about create-agent

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

FAQPage Schema
How do I create a custom AI agent for automated code review?

To create a custom AI agent for automated code review, this Skill generates a Claude Code agent file with YAML frontmatter and system prompts. It scaffolds the agent's name, description, model, tools, and persona to autonomously handle specialized code review tasks.

What is the structure of a Claude Code agent file?

A Claude Code agent file is a markdown file with YAML frontmatter and system prompts. It defines the agent's name, description, model, allowed tools, and instructions, following best practices for autonomous agent creation.

How do I generate an autonomous agent for test generation without manual coding?

Generate an autonomous agent for test generation by creating an agent file with YAML frontmatter and system prompts. This defines the agent's trigger conditions, required tools, and persona, streamlining subprocess creation without manual coding.

Can I define specific tool restrictions when building AI agents?

Yes, you can define specific tool restrictions when building AI agents. The agent scaffolding process enforces best practice guidance for naming conventions, tool restrictions, and prompt design principles within the YAML frontmatter.

What is the best way to scaffold specialized AI agents for documentation tasks?

The best way to scaffold specialized AI agents for documentation tasks is to generate a structured agent file with YAML frontmatter. This enforces prompt design principles and defines the agent's persona, model, and required tools.