Skill Builder

Generate Codex Skills with YAML frontmatter and progressive-disclosure architecture.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JacobJ215/sharpedge --skill skill-builder-jacobj215
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Builder
Source: https://github.com/JacobJ215/sharpedge/tree/main/.agents/skills/skill-builder
Command: npx skills add https://github.com/JacobJ215/sharpedge --skill skill-builder-jacobj215

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This tool helps teams design and automate Codex Skills by enforcing best practices for YAML frontmatter and progressive disclosure architecture.

Core Features & Use Cases

  • Generates ready-to-use SKILL.md templates with required frontmatter
  • Validates skill structure and provides scaffolding for optional scripts/references/assets
  • Assists in creating production-ready skills for discovery across Codex surfaces

Quick Start

Create a new skill directory at ~/.Codex/skills/my-new-skill and add SKILL.md with proper 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 Codex Skill with proper YAML frontmatter?

To create a Codex Skill, you generate a SKILL.md file with required YAML frontmatter defining the skill name and description, then validate the directory structure. This ensures production-ready skills are discoverable across Codex surfaces like Codex.ai, SDK, and API.

What is the required directory structure for Codex Skills?

The required directory structure for Codex Skills includes a top-level SKILL.md file alongside optional scripts, references, and assets directories. This progressive-disclosure architecture organizes skill components for automated validation and cross-surface discovery.

How do I validate Codex Skill templates and structure?

You validate Codex Skill structure by enforcing YAML frontmatter requirements and checking the top-level directory layout for required and optional folders. This scaffolding process ensures templates meet production standards for Codex.ai, SDK, and API discovery.

Do I need to configure scripts and assets directories for every Codex Skill?

You do not need to configure scripts, references, and assets directories for every Codex Skill because they are optional. Only required elements are the SKILL.md file and its YAML frontmatter specifying the name and description.

What is progressive disclosure architecture in Codex Skill development?

Progressive disclosure architecture in Codex Skill development organizes templates into a top-level SKILL.md file with optional scripts, references, and assets directories. This structure enforces best practices for YAML frontmatter and makes skills production-ready across Codex surfaces.

Can I automate Codex Skill creation for multiple workflows and templates?

You can automate Codex Skill creation for multiple workflows and templates by using scaffolding tools to enforce YAML frontmatter and directory layout. This generates ready-to-use SKILL.md templates for discovery across Codex.ai, SDK, and API surfaces.