skill-creator

Generate SKILL.md templates with frontmatter and resource directories.

1|Updated Jan 25, 2022
One-click install
npx skills add https://github.com/Piory/dotfiles --skill skill-creator-piory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Piory/dotfiles/tree/main/.codex/skills/.system/skill-creator
Command: npx skills add https://github.com/Piory/dotfiles --skill skill-creator-piory

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured approach for creating new skills or updating existing ones, ensuring consistency and best practices across the Codex skill library.

Core Features & Use Cases

  • Structured templates: Generates SKILL.md templates with frontmatter and guidance.
  • Resource scaffolding: Creates optional resource directories (scripts, references, assets) to accelerate Skill development.
  • Use Case: When you want to add a new capability to Codex, or update an existing Skill, this tool helps bootstrap and standardize the process.

Quick Start

Run the Skill Creator to initialize a new skill named my-skill in the skills/public directory, with optional resources and example files 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 create a new Codex skill with proper structure?

Create a new Codex skill by running the Skill Creator, which generates a SKILL.md template with frontmatter, enforces naming conventions, and scaffolds optional resource directories (scripts, references, assets) to ensure consistency across the skill library.

What should I include in a skill's frontmatter?

Skill frontmatter requires a name and description at minimum. The Skill Creator validates these fields and guides you through optional metadata, ensuring your skill meets functional requirements for discoverability and consistency in Codex.

Can I add scripts and resources when creating a skill?

Yes, the Skill Creator offers optional resource bundles including scripts, references, and assets directories. These accelerate development by providing a standardized structure and starter templates for your skill's supporting files.

How do I update an existing skill using templates?

Run the Skill Creator to update an existing skill by refreshing its SKILL.md template, validating frontmatter consistency, and optionally adding missing resource directories while preserving your current content structure.

What naming conventions does the Skill Creator enforce?

The Skill Creator enforces standardized naming conventions for skills, ensuring consistency across the Codex library and preventing conflicts. It validates your chosen name during skill initialization and guides you to compliant alternatives if needed.

Do I need prior experience to bootstrap a new skill?

No. The Skill Creator provides structured guidance and example templates, making it accessible for authors new to skill development. It handles scaffolding and best-practice validation so you can focus on your skill's logic.