skill-creator

Scaffolds Codex Skills with templates, validation scripts, and SKILL.md frontmatter structure.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill skill-creator-kyrie66nb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/KYRIE66nb/codex-omx-public-config/tree/main/home/.codex/skills/.system/skill-creator
Command: npx skills add https://github.com/KYRIE66nb/codex-omx-public-config --skill skill-creator-kyrie66nb

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides teams and individuals in designing, scaffolding, and validating Codex Skills, ensuring consistent structure, naming, and reusable resources.

Core Features & Use Cases

  • Provides a templated SKILL.md scaffold with frontmatter and a clear body for skill instructions.
  • Includes helper scripts for initialization (init_skill.py), validation (quick_validate.py), and YAML interface generation (generate_openai_yaml.py).
  • Supports optional resource directories (scripts, references, assets) to modularize tooling, documentation, and outputs.
  • Encourages forward-testing and iteration workflows to improve reliability, safety, and reuse.

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to scaffold a new skill, then customize SKILL.md and add optional 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 and validate Codex skills with consistent structure?

To create and validate Codex skills, use helper scripts like init_skill.py for scaffolding and quick_validate.py for checking structure. This ensures consistent SKILL.md frontmatter, naming, and upgradeable deployments across your team.

What's the best way to scaffold a new Codex skill with templates?

The best way to scaffold a new Codex skill is running scripts/init_skill.py with your desired skill name and path. This generates a templated SKILL.md scaffold with proper frontmatter and optional resource directories for modular organization.

Does Codex skill creation require YAML frontmatter?

Yes, Codex skill creation relies on a SKILL.md file with proper YAML frontmatter. The provided templates and generate_openai_yaml.py helper script ensure your skill definitions meet structural validation requirements.

Can I organize scripts and references into separate directories for Codex skills?

Yes, you can modularize tooling and documentation using optional resource directories like scripts, references, and assets. This organization pattern keeps your Codex skill components scalable and maintainable.

Why should teams use structured patterns for Codex skill creation?

Teams should use structured patterns for Codex skill creation to ensure consistent, upgradeable deployments. Validation tools catch core workflows and resource organization issues, improving reliability, safety, and reuse across projects.

Do I need Python and pyyaml installed to generate Codex skill templates?

Yes, you need Python with the pyyaml dependency installed to run the helper scripts. These scripts handle initialization, YAML interface generation, and validation for your Codex skill workflow.