create-agent-skills

Scan for SKILL.md files and validate YAML frontmatter to generate metadata entries.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/saxjax/saxjaxTuner --skill create-agent-skills-saxjax
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent-skills
Source: https://github.com/saxjax/saxjaxTuner/tree/main/.claude/skills/create-agent-skills
Command: npx skills add https://github.com/saxjax/saxjaxTuner --skill create-agent-skills-saxjax

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides expert guidance for creating, writing, building, and refining Claude Code Skills. It serves as a practical handbook for working with SKILL.md files, authoring new skills, improving existing skills, and understanding skill structure and best practices.

Core Features & Use Cases

  • Router-pattern guidance for organizing skill folders (SKILL.md, workflows/, references/, templates/, scripts/)
  • Progressive disclosure: inline essential principles in SKILL.md with deeper knowledge in references/
  • Auditing, upgrading, and maintaining skills via dedicated workflows (audit-skill.md, upgrade-to-router.md, verify-skill.md)
  • Templates and scripts guidelines to standardize output and automation

Quick Start

Create a new router-based skill by adding SKILL.md, workflows/, references/, templates/, and scripts/ and follow the included workflows.

Frequently Asked Questions about create-agent-skills

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

FAQPage Schema
How do I create a Claude Code Skill with a valid SKILL.md file structure?

To create a Claude Code Skill, author a SKILL.md file at the root directory and include valid YAML frontmatter specifying the name and description to ensure proper metadata validation and routing.

What is the router pattern for organizing skill folders?

The router pattern organizes skill folders by structuring them with SKILL.md alongside dedicated directories for workflows, references, templates, and scripts to standardize automation and output.

How do I audit and upgrade existing Claude Code Skills?

You can audit and upgrade existing skills by following dedicated workflows like audit-skill.md and upgrade-to-router.md, which verify skill structure and migrate single files into router-based patterns.

What is progressive disclosure in prompt engineering for skill creation?

Progressive disclosure in skill creation involves inlining essential principles directly within SKILL.md while storing deeper, complex knowledge and references in separate files under the references directory.

Do I need dependencies to build a router-based skill?

No dependencies are required to build a router-based skill, allowing you to standardize skill folders and generate metadata entries using only the core scripts and references components.

What metadata is generated when validating a SKILL.md file?

Validating a SKILL.md file generates a single YAML code block containing metadata entries for name, tagline, description, request, complexity, category, keywords, dependencies, components, and toxicity checks.