Skill Builder

Create Codex Skills with YAML frontmatter and progressive disclosure structure.

Updated Sep 21, 2025
One-click install
npx skills add https://github.com/Filipcsupka/cv-web --skill skill-builder-filipcsupka
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/Filipcsupka/cv-web/tree/main/.agents/skills/skill-builder
Command: npx skills add https://github.com/Filipcsupka/cv-web --skill skill-builder-filipcsupka

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating consistent, production-ready Codex Skills across teams requires strict frontmatter, a clear multi-level disclosure structure, and organized directories. The Skill Builder provides a repeatable template and guidelines to ensure every new skill adheres to the Codex Skills specification.

Core Features & Use Cases

  • Templates for SKILL.md with mandatory name and description frontmatter.
  • Progressive disclosure architecture (Level 1 metadata, Level 2 body, Level 3+ references) to scale skills.
  • Directory scaffolding with optional scripts/, references/, and assets/ for richer skills.
  • Use cases include building new skills from scratch, generating standardized templates, or auditing existing skills for compliance.

Quick Start

Create a new top-level skill directory under ~/.Codex/skills/your-skill and add SKILL.md with proper YAML frontmatter.

Frequently Asked Questions about Skill Builder

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

FAQPage Schema
How do I create a production-ready Codex Skill with proper YAML frontmatter?

To create a Codex Skill, generate a SKILL.md file with mandatory name and description frontmatter, then structure the content using progressive disclosure levels and organize optional scripts, references, and assets directories.

What is progressive disclosure structure in skill documentation?

Progressive disclosure is an architecture that separates skill content into Level 1 metadata, Level 2 body, and Level 3+ references, enabling scalable documentation that scales across projects while maintaining frontmatter validity.

Can I use this skill template to audit existing skills for specification compliance?

Yes, you can use the skill template to audit existing skills for compliance by checking their YAML frontmatter validity and verifying proper Level 1-4 content separation alongside directory organization.

What's the best way to scaffold a new skill directory for Codex?

The best way to scaffold a skill directory is to create a top-level folder under your skills path and populate it with a SKILL.md file alongside optional scripts, references, and assets folders for richer functionality.

Do I need specific dependencies to generate standardized skill templates?

No dependencies are required to generate standardized skill templates. The Skill Builder operates independently to enforce frontmatter validity and directory scaffolding for consistent project creation.