skill-creator

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

Updated Dec 25, 2025
One-click install
npx skills add https://github.com/jibaxZZZ/codex-root-configuration --skill skill-creator-jibaxzzz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jibaxZZZ/codex-root-configuration/tree/main/.codex/skills/.system/skill-creator
Command: npx skills add https://github.com/jibaxZZZ/codex-root-configuration --skill skill-creator-jibaxzzz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured, repeatable approach to creating and updating Codex skills, reducing ambiguity and ensuring consistency across skill definitions.

Core Features & Use Cases

  • Clear frontmatter templates (name, description) to standardize Skill units.
  • Step-by-step guidance on structuring SKILL.md and organizing optional resources (scripts, references, assets).
  • Quick-start templates and examples to bootstrap new skills quickly and safely.

Quick Start

Create a new skill folder named after the skill, then run the provided skill initializer to generate SKILL.md and optional resource directories.

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 using a standardized template?

To create a Codex skill, use a standardized template with structured frontmatter, generating a SKILL.md file and optional resource directories like scripts, references, and assets. This ensures consistent formatting and frontmatter validity across new skills.

What is the correct frontmatter format for Codex skills?

The correct frontmatter format for Codex skills requires valid name and description fields. Using structured frontmatter standardizes your skill definitions, reducing ambiguity and ensuring consistent organization across different teams.

How should I organize optional resources like scripts and references in a skill?

Organize optional resources by placing scripts, references, and assets into dedicated directories alongside your SKILL.md file. This structured approach ensures your skill packaging remains consistent and easy to navigate for other users.

What is the best way to bootstrap a new skill quickly?

The best way to bootstrap a new skill quickly is to run the provided skill initializer after creating a named skill folder. This generates the required SKILL.md and optional resource directories safely using quick-start templates.

Do I need any dependencies to update existing Codex skills?

No dependencies are required to update existing Codex skills. You can directly modify the structured frontmatter and SKILL.md file to ensure validity and reorganize optional resources without external packages.