skill-creator

Scaffold Codex skills with SKILL.md templates and auto-generated agents/openai.yaml.

2|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Sacred-G/oh-my-claw --skill skill-creator-sacred-g
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Sacred-G/oh-my-claw/tree/main/secure-openclaw/skills-main/skills/.system/skill-creator
Command: npx skills add https://github.com/Sacred-G/oh-my-claw --skill skill-creator-sacred-g

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Inconsistent Skill Units and lack of a unified bootstrap process waste time and hinder discovery; this guide defines a concrete, repeatable approach to creating, validating, and maintaining Skills for Codex.

Core Features & Use Cases

  • Provides a template SKILL.md with mandatory YAML frontmatter for name and description.
  • Auto-generates agents/openai.yaml and optional resource skeletons (scripts, references, assets).
  • Encapsulates best practices for skill structure, validation, versioning, and iterative improvement, enabling rapid onboarding of new skills.

Quick Start

Run the included initializer to scaffold a new skill in your repository, then customize SKILL.md and add or adjust resources as needed.

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 from scratch?▼

To create a Codex skill, you run the included initializer to scaffold a structured skeleton in your repository, then customize the template SKILL.md and add resources like scripts or references as needed.

What is the required structure for a Codex skill?▼

The required structure for a Codex skill includes a SKILL.md file with mandatory YAML frontmatter defining the name and description, alongside auto-generated agents/openai.yaml and optional resource directories.

Do I need YAML frontmatter for Codex skill creation?▼

Yes, you need YAML frontmatter for Codex skill creation because the template enforces mandatory name and description fields to ensure consistent metadata and proper skill discovery.

Can I update existing skills using this scaffolding tool?▼

Yes, you can update existing skills using this scaffolding tool, as it applies to updating existing units and enforcing consistent metadata, auto-generating agents/openai.yaml, and scaffolding new resources.

What is the best way to enforce consistent metadata across multiple Codex skills?▼

The best way to enforce consistent metadata across multiple Codex skills is using a bootstrap process that provides reusable templates and validation to ensure frontmatter name and description fields exist.

Why does my Codex skill need an agents/openai.yaml file?▼

Your Codex skill needs an agents/openai.yaml file because the scaffolding process auto-generates it to encapsulate best practices for skill structure, validation, and iterative improvement during onboarding.