skill-creator

Plan, scaffold, and validate Codex Skill units with templates and resource scaffolding.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/YeaChan05/Remittance --skill skill-creator-yeachan05
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/YeaChan05/Remittance/tree/main/.codex/skills/.system/skill-creator
Command: npx skills add https://github.com/YeaChan05/Remittance --skill skill-creator-yeachan05

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator helps teams design and initialize new skills for Codex, guiding the process from concept through deployment while maintaining consistency and quality.

Core Features & Use Cases

  • Generates SKILL.md templates with proper frontmatter and a structured layout
  • Boots up resource scaffolds (scripts/, references/, assets/) and an agents/openai.yaml file
  • Provides a repeatable initialization, validation, and forward-testing workflow for skill authors
  • Use cases include creating new skills for new domains or updating existing ones to align with Codex guidelines

Quick Start

Follow the initialization flow to create a new skill with optional resources, then customize SKILL.md and run validators.

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 new Codex skill from scratch?

To create a new Codex skill, plan the concept, scaffold resources like scripts and references, and validate the SKILL.md frontmatter. This initialization workflow ensures consistent, reusable capabilities from deployment.

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

A SKILL.md file requires proper frontmatter hygiene and a structured layout. Generating a template ensures the skill aligns with Codex guidelines and passes validation steps for reliable integration.

Do I need yaml to scaffold Codex skills?

Yes, yaml is required to define the agents/openai.yaml file and frontmatter metadata. This dependency enforces proper configuration and resource scaffolding during skill creation.

Can I update an existing skill to align with Codex guidelines?

Yes, you can update existing skills by validating the current SKILL.md structure and regenerating optional resource scaffolds. This ensures the updated skill maintains frontmatter hygiene and reliable Codex integration.

What is the best way to validate a skill before deploying it to Codex?

The best way to validate a skill is to run the built-in validation steps after customizing the SKILL.md template. This forward-testing workflow checks frontmatter hygiene and resource scaffolding for reliable integration.

When should I not use automated skill scaffolding?

Avoid automated skill scaffolding when your custom workflow bypasses standard frontmatter hygiene or requires unsupported resource directories. The structured initialization process enforces specific validation steps that may limit non-standard configurations.