claude-code-agents

Create and configure Claude Code agents using YAML frontmatter templates.

73|16|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill claude-code-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code-agents
Source: https://github.com/vasilyu1983/AI-Agents-public/tree/main/frameworks/claude-code-kit/framework/skills/claude-code-agents
Command: npx skills add https://github.com/vasilyu1983/AI-Agents-public --skill claude-code-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Defines and configures Claude Code agents with YAML frontmatter and naming conventions.

Core Features & Use Cases

  • Agent templates: Example agents (security-auditor, code-reviewer, etc.).
  • Frontmatter schema: name, description, tools, model.
  • Workflow patterns: Single-responsibility and orchestrator agents.

Quick Start

Create a new agent.md with name security-auditor and required fields.

Frequently Asked Questions about claude-code-agents

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

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

Create agents by defining YAML frontmatter with name, description, tools, and model fields. This frontmatter-driven approach enables consistent agent generation and configuration across specialized tasks like code review, security auditing, and testing.

What are agent orchestration patterns and when should I use them?

Agent orchestration uses single-responsibility and orchestrator agent patterns to coordinate multi-step workflows. Single-responsibility agents handle specific tasks; orchestrators delegate and coordinate across them for complex, interdependent work.

Can I build specialized agents for security auditing and code review?

Yes. The Skill provides templates for domain-specific agents like security-auditor and code-reviewer. Each agent applies dedicated tools and model configuration to enforce specialized reasoning and output formats for its domain.

What naming conventions and templates should I follow for new agents?

Follow the frontmatter schema with descriptive names, clear descriptions, explicit tool lists, and model selection. The Skill defines design patterns and workflow steps that ensure consistent generation and invocation across agent types.

How do I configure tools and models for multi-step agent workflows?

Define tools and model within YAML frontmatter for each agent. The Skill prescribes workflow steps and output formats that enable agents to handle complex, sequential tasks while maintaining consistent tool selection and reasoning.