skill-creator

Create Codex skills with standardized SKILL.md templates and resource scaffolding.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, template-driven approach to creating Codex skills, including standardized frontmatter, body patterns, and optional resource directories.

Core Features & Use Cases

  • Template-driven scaffolding: Enforces a consistent SKILL.md frontmatter and structure for new skills.
  • Resource orchestration: Helps plan optional resources (scripts, references, assets) and their layout.
  • Foundation for deployment: Includes utility wrappers (init_skill_plus) to streamline cross-repo creation and mounting.

Quick Start

Run the wrapper to scaffold a new skill: python scripts/init_skill_plus.py my-new-skill

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 SKILL.md frontmatter?

To create a Codex skill, use a template-driven scaffolding approach that enforces consistent YAML frontmatter containing name and description fields in the SKILL.md file. The init_skill_plus wrapper script bootstraps the directory structure and required files automatically.

What is the best way to structure optional resources like scripts and references when building workflows?

The best way to structure optional resources is through template-driven scaffolding that organizes scripts, references, and assets into standardized directories. This approach ensures consistent layout across domains and tool integrations while maintaining clean separation between skill logic and supporting materials.

Do I need any dependencies to scaffold a new skill using the init_skill_plus wrapper?

No external dependencies are required to scaffold a new skill. The system operates with zero dependencies and uses a zero-intrusion wrapper approach, allowing easy onboarding by running the Python script directly to generate the standardized structure.

Can I use this skill creation template for non-English documentation and workflows?

Yes, you can use this for non-English documentation as it includes a Chinese default template alongside standard English templates. This supports skill creation across different language contexts while maintaining the required YAML frontmatter structure.

How does the frontmatter in SKILL.md work when updating existing skills?

The frontmatter in SKILL.md works by enforcing a YAML structure with mandatory name and description fields when creating or updating skills. This standardized metadata ensures consistent skill identification and documentation across domains and tool integrations.

What's the difference between using a template-driven scaffolding wrapper versus manually creating skill files?

Template-driven scaffolding provides standardized frontmatter, body patterns, and resource orchestration automatically, whereas manual creation risks inconsistency. The wrapper ensures zero-intrusion onboarding and streamlines cross-repo creation and mounting with utility scripts.