skill-creator

Create and update Codex skills with standard SKILL.md frontmatter and resources.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Bang-isme/CodexAI---Skills --skill skill-creator-bang-isme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Bang-isme/CodexAI---Skills/tree/main/skills/.system/skill-creator
Command: npx skills add https://github.com/Bang-isme/CodexAI---Skills --skill skill-creator-bang-isme

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Streamlines the process of creating and maintaining Codex Skill units by providing a standardized template, frontmatter, and resource scaffolding.

Core Features & Use Cases

  • Standard SKILL.md frontmatter with required name and description.
  • Guidance for structuring and extending skills with optional scripts/references/assets.
  • Tools for generating UI-facing agent metadata and validating skill integrity.

Quick Start

Create a new skill folder, place a SKILL.md frontmatter, and run the included init_skill.py and quick_validate.py utilities to scaffold and verify the skill.

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 consistent frontmatter and structure?

You create a Codex skill by placing a SKILL.md file with required name and description frontmatter in a new folder, then running init_skill.py to scaffold optional resources like scripts, references, and assets for deterministic task support.

What is the standard folder structure for building automation workflows with Codex skills?

The standard folder structure for Codex skills requires a SKILL.md file with YAML frontmatter, alongside optional components including scripts, references, and assets to organize automation workflows and deterministic task execution.

How do I validate a skill folder before deploying it to my workflows?

You validate a skill folder by running the included quick_validate.py utility, which verifies skill integrity and ensures the SKILL.md frontmatter and resource organization meet the standard structural requirements for deterministic tasks.

Do I need PyYAML to generate UI-facing agent metadata for my skills?

Yes, PyYAML is a required dependency to parse YAML frontmatter and generate UI-facing agent metadata, ensuring your skills maintain consistent structure and valid resource organization for deterministic workflows.

What's the best way to update existing Codex skills without breaking their resource organization?

The best way to update existing Codex skills is applying a standardized template that refines frontmatter and resource scaffolding, ensuring any extensions to scripts, references, or assets maintain consistent structure and deterministic task support.