skill-creator

Plan and bootstrap Claude Skill units with standardized templates and resource scaffolding.

Updated Feb 13, 2026
One-click install
npx skills add https://github.com/MuharremTozan/Ohm-Yura --skill skill-creator-muharremtozan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MuharremTozan/Ohm-Yura/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/MuharremTozan/Ohm-Yura --skill skill-creator-muharremtozan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This guide solves the challenge of inconsistently created Skills by providing a standardized template, initialization workflow, and resource scaffolding for Claude.

Core Features & Use Cases

  • Provides an init script to automatically generate a ready-to-edit Skill folder with SKILL.md and sample resources.
  • Includes packaging tooling to produce distributable .skill files and perform quick validation.
  • Supports best-practice patterns like progressive disclosure, references, and asset organization for scalable Skills.

Quick Start

Run the Skill Initializer to scaffold a new skill directory and begin editing SKILL.md and bundled resources.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package AI skills with valid YAML frontmatter?

You can bootstrap well-structured Skills by running an initialization script that generates a ready-to-edit folder, enforces YAML frontmatter validation, and scaffolds resources like scripts and references for reliable packaging.

What is progressive disclosure in skill packaging and when should I use it?

Progressive disclosure is a best-practice pattern for scalable skill packaging that structures resource loading incrementally. Use it when building skills to maintain clean asset organization and enforce reliable validation.

What's the best way to scaffold a Claude skill directory for rapid development?

The best way to scaffold a Claude skill directory is using a standardized initialization script. It automatically generates a ready-to-edit folder with SKILL.md and sample resources, enabling rapid and scalable skill development.

Does the skill initialization workflow require PyYAML to validate frontmatter?

Yes, the skill initialization workflow requires the PyYAML dependency to validate YAML frontmatter. This ensures standardized skill units are correctly parsed, validated, and reliably distributed.

Can I generate distributable .skill files directly from my resource scaffolding?

Yes, you can generate distributable .skill files using the included packaging tooling. After scaffolding resources and editing SKILL.md, the tooling performs quick validation and packages the directory into a distributable format.