create-agent-skills

Identify and document valid Skill units with structured metadata.

6|3|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/vinhnxv/rune-plugin --skill create-agent-skills-vinhnxv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/vinhnxv/rune-plugin/tree/main/.claude/skills/create-agent-skills
Command: npx skills add https://github.com/vinhnxv/rune-plugin --skill create-agent-skills-vinhnxv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Authors often struggle to plan, structure, and validate Claude Code skills and slash commands, leading to inconsistent SKILL.md quality and deployment friction.

Core Features & Use Cases

  • Guidance for SKILL.md structure: Frontmatter, content sections, and progressive disclosure.
  • Router vs simple skills: When to use router pattern and how to implement intake, routing, and references.
  • Validation & auditing: Checklists, references, and validation scripts to ensure quality.

Quick Start

Draft a new skill by creating SKILL.md with frontmatter and a concise Quick Start section.

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 a Claude Code SKILL.md file for progressive disclosure?

Structure SKILL.md using mandatory frontmatter with name and description fields, concise content sections, and progressive disclosure principles to guide Claude Code behavior efficiently.

What is the router pattern for Claude Code slash commands?

The router pattern structures Claude Code slash commands by implementing intake, routing, and reference modules to direct user requests to specific skill logic instead of using a simple flat skill.

How do I validate and audit Claude Code skills?

Validate and audit Claude Code skills using provided checklists, references, and validation scripts to ensure SKILL.md quality, verify mandatory frontmatter, and flag invalid skill units in the repository.

When should I use a router pattern instead of a simple skill?

Use a router pattern instead of a simple skill when your Claude Code command requires complex intake, dynamic routing across multiple references, or managing multiple distinct operational workflows.

What metadata is required in a SKILL.md frontmatter?

Required SKILL.md frontmatter includes name and description fields, while optional structured metadata encompasses tagline, request, complexity, category, keywords, dependencies, components, and toxicity.