skill-creator

Scaffold Claude skills with SKILL.md frontmatter and bundled resources.

Updated May 24, 2026
One-click install
npx skills add https://github.com/yonetim258852/ozgur-os --skill skill-creator-yonetim258852
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yonetim258852/ozgur-os/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/yonetim258852/ozgur-os --skill skill-creator-yonetim258852

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Provides a standardized process and templates to create self-contained Claude skills, accelerating and standardizing skill development across teams.

Core Features & Use Cases

  • Structured SKILL.md scaffolding with required frontmatter and body
  • Example resources (scripts/, references/, assets/) to accelerate iteration
  • End-to-end workflow from initialization to packaging and ongoing iteration

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to generate a new skill scaffold, then customize SKILL.md and bundled resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create Claude skills with standardized frontmatter and structure?

You create Claude skills by running the init_skill.py script to scaffold a standardized SKILL.md file with required YAML frontmatter, then customize the bundled scripts, references, and assets directories for your specific workflow.

What is the best way to automate skill development workflows from concept to packaging?

Automating skill development involves using init_skill.py for initialization and package_skill.py for packaging, applying standardized templates and YAML validation to ensure ready-to-package artifacts throughout the workflow.

Do I need Python to scaffold and package Claude skills?

Yes, you need a Python environment to execute the init_skill.py and package_skill.py scripts that automate skill scaffolding, frontmatter validation, and resource bundling for Claude workflows.

How does YAML frontmatter validation work during skill creation?

YAML frontmatter validation checks the generated SKILL.md file against required fields and standardized descriptions using the quick_validate dependency, ensuring structural consistency before packaging.

Can I customize the scripts, references, and assets generated by the skill scaffold?

Yes, after running init_skill.py, you can fully customize the generated SKILL.md body, scripts, references, and assets directories to fit your specific automation workflows and templates.

What are the limitations of using templates for Claude skill creation?

Templates provide a standardized starting structure but require manual customization of the SKILL.md body and bundled resources to fit specific skill logic, as the scaffold cannot generate the actual workflow reasoning.