agent-builder

Generate Markdown agent definitions with frontmatter for Claude Code.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill agent-builder-vivekmano27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-builder
Source: https://github.com/Vivekmano27/agent-orchestrator/tree/main/plugins/project-orchestrator/skills/agent-builder
Command: npx skills add https://github.com/Vivekmano27/agent-orchestrator --skill agent-builder-vivekmano27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build engineers a practical guide to design and configure Claude Code agents by generating standardized Markdown files with correct frontmatter, tool sets, and orchestration instructions.

Core Features & Use Cases

  • Generate frontmatter-ready agent definitions (.md) with required fields (name, description, tools, model, maxTurns, skills, memory, permissionMode).
  • Configure agents for orchestration, subagent dispatch, and agent teams with clear role-based tool assignments.
  • Provide templates and validation for agent roles, routing descriptions, and safety constraints to ensure reliable task delegation.

Quick Start

Create a new agent file in agents/ with proper frontmatter, role, and instructions to deploy.

Frequently Asked Questions about agent-builder

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

FAQPage Schema
How do I create Claude Code agents with proper frontmatter?

To create Claude Code agents with proper frontmatter, generate standardized Markdown files defining required fields like name, description, tools, model, maxTurns, and permissionMode. This ensures schema consistency and reliable role-based task delegation when configuring agents.

What is multi-agent orchestration in Claude Code?

Multi-agent orchestration in Claude Code is configuring agents and subagent dispatch for coordinated task execution. It uses structured Markdown definitions with clear role-based tool assignments, routing descriptions, and safety constraints to ensure reliable delegation across agent teams.

How do I configure tools and models for Claude Code subagent dispatch?

You configure tools and models for subagent dispatch by defining role-based tool assignments within the agent's Markdown frontmatter. This structured approach assigns specific tools, sets maxTurns guidance, and establishes routing descriptions to control delegated tasks.

Can I use agent definition templates to validate multi-agent teams?

Yes, you can use structured agent definition templates to validate multi-agent teams. These templates enforce frontmatter schema consistency, ensuring required fields like permissionMode and memory are correctly populated for reliable orchestration across projects.

What fields are required in Claude Code agent frontmatter?

Required fields in Claude Code agent frontmatter include name, description, tools, model, maxTurns, skills, memory, and permissionMode. Satisfying this schema consistency ensures your agent definitions are correctly parsed and safely constrained for task delegation.

When do I need maxTurns guidance for Claude Code agent orchestration?

You need maxTurns guidance for agent orchestration when configuring subagent dispatch to prevent infinite loops and control execution costs. Setting this limit within the agent's Markdown frontmatter ensures reliable task delegation and structured execution boundaries.