codex-skill-generator

Generate Codex skills with kebab-case naming and BAD/GOOD example pairs.

18|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/kid-sid/codex-spellbook --skill codex-skill-generator-kid-sid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-skill-generator
Source: https://github.com/kid-sid/codex-spellbook/tree/main/skills/codex-skill-generator
Command: npx skills add https://github.com/kid-sid/codex-spellbook --skill codex-skill-generator-kid-sid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Codex skills that follow repository standards, trigger reliably, and avoid format drift is time-consuming and error-prone without clear, structured guidance.

Core Features & Use Cases

  • Structured Build Workflow: Follow a 6-step process to pick a narrow domain, write scope-bound descriptions, and organize content around decisions and checklists.
  • Format Enforcement: Automatically adheres to required SKILL.md standards, including kebab-case naming, frontmatter constraints, and mandatory BAD/GOOD example pairs.
  • Validation Alignment: Ensures new or updated skills pass repository CI checks and keep the README skill inventory accurate.
  • Use Case Example: Convert your team's API design guidelines into a compliant Codex skill that triggers automatically when a user asks to design a REST endpoint, with no missing required sections.

Quick Start

Use the codex-skill-generator skill to build a new installable Codex skill for your team's code review standards, following the repository's required format and validation rules.

Frequently Asked Questions about codex-skill-generator

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

FAQPage Schema
How do I create a Codex skill that triggers reliably and passes repository validation checks?

To create a Codex skill that triggers reliably, follow a structured 6-step workflow to define narrow domains, scope-bound descriptions, and activation trigger lists that align with repository validation scripts. This ensures your SKILL.md file passes CI checks.

What format and naming standards do SKILL.md files need to meet for Codex repository compliance?

SKILL.md files require kebab-case naming, specific frontmatter constraints, mandatory BAD/GOOD example pairs, and decision tables to achieve repository compliance. Adhering to these formatting standards prevents format drift and ensures proper skill activation.

How do I convert domain guidance into an installable Codex skill package?

Converting domain guidance into an installable Codex skill package involves applying a structured build workflow to organize your content around decisions, checklists, and activation triggers. This process translates team guidelines into a trigger-ready skill.

Why does my Codex skill fail to activate when users ask related questions?

Codex skills fail to activate when they lack proper activation trigger lists, scope-bound descriptions, or required BAD/GOOD example pairs. Refactoring your SKILL.md file to include explicit triggers and decision tables ensures reliable activation.

Can I use the codex-skill-generator to refactor an existing SKILL.md file that fails CI checks?

Yes, you can refactor existing SKILL.md files that fail CI checks by applying format enforcement rules for kebab-case naming, frontmatter constraints, and mandatory example pairs. This alignment with validation scripts updates your file to pass repository standards.

What limitations should I consider when building Codex skills for repository automation?

When building Codex skills for repository automation, you must scope descriptions narrowly and organize content strictly around decisions and checklists. Failing to provide mandatory BAD/GOOD example pairs or accurate activation triggers will cause validation failures.