skill-creator

Create and document new Codex skills with SKILL.md templates and frontmatter validation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams structure, scaffold, and govern the development of Codex skills by providing templates, tooling, and guidance to standardize skill creation.

Core Features & Use Cases

  • Provides a SKILL.md template and a consistent frontmatter layout for new skills.
  • Supplies scripts for initializing skills, validating structure, and generating OpenAI YAML metadata.
  • Organizes reusable resources (scripts, references, assets) to streamline complex skill creation.

Quick Start

Run the skill initializer to scaffold a new Codex skill with optional resources and example files.

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 document new Codex skills with consistent structure?

To create Codex skills, use a skill initializer to scaffold a new unit with a SKILL.md template, frontmatter validation, and optional resource scaffolding for scripts, references, and assets, ensuring consistent structure across all skill units.

What is the best way to generate OpenAI YAML metadata for skill templates?

Generating OpenAI YAML metadata for skill templates is handled by built-in scripts that validate the frontmatter layout and output the required YAML structure, standardizing skill creation and ensuring metadata compliance.

How do I scaffold scripts and references when building skill automation workflows?

Scaffolding scripts and references during skill creation is automated by the initializer, which generates the required directory structure and organizes reusable resources like scripts, references, and assets for complex skill design workflows.

Does the skill scaffolding process enforce frontmatter validation for SKILL.md files?

Yes, frontmatter validation is enforced during the skill creation process to ensure the SKILL.md templating follows the consistent layout required for proper skill governance and resource organization.

Do I need the yaml dependency to initialize and validate skill templates?

Yes, the yaml dependency is required to parse, validate, and generate the OpenAI YAML metadata and frontmatter layout needed to properly scaffold and document new Codex skills.

Why does my skill creation workflow need standardized resource organization?

Standardized resource organization is needed in skill creation workflows to streamline complex development by structuring reusable scripts, references, and assets consistently, preventing fragmentation and ensuring skill units remain governed.