skill-creator

Generate SKILL.md templates, metadata, and resource skeletons for Codex skills.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jbarlek3-web/claudecommandcenter --skill skill-creator-jbarlek3-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jbarlek3-web/claudecommandcenter/tree/main/skills/.system/skill-creator
Command: npx skills add https://github.com/jbarlek3-web/claudecommandcenter --skill skill-creator-jbarlek3-web

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating scalable, reusable skills requires a clear structure and templates so teams can bootstrap Codex capabilities quickly and consistently.

Core Features & Use Cases

  • Provides a template and process for initializing new skills with SKILL.md and metadata.
  • Includes examples and scaffolding for resources (scripts, references, assets) to support deterministic implementations.
  • Enables quick-start workflows for skill authors to onboard new capabilities efficiently.

Quick Start

Run the skill initializer to create a new skill directory and then customize SKILL.md.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Codex skill with consistent metadata and resource directories?

Scaffold a new Codex skill by running the skill initializer to generate a SKILL.md template with required YAML frontmatter, then customize the file and add resources like scripts, references, and assets to the generated directory.

What is the required metadata format for a Codex SKILL.md file?

The required metadata format for a Codex SKILL.md file is YAML frontmatter that strictly includes name and description fields to pass the built-in validation step.

How do I bootstrap a reusable skill template for a development team?

Bootstrap a reusable skill template by generating a standardized directory layout with skeleton files for scripts, references, and assets, ensuring consistent naming and metadata across team capabilities.

Do I need YAML to create and validate a Codex skill?

Yes, YAML is required to define the frontmatter metadata in SKILL.md, enforcing consistent name and description fields during the quick validation step.

What's the best way to update existing Codex skills without breaking the directory structure?

Update existing Codex skills by applying the initializer to enforce consistent naming, regenerate metadata layouts, and validate YAML frontmatter without altering customized resource content.

Can I include optional resource directories when initializing a skill?

Yes, you can include optional resource directories for scripts, references, and assets during skill initialization to support deterministic implementations and organize capability resources.