skill-creator

Create modular Codex skills with SKILL.md templates and resource folders.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/Zidane786/os-coding-agents --skill skill-creator-zidane786
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Zidane786/os-coding-agents/tree/main/codex/codex-rs/core/src/skills/assets/samples/skill-creator
Command: npx skills add https://github.com/Zidane786/os-coding-agents --skill skill-creator-zidane786

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides teams in creating and updating modular Skills that extend Codex with domain-specific knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Structured templates for Skill folders (SKILL.md) and optional resources (scripts, references, assets)
  • Clear naming conventions, frontmatter, and lifecycle guidance from init to validation
  • Reusable patterns for organizing workflows, guidelines, and references across Skills

Quick Start

Run the Skill Initializer to create a new skill scaffold and then customize SKILL.md.

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 with structured workflows and frontmatter?

To create a Codex skill, run the Skill Initializer to scaffold a new skill folder, then customize SKILL.md with frontmatter, body instructions, and optional resources like scripts and references.

What is the best way to organize modular skills that extend Codex capabilities?

The best way to organize modular skills is using a repeatable folder structure with a SKILL.md file, frontmatter metadata, and optional resources directories for scripts, references, and assets.

Do I need YAML to define frontmatter for skill creation?

Yes, YAML is required to define frontmatter in SKILL.md files, providing the structured metadata needed for initialization, validation, and lifecycle management of your skills.

What is included in the skill lifecycle from initialization to validation?

The skill lifecycle includes initialization to scaffold the folder structure, iteration to customize workflows and guidelines, and validation to ensure the SKILL.md and resources meet structural conventions.

Can I add scripts and references to a skill folder for domain-specific knowledge?

Yes, you can add optional resources folders for scripts, references, and assets within your skill directory to support domain-specific knowledge, tool integrations, and specialized workflows.

What naming conventions should I follow when updating an existing Codex skill?

When updating a Codex skill, follow clear naming conventions for folders and files, maintain consistent frontmatter in SKILL.md, and organize workflows and references using the established repeatable patterns.