create-agent

Create Claude agent definitions with YAML frontmatter, system prompts, and templates.

Updated Nov 22, 2025
One-click install
npx skills add https://github.com/terrazul-ai/tz-packages --skill create-agent-terrazul-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/terrazul-ai/tz-packages/tree/main/package-creator/templates/claude/skills/create-agent
Command: npx skills add https://github.com/terrazul-ai/tz-packages --skill create-agent-terrazul-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create Claude agents with proper YAML frontmatter, system prompts, and example structures to streamline agent creation and customization.

Core Features & Use Cases

  • Frontmatter generation: produce valid YAML frontmatter with name, description, model, and tools.
  • System prompt crafting: outline role prompts, core responsibilities, and guidance for agent behavior.
  • Templates & examples: provide ready-to-use templates and example agent files for reuse.
  • Use cases include creating a new agent, customizing Claude behavior, or standardizing agent definitions across projects.

Quick Start

Write a complete, ready-to-use Claude agent template with frontmatter, a system prompt, and an example usage scenario.

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 Claude agent with valid YAML frontmatter and a system prompt?

Creating a Claude agent requires generating valid YAML frontmatter with fields like name, description, model, and tools, paired with a defined system prompt. Templates and examples provide reusable structures to streamline building and customizing agent definitions.

What is YAML frontmatter used for in Claude agent definitions?

YAML frontmatter in Claude agent definitions provides essential metadata such as the agent's name, description, model, and available tools. This standardization ensures proper agent configuration and consistent behavior across various projects.

Can I customize Claude behavior by building a new agent template?

Yes, customizing Claude behavior is achieved by building a new agent template with a specific role prompt and core responsibilities. This allows you to tailor the agent's actions and standardize its behavior for specialized project requirements.

Do I need to include example templates when standardizing Claude agents across projects?

Yes, including example templates is necessary for standardizing Claude agents across projects. They provide ready-to-use structures and usage scenarios that ensure consistent agent behavior and simplify the reuse of standardized definitions.

What's the best way to structure a system prompt for a Claude agent?

The best way to structure a system prompt for a Claude agent is to clearly outline the agent's role, core responsibilities, and behavioral guidance. This ensures the agent understands its designated tasks and responds consistently within its defined scope.