skill-creator

Create and audit Claude skills with a canonical SKILL.md structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams and individuals create and audit Claude skill units consistently by providing a canonical structure and onboarding guidance.

Core Features & Use Cases

  • Establishes a standardized SKILL.md frontmatter with name and description.
  • Guides directory layout (scripts/, references/, assets/) and README/CLAUDE.md updates.
  • Suitable for creating new skills or auditing existing ones to ensure compliance and discoverability.

Quick Start

To create a new skill, follow the scaffolding steps described in SKILL.md and begin by editing the SKILL.md frontmatter in the new skill directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude skill with the correct directory layout and metadata?

To create a Claude skill, you scaffold the directory layout, establish a standardized SKILL.md frontmatter with name and description, and update README and CLAUDE.md files to maintain consistency.

What is the canonical SKILL.md structure for Claude skill creation?

The canonical SKILL.md structure requires standardized frontmatter containing the skill name and description, alongside a directory layout that includes scripts, references, and assets folders.

Do I need external tools to validate skill metadata and generate documentation?

No external tooling is required to validate skill metadata or generate documentation. You can use standard text editing immediately for skill creation and auditing without additional dependencies.

Can I audit existing Claude skills to check metadata compliance and discoverability?

Yes, you can audit existing Claude skills to ensure compliance and discoverability by validating their SKILL.md frontmatter, checking the directory scaffolding, and reviewing README and CLAUDE.md updates.

What is the best way to standardize directory scaffolding for multiple Claude skills?

The best way to standardize directory scaffolding is to enforce a canonical structure with scripts, references, and assets folders, while validating the SKILL.md frontmatter to maintain consistency across skill units.