skill-creator

Create and update Codex skills with standardized SKILL.md frontmatter and directory structure.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/DesmondChoy/buttery_smooth_jamming --skill skill-creator-desmondchoy
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/DesmondChoy/buttery_smooth_jamming/tree/main/.codex/skills/skill-creator
Command: npx skills add https://github.com/DesmondChoy/buttery_smooth_jamming --skill skill-creator-desmondchoy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guidance to create or update Codex skills using a standardized directory structure, frontmatter, and reusable templates to speed up skill development.

Core Features & Use Cases

  • Provides a formal skill scaffolding with SKILL.md frontmatter and a clear directory layout (scripts/, references/, assets/ where present).
  • Includes step-by-step creation, editing, and packaging workflows, plus example templates and references to reuse across skills.
  • Examples and references demonstrate best practices for organizing knowledge and resources for Codex skill execution.

Quick Start

Run the initialization script to scaffold a new skill, customize its frontmatter and resources, then package it for distribution.

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 Codex skill with the correct directory structure and frontmatter?▼

You can create a Codex skill by running the initialization script to scaffold a new skill directory with standardized SKILL.md frontmatter. This provides a consistent structure and reusable templates to streamline skill development and distribution.

What is the standard directory layout for packaging and distributing Codex skills?▼

The standard directory layout for Codex skills includes a SKILL.md file with frontmatter, alongside scripts/, references/, and assets/ directories. This structure organizes knowledge and resources effectively for skill execution.

What's the best way to update frontmatter and metadata rules in an existing Codex skill?▼

The best way to update frontmatter is to use the skill's editing workflows which enforce metadata rules and validate the SKILL.md file. This ensures your skill maintains a consistent structure and compliant configuration during updates.

Do I need any dependencies to use templates for Codex skill project setup?▼

No dependencies are required to use the templates for Codex skill project setup. The skill provides built-in scaffolding, example templates, and references independently to speed up your skill development process.

Can I reuse example templates and references across multiple Codex skills?▼

Yes, you can reuse the provided example templates and references across multiple Codex skills. They demonstrate best practices for organizing knowledge and resources, streamlining the creation of new skills.