skill-creator

Guide the design, structuring, and packaging of modular Codex skills.

Updated Jun 6, 2025
One-click install
npx skills add https://github.com/mmrakt/dotfiles --skill skill-creator-mmrakt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mmrakt/dotfiles/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/mmrakt/dotfiles --skill skill-creator-mmrakt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Create a structured approach to designing, organizing, and packaging Codex Skills with a consistent frontmatter, clear guidance, and reusable resources.

Core Features & Use Cases

  • Provides a standardized template and workflow for skill creation, including naming conventions, frontmatter, and a recommended resource layout.
  • Guides the inclusion of optional scripts, references, and assets to support reproducible and scalable skills.
  • Supports packaging and validation workflows to ensure skills are production-ready and easy to share.

Quick Start

Create the SKILL.md frontmatter, outline the goal, then add optional resources (scripts, references, assets) and run validation before packaging.

Frequently Asked Questions about skill-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure and package YAML frontmatter for a new Codex skill?

Structure YAML frontmatter for Codex skill packaging by defining the skill name, metadata, and goal in a SKILL.md file. This establishes a standardized template that ensures consistent organization and resource layout for reproducible distribution.

What is the standard workflow for creating and validating modular skills?

The standard workflow for creating modular skills involves drafting the SKILL.md frontmatter, outlining the goal, adding optional resources like scripts, and running validation before packaging. This enforces a structured process from concept to production-ready distribution.

Do I need PyYAML to design and package Codex skills?

You need PyYAML installed to handle the YAML frontmatter processing within the skill creation workflow. This dependency supports parsing and validating the structured metadata required for packaging modular skills.

Can I include optional scripts and references when organizing skill resources?

You can include optional scripts, references, and assets when organizing skill resources. The skill creation workflow guides the integration of these components to support reproducible and scalable skills within a recommended resource layout.

What's the best way to name and organize frontmatter for team skill distribution?

The best way to organize frontmatter for team distribution is applying standardized naming conventions and a structured resource layout during skill creation. This ensures your packaged skills are production-ready, validated, and easy for teams to share.