create-agent-skills

Create Claude Code skills with standardized templates and XML structure.

Updated May 20, 2022
One-click install
npx skills add https://github.com/andrewhwaller/dotfiles --skill create-agent-skills-andrewhwaller
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/andrewhwaller/dotfiles/tree/main/opencode/skills/create-agent-skills
Command: npx skills add https://github.com/andrewhwaller/dotfiles --skill create-agent-skills-andrewhwaller

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Helps teams standardize the creation of Claude Code skills and slash commands with a repeatable structure, templates, and guidance to ensure quality.

Core Features & Use Cases

  • Provides frontmatter templates and content structure for new skills.
  • Documents progressive disclosure, router patterns, and reference organization.
  • Includes audit, testing, and optimization workflows to ensure robust skills.

Quick Start

Create a minimal SKILL.md with name/description and add a Quick Start section to begin.

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 Code skills to support multiple use cases?

Structure Claude Code skills using router-based patterns with intake, routing, references, and workflows to cover multiple use cases. This approach enforces XML structure and progressive disclosure to ensure maintainability across varied task routing requirements.

What is progressive disclosure in Claude Code skill authoring?

Progressive disclosure in Claude Code skill authoring is a design pattern that organizes references and workflows so the skill reveals complexity incrementally. It ensures the skill provides repeatable templates while maintaining quality and structure validation.

Can I use frontmatter templates for standardizing Claude Code slash commands?

Yes, you can use frontmatter templates to standardize Claude Code slash commands. These templates provide repeatable structure for new skills, enforcing XML structure and content organization to ensure quality and maintainability across team workflows.

What's the best way to test and audit Claude Code skills?

The best way to test and audit Claude Code skills is by using built-in audit, testing, and optimization workflows. These workflows enforce validation and auditing processes to ensure robust skill quality before deployment.

Do I need XML structure to create a minimal Claude Code skill?

No, you do not need XML structure to create a minimal Claude Code skill. You can start by creating a minimal SKILL.md with name and description fields, then add a Quick Start section to begin the authoring process.

When should I use router patterns instead of single workflow skills?

Use router patterns instead of single workflow skills when you need to cover multiple use cases within one Claude Code skill. Router patterns separate intake, routing, references, and workflows, enforcing progressive disclosure for complex task management.