skill-creator

Generate and validate Codex Skill scaffolds with SKILL.md templates and scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized template, guidance, and reusable resources to help teams design, implement, and maintain Codex Skills, reducing ambiguity and speeding up development.

Core Features & Use Cases

  • Provides a SKILL.md template with required frontmatter and a structured body for Skill workflows.
  • Includes a scripts/ suite for initialization, YAML generation, and validation to enforce consistency.
  • Includes references/ notes that document API usage, schemas, and governance guidelines for Skill development.
  • Allows an optional assets/ area for templates or brand materials when needed.
  • Use cases include creating a new Skill from scratch or updating an existing one to extend Codex capabilities.

Quick Start

Run scripts/init_skill.py <skill-name> --path <skill-dir> to generate the Skill scaffold and then proceed to customize SKILL.md and run scripts/quick_validate.py to verify the structure.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new Codex Skill from scratch?▼

To create a Codex Skill, run scripts/init_skill.py to generate the SKILL.md scaffold with required frontmatter, customize the workflow body, and run scripts/quick_validate.py to verify structure.

What is the standard folder structure for a Codex Skill?▼

A standard Codex Skill requires a SKILL.md file with frontmatter, and optionally includes scripts/, references/, and assets/ directories to house automation tools, governance notes, and templates.

Do I need YAML to build and update Codex Skills?▼

Yes, YAML is a required dependency for building Codex Skills, as the Skill Creator uses automated YAML generation scripts to enforce consistent frontmatter and safe Skill lifecycle management.

How do I validate an existing Codex Skill before updating?▼

To validate a Codex Skill before updating, run scripts/quick_validate.py against your directory to verify SKILL.md frontmatter and ensure the folder structure meets governance guidelines.

What is the best way to standardize workflow templates for Codex automation?▼

The best way to standardize workflow templates is to use a Skill Creator scaffold, providing reusable templates, references for API schemas, and automated validation scripts to enforce consistency across teams.

Can I include custom brand materials in my Skill directory?▼

Yes, you can include custom brand materials in your Skill directory by placing them in the optional assets/ folder, keeping them separate from the scripts/ and references/ used for workflow execution.