skill-creator

Generate Codex Skill skeletons with standardized templates and scaffolding via Python scripts.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dungle-scrubs/agent-config --skill skill-creator-dungle-scrubs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/dungle-scrubs/agent-config/tree/main/stow/shared/skills/.system/skill-creator
Command: npx skills add https://github.com/dungle-scrubs/agent-config --skill skill-creator-dungle-scrubs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator addresses the need for consistent, scalable creation of Codex Skills by providing templates, structure, and guidance.

Core Features & Use Cases

  • Template SKILL.md generation with frontmatter and body skeleton
  • Resource scaffolding (scripts/, references/, assets/) to standardize Skill packaging
  • Progressive disclosure and recommended structures (Workflow-Based, Task-Based, Reference)

Quick Start

Run the Skill Initializer to generate a new Skill skeleton: python scripts/init_skill.py <skill-name> --path <output-dir> --resources scripts,references,assets --examples

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate a SKILL.md template for a new Codex skill?

Run the Skill Initializer script via Python with your desired skill name and output path to generate a SKILL.md template with frontmatter and a body skeleton.

What's the best way to scaffold resources for a Codex skill?

The best way to scaffold resources for a Codex skill is using the initializer script with the resources flag. This creates standardized directories like scripts, references, and assets for your skill package.

What structures are recommended for organizing Codex skills?

Recommended structures for organizing Codex skills include Workflow-Based, Task-Based, and Reference patterns. These models ensure progressive disclosure and consistency across skill design and packaging.

Do I need external dependencies to create a Codex skill?

You do not need external runtime dependencies to create a Codex skill. The process requires only Python and basic filesystem operations to scaffold and package your files.

How do I standardize capabilities and workflows when creating Codex skills?

To standardize capabilities and workflows when creating Codex skills, use the provided templates and best-practice patterns. This ensures consistency across skill design, packaging, and resource scaffolding.