agent-development

Coordinate design and evaluation of autonomous agents for Claude Code plugins.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/TomazWang/agent-toolkit --skill agent-development-tomazwang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-development
Source: https://github.com/TomazWang/agent-toolkit/tree/main/plugins/plugin-creator/skills/agent-development
Command: npx skills add https://github.com/TomazWang/agent-toolkit --skill agent-development-tomazwang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides teams in designing effective autonomous agents for Claude Code plugins, providing a repeatable blueprint for structure, behavior, and governance.

Core Features & Use Cases

  • Agent structure: Defines file locations, roles, and the standard markdown format that agents follow.
  • YAML frontmatter templates: Standardized metadata (name, description, color, tools) to enable consistent discovery and orchestration.
  • Patterns & templates: Prebuilt agent patterns (analyzer, validator, reviewer) and example sections to quick-start implementation.
  • Usage scenarios: Create, validate, and coordinate agents within plugin ecosystems for automated tasks and quality checks.

Quick Start

Create a new agent by adding a YAML frontmatter header with name, description, color, and tools to a file under agents/ and follow the body structure outlined in this skill.

Frequently Asked Questions about agent-development

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

FAQPage Schema
How do I create autonomous agents for Claude Code plugins?

Create autonomous agents by adding a YAML frontmatter header with name, description, color, and tools to a markdown file under the agents/ directory, then follow the body structure for roles and safety guidelines.

What YAML frontmatter fields are required for Claude Code agent development?

Claude Code agent development requires YAML frontmatter fields for name, description, color, and tools to enable consistent discovery and orchestration across plugin ecosystems.

What prebuilt patterns exist for designing autonomous agent workflows?

Prebuilt agent patterns include analyzer, validator, and reviewer roles, which support automated tasks and quality checks within plugin workflows.

Can I coordinate multiple agent workflows across a single Claude Code plugin?

Yes, you can coordinate agent workflows across plugins by using standardized YAML frontmatter metadata and optional components like scripts, references, and assets for orchestration.

What is the best way to validate autonomous agent structures in Claude Code?

Validate autonomous agent structures by checking the markdown file location, verifying required YAML frontmatter fields, and applying the validator pattern to ensure compliance with safety guidelines.

Do I need dependencies to start building agents for Claude Code?

No dependencies are required to start building agents for Claude Code; you only need a markdown file with proper YAML frontmatter and the defined body structure.