skill-creator

Create standardized Codex skill templates with YAML frontmatter and resource directories.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SPURSGO/awesome-skills-cn --skill skill-creator-spursgo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/SPURSGO/awesome-skills-cn/tree/main/skill-creator
Command: npx skills add https://github.com/SPURSGO/awesome-skills-cn --skill skill-creator-spursgo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable approach for building high-quality Skill units by guiding you to compose a correct SKILL.md frontmatter, organize optional resources, and maintain consistent naming conventions.

Core Features & Use Cases

  • Template-driven SKILL.md: Ensures frontmatter includes name and description and standardizes the Markdown body for operator instructions.
  • Resource scaffolding: Proposes optional directories (scripts/, references/, assets/) to bundle reusable tooling, docs, and artifacts.
  • Guided workflow: Walks you through initialization and packaging steps to raise quality and repeatability.

Quick Start

Initialize a new skill using the provided template, optionally add resource directories, and 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 the correct YAML frontmatter?

To create a Codex skill, you must define a SKILL.md file with YAML frontmatter that explicitly includes the skill name and description. This standardizes the operator instructions and ensures the skill unit is recognized correctly by the system.

What is the best way to structure resource directories for a new skill unit?

The best way to structure resource directories is to scaffold optional folders like scripts/, references/, and assets/ alongside your SKILL.md. This organizes reusable tooling, documentation, and artifacts to maintain a consistent skill structure.

Do I need any external dependencies to build a Codex skill?

You do not need any external dependencies to build a Codex skill. The creation process relies entirely on standard Markdown and YAML frontmatter, allowing you to initialize and package skill units without installing additional packages.

How does a template-driven workflow improve skill creation?

A template-driven workflow improves skill creation by enforcing consistent naming conventions and standardized Markdown body instructions. It guides you through initialization and packaging steps to raise quality and repeatability across different skill units.

Can I update existing skills using the standard skill-creation template?

Yes, you can update existing skills by applying the standardized template to normalize their YAML frontmatter and resource structure. This ensures older skill units align with current workflows, documentation, and tooling contexts.

When should I scaffold optional resources directories for my skill?

You should scaffold optional resources directories when your skill requires bundled reusable tooling, reference documentation, or media artifacts. If your skill relies solely on inline instructions, these directories can be omitted without issue.