skill-creator

Scaffold modular Codex Skills with SKILL.md frontmatter and optional resource directories.

117|8|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/geezerrrr/motive --skill skill-creator-geezerrrr
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/geezerrrr/motive/tree/main/Motive/Resources/Skills.bundle/skill-creator
Command: npx skills add https://github.com/geezerrrr/motive --skill skill-creator-geezerrrr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML.

What problem does it solve?

Designing and packaging modular Skills can be time-consuming without a reusable blueprint. This guide provides a standardized skeleton for Skill units with a mandatory SKILL.md frontmatter, a Markdown body, and optional resource directories to streamline design, validation, and packaging for Codex.

Core Features & Use Cases

  • Standardized Skill skeletons with mandatory SKILL.md frontmatter and a modular body that loads on demand.
  • Optional resource directories (scripts, references, assets) to organize tooling, documentation, and assets for scalable skills.
  • Validation and packaging hooks to ensure naming conventions, frontmatter completeness, and ready-to-package Skill files before distribution.

Quick Start

Run the Skill Initializer to scaffold a new Skill in your project.

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 modular skill for Codex?▼

To scaffold a modular skill for Codex, you run the Skill Initializer to generate a standardized skeleton containing mandatory SKILL.md frontmatter, a Markdown body, and optional resource directories.

What is the required structure for packaging Codex skills?▼

The required structure for packaging Codex skills includes a SKILL.md file with YAML frontmatter defining the name and description, a modular Markdown body, and optional scripts, references, and assets directories.

Does Codex skill creation require YAML frontmatter validation?▼

Yes, Codex skill creation requires YAML frontmatter validation to enforce naming conventions and completeness, utilizing validation hooks to ensure your Skill files are consistent and ready for distribution.

Can I organize scripts and references within a Codex skill package?▼

Yes, you can organize scripts and references within a Codex skill package by using optional resource directories designed to separate tooling, documentation, and assets for scalable skill management.

What is the best way to standardize skill templates across a team?▼

The best way to standardize skill templates across a team is applying a reusable blueprint with mandatory YAML frontmatter, modular loading, and validation hooks to ensure consistent packaging before distribution.

Do I need PyYAML to create and validate skill scaffolds?▼

Yes, you need PyYAML installed as a dependency to parse and validate the mandatory YAML frontmatter that enforces naming conventions and structural completeness during skill creation.