skill-creator

Scaffold and validate new Codex Skill Units with standard SKILL.md templates.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/AgustinMadygraf/skills --skill skill-creator-agustinmadygraf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/AgustinMadygraf/skills/tree/main/.system/skill-creator
Command: npx skills add https://github.com/AgustinMadygraf/skills --skill skill-creator-agustinmadygraf

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a standardized template and tooling to help teams design, scaffold, and validate new Skill Units for Codex, ensuring consistent quality from concept to deployment.

Core Features & Use Cases

  • Standard SKILL.md templates with frontmatter and body structure
  • Bootstrap scripts to initialize new skills, generate UI metadata, and validate structure
  • Guidance for organizing resources (scripts, references, assets) to enable scalable skill development

Quick Start

Run the bootstrap tool to generate a new skill scaffold and customize SKILL.md for your domain.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold and bootstrap a new Codex skill?

Scaffold a new Codex skill by running the init_skill.py bootstrap script to generate the standard directory structure and SKILL.md template, then customize the generated files for your specific domain.

What is the standard structure for a SKILL.md file?

A standard SKILL.md structure requires frontmatter metadata for UI generation followed by a body section defining the skill's logic, resources, and tooling to ensure scalable and reusable Codex capabilities.

Do I need yaml to validate skill frontmatter integrity?

Yes, the yaml dependency is required to parse and validate skill frontmatter integrity using the quick_validate.py workflow, ensuring your SKILL.md metadata meets structural standards before deployment.

How do I generate OpenAI UI metadata for a skill?

Generate OpenAI UI metadata for a skill by running the generate_openai_yaml.py script, which extracts frontmatter and skill definitions to produce the required yaml configuration file for interface integration.

What's the best way to organize scripts and references for scalable skills?

Organize scripts and references by linking them to optional resource directories like scripts, references, and assets within the scaffolded structure to enable scalable and reusable skill development.

Can I quickly validate skill structure before deployment?

Yes, you can quickly validate skill structure before deployment by running the quick_validate.py workflow, which checks frontmatter integrity and confirms the standard SKILL.md format is correctly applied.