create-agent-skills

Create Claude Skills with SKILL.md and XML-first structure.

Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill create-agent-skills-sjdjdiejdrirhdkjej
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor/tree/main/.claude/skills/create-agent-skills
Command: npx skills add https://github.com/Sjdjdiejdrirhdkjej/Claude-code-conductor --skill create-agent-skills-sjdjdiejdrirhdkjej

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Create Agent Skills framework provides a standardized approach to authoring Claude Skills as self-contained, XML-first units. It ensures discoverability, consistency, and safe extension by enforcing a clear directory structure, metadata frontmatter, and progressive disclosure.

Core Features & Use Cases

  • Progressive disclosure keeps SKILL.md concise by moving detailed guidance into reference files.
  • YAML frontmatter validation guarantees consistent naming and discovery.
  • Reference materials enable in-depth coverage of XML structure, security, testing, and workflows.
  • Easy reuse and templating across multiple skills for scalable automation.

Quick Start

Create a new skill directory following the verb-noun convention (e.g., create-agent-skill), add SKILL.md with valid YAML frontmatter and a pure XML body, and populate references/ for deeper guidance.

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I structure Claude Skills using XML and frontmatter?

Structure Claude Skills by creating a SKILL.md file with YAML frontmatter for metadata validation and a pure XML body for content. Organize directories using verb-noun conventions and move detailed guidance into reference files for progressive disclosure.

What is progressive disclosure in skill authoring?

Progressive disclosure in skill authoring keeps SKILL.md concise by moving detailed guidance into separate reference files. This pattern ensures the main skill file remains readable while still providing in-depth coverage of XML structure, security, testing, and workflows.

How do I validate YAML frontmatter for Claude Skills?

Validate YAML frontmatter by enforcing consistent naming and discovery conventions defined in the skill authoring framework. This validation guarantees metadata consistency across skills, ensuring they are discoverable and safely extensible within the ecosystem.

Can I reuse and template Claude Skills across multiple teams?

Yes, you can reuse and template Claude Skills across multiple teams. The standardized directory organization, frontmatter conventions, and XML-first structure enable scalable automation and easy replication of skills for different use cases.

What's the best way to organize reference files for a skill?

Organize reference files by placing them in a dedicated references/ directory within the skill folder. This approach supports progressive disclosure by separating in-depth guidance on XML structure, security, and workflows from the concise SKILL.md file.

Why does my skill need a pure XML body in SKILL.md?

A pure XML body in SKILL.md enforces a standardized, XML-first structure that ensures safety, consistency, and discoverability. This format prevents parsing ambiguity and aligns with the Claude Code Conductor ecosystem's best practices for skill authoring.