skill-creator

Generate SKILL.md frontmatter and resource scaffolds for Codex skills.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/Zhushuaijiang/auto-company-win --skill skill-creator-zhushuaijiang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Zhushuaijiang/auto-company-win/tree/main/.agents/skills/skill-creator
Command: npx skills add https://github.com/Zhushuaijiang/auto-company-win --skill skill-creator-zhushuaijiang

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill standardizes the creation of new Codex skills by providing a ready-to-use template for SKILL.md frontmatter and bundled resource scaffolds (scripts/, references/, assets/), enabling rapid, consistent skill development and packaging.

Core Features & Use Cases

  • Auto-generates a SKILL.md frontmatter with required name and description and optional fields to ensure consistent discovery.
  • Creates and populates bundled resource directories (scripts/, references/, assets/) with example files to demonstrate structure and facilitate onboarding.
  • Integrates with packaging and validation workflows via quick_validate.py, init_skill.py, and package_skill.py to produce distributable Skill packages for sharing and reuse.

Quick Start

Generate a new skill skeleton with python3 scripts/init_skill.py <skill-name> --path <path>, then validate and package using scripts/package_skill.py <path-to-skill-folder>.

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 standardized frontmatter and resource scaffolds?

To create a new Codex skill, use the init_skill.py script to generate a standardized SKILL.md frontmatter and populate bundled resource directories like scripts/, references/, and assets/ with example files for consistent skill development.

What is the best way to package and validate Codex skills for distribution?

The best way to package Codex skills is using the package_skill.py script, which integrates with validation workflows like quick_validate.py to ensure your bundled scripts, references, and assets meet requirements before producing a distributable package.

Do I need Python and pyyaml installed to bootstrap Codex skill templates?

Yes, you need Python and the pyyaml dependency installed to run the skill-creation scripts like init_skill.py and package_skill.py, which generate the SKILL.md frontmatter and handle packaging workflows.

Can I auto-generate optional frontmatter fields when building Codex skills?

Yes, when building Codex skills the template auto-generates a SKILL.md frontmatter with required name and description fields, while also supporting optional fields to ensure consistent discovery and standardized packaging across the team.

Why does my Codex skill packaging workflow require validation before bundling?

Codex skill packaging requires validation to ensure the generated SKILL.md frontmatter and bundled resource scaffolds in scripts/, references/, and assets/ satisfy structural requirements before producing a distributable package.