skill-creator

Generate SKILL.md frontmatter and scaffold Codex Skill directories.

3|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/pinion05/skills --skill skill-creator-pinion05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/pinion05/skills/tree/main/.system/skill-creator
Command: npx skills add https://github.com/pinion05/skills --skill skill-creator-pinion05

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly scaffold and document new Skills for Codex, ensuring consistent structure, frontmatter, and UI metadata.

Core Features & Use Cases

  • Automates generation of SKILL.md frontmatter, including name and description.
  • Creates or validates agents/openai.yaml metadata for UI integration.
  • Sets up optional resource folders (scripts, references, assets) for deterministic tooling and references.
  • Useful when launching a new Skill from scratch or updating an existing Skill’s scaffolding.

Quick Start

Run the Skill Creator to initialize a new Skill folder, then customize SKILL.md and openai.yaml, and add 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 scaffold a new Skill and generate SKILL.md frontmatter?

You can scaffold a new Skill by generating standardized SKILL.md frontmatter and starter resources, which validates the directory layout and sets up optional folders for deterministic tooling.

What is the best way to automate skill creation for Codex?

Automating skill creation for Codex involves generating standardized SKILL.md frontmatter and UI metadata, which establishes a consistent folder structure and optional resource folders like scripts, references, and assets.

Does the Skill Creator validate directory layout and openai.yaml metadata?

Yes, the Skill Creator validates the directory layout and creates or validates agents/openai.yaml metadata to ensure proper UI integration and structural consistency across the skill deployment.

Can I update existing skill scaffolding without starting from scratch?

Yes, you can update existing skill scaffolding by regenerating SKILL.md frontmatter and validating the current directory layout, ensuring the existing structure meets standardized metadata and UI reference requirements.

What optional resource folders are supported when scaffolding workflow templates?

When scaffolding workflow templates, the Skill Creator supports optional resource folders for scripts, references, and assets, which speed up deployment by providing deterministic tooling and reference materials.