skill-creator

Generate a compliant SKILL.md and optional resource folders for Codex Skill Units.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Kaze-sn/Vibe-code --skill skill-creator-kaze-sn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Kaze-sn/Vibe-code/tree/main/skills/.system/skill-creator
Command: npx skills add https://github.com/Kaze-sn/Vibe-code --skill skill-creator-kaze-sn

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates creating a standardized scaffold for new Codex skills, including a compliant SKILL.md frontmatter and optional resource directories, enabling consistent setup across teams.

Core Features & Use Cases

  • Generates a ready-to-use SKILL.md frontmatter (name + description) and a structured template for the skill.
  • Creates optional resource directories (scripts, references, assets) to accelerate building and packaging a Skill Unit.
  • Provides a repeatable initialization workflow and guidance for validation and packaging of skills.

Quick Start

Run the Skill Initializer to bootstrap a new skill, for example: python3 scripts/init_skill.py my-new-skill --path skills/public --resources scripts,references,assets --examples

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Codex Skill Unit with the correct frontmatter structure?

To scaffold a Codex Skill Unit, this tool automates generating a compliant SKILL.md frontmatter and a structured template. It enforces naming rules and initializes optional resource directories like scripts, references, and assets for consistent skill packaging.

What is the best way to standardize skill creation templates across a team?

Standardizing skill creation templates is achieved by using an initialization workflow that automatically generates compliant SKILL.md files and optional resource folders. This enforces consistent frontmatter structure and naming rules across all team skills.

Can I include scripts and references directories when initializing a skill?

Yes, you can include scripts and references directories when initializing a skill. The tool creates optional resource directories including scripts, references, and assets to accelerate building and packaging your Skill Unit.

Do I need PyYAML to generate a compliant SKILL.md file?

PyYAML is required to generate a compliant SKILL.md file. This dependency allows the initialization script to correctly parse, validate, and enforce the required frontmatter structure for your Codex skills.

How to validate Codex skill naming rules and frontmatter during initialization?

To validate Codex skill naming rules and frontmatter during initialization, the scaffolding process provides built-in validation guidance. This ensures your generated SKILL.md meets structural compliance before you finish setting up the skill.

Does the skill-creator scaffolding tool work with Python automation scripts?

The skill-creator scaffolding tool works with Python automation scripts, utilizing Python3 to run the initialization helper. It generates the required SKILL.md structure and optional resource folders via command-line execution.