skill-creator

Create and update Codex skills with SKILL.md templates and scaffolding.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/wmasfoe/notch-pet --skill skill-creator-wmasfoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wmasfoe/notch-pet/tree/main/.codex/skills/.system/skill-creator
Command: npx skills add https://github.com/wmasfoe/notch-pet --skill skill-creator-wmasfoe

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides and scaffolds to create or update Codex skills with consistent structure, templates, and tooling.

Core Features & Use Cases

  • Provides a templated SKILL.md and a dedicated skill directory scaffold
  • Generates agents/openai.yaml UI metadata and optional resource directories (scripts, references, assets)
  • Includes example resource templates and validation hooks to accelerate skill creation
  • Use cases: creating new skills, updating existing ones, and standardizing skill metadata

Quick Start

Initialize a new skill by running scripts/init_skill.py with a skill-name and --path to an output directory, then customize SKILL.md and add any necessary resources.

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 with a standardized directory structure?

To scaffold a new Codex skill, run scripts/init_skill.py with a skill-name and --path to an output directory. This generates a standardized SKILL.md frontmatter, agents/openai.yaml UI metadata, and provisions resource directories like scripts and references.

What is the best way to update existing Codex skills without breaking UI metadata?

Updating existing Codex skills requires maintaining standardized SKILL.md frontmatter and agents/openai.yaml UI metadata. This skill provides templates and validation hooks to standardize skill metadata updates, ensuring configurations remain consistent without breaking existing structures.

Do I need to manually configure YAML files when generating Codex skill metadata?

You do not need to manually configure YAML files for Codex skill metadata. The generator automatically provisions agents/openai.yaml UI metadata alongside the SKILL.md file, streamlining the configuration process while depending only on the yaml library.

Can I use this skill generator to create optional resource directories for scripts and references?

Yes, you can use this skill generator to create optional resource directories. It scaffolds a dedicated skill directory that includes provisions for scripts, references, and assets, providing example resource templates to accelerate skill creation.

Why should I use a template generator for Codex skill creation instead of building manually?

Using a template generator for Codex skill creation ensures a consistent structure and standardized metadata. It provides validation hooks and example templates that accelerate skill creation, preventing the structural inconsistencies common when building directories manually.