Skill Creator

Scaffold Codex skills by generating SKILL.md templates and starter resource directories.

Updated Aug 8, 2025
One-click install
npx skills add https://github.com/ale-alfaro/dotfiles --skill skill-creator-ale-alfaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/ale-alfaro/dotfiles/tree/main/common/.config/codex/skills/.system/skill-creator
Command: npx skills add https://github.com/ale-alfaro/dotfiles --skill skill-creator-ale-alfaro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator provides a standardized workflow to scaffold new Codex skills or update existing ones, ensuring consistent structure, frontmatter, and ready-to-package resources.

Core Features & Use Cases

  • Templates for SKILL.md with required frontmatter (name and description) and clear body sections.
  • Starter resource directories (scripts/, references/, assets/) to illustrate bundling resources and collaboration workflows.
  • Guidance on validation, packaging, and iterative improvement to maintain quality across skills.

Quick Start

Run the skill initialization workflow to create a new skill folder and begin customizing SKILL.md and 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 new Codex skills with a standardized directory structure?

To scaffold new Codex skills, run the skill initialization workflow to generate a populated SKILL.md template alongside starter resource directories like scripts/, references/, and assets/ for bundling resources.

What frontmatter is required when creating a SKILL.md file for Codex?

Creating a SKILL.md file requires valid frontmatter that explicitly includes the name and description fields, ensuring the skill is properly recognized and aligns with recommended validation workflows.

How do I update existing skills to enforce consistent frontmatter and structure?

Updating existing skills involves applying the skill initialization workflow to validate and restructure the SKILL.md frontmatter, ensuring name and description fields meet consistency and packaging standards.

What is the best way to package Codex skills with bundled resources like scripts and references?

Packaging Codex skills utilizes generated starter directories such as scripts/, references/, and assets/ to organize resources, following recommended validation and packaging workflows for modular skill design.

Can I use this workflow to design modular skills for Codex without external dependencies?

Yes, you can design modular skills for Codex without external dependencies, as the skill scaffolding process operates independently to generate templates and directories using internal validation workflows.

Why does my Codex skill fail validation during packaging workflows?

Codex skill validation fails during packaging workflows when the SKILL.md frontmatter lacks required name and description fields, or when the directory structure misaligns with the expected scripts, references, and assets folders.