skill-creator

Generate a SKILL.md skeleton with optional resource directories using Python 3 scripts/init_skill.py.

1|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/vultuk/coding-agent-skills --skill skill-creator-vultuk
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/vultuk/coding-agent-skills/tree/main/.system/skill-creator
Command: npx skills add https://github.com/vultuk/coding-agent-skills --skill skill-creator-vultuk

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator helps teams and developers scaffold a new skill (or update an existing one) to extend Codex's capabilities with domain knowledge, workflows, or tool integrations.

Core Features & Use Cases

  • Automated skeleton generation: creates a ready-to-edit SKILL.md frontmatter and a starter body with recommended structure.
  • Resource scaffolding: optionally creates scripts/, references/, and assets/ directories with example templates.
  • Consistent guidelines: enforces naming, frontmatter validation, and progressive disclosure patterns for skills.

Quick Start

Run: python3 scripts/init_skill.py <your-skill-name> --path <output-directory> --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 scaffold a new Codex skill template from scratch?▼

To scaffold a Codex skill, run the init script with your desired skill name and output path to generate a ready-to-edit SKILL.md frontmatter and starter directory structure.

What is the recommended structure for a Codex SKILL.md file?▼

A Codex SKILL.md file requires specific frontmatter validation and a starter body with a recommended structure, which this generator creates automatically to enforce consistent naming and progressive disclosure patterns.

How do I include scripts and references when generating a skill skeleton?▼

You can include scripts and references by passing the resources flag with the desired directories during generation, which creates optional folders populated with example templates.

Do I need to install external dependencies to create a Codex skill?▼

No external dependencies are required to create a skill skeleton, as the tool relies entirely on Python 3 standard library modules and local templates to produce the output.

What is the best way to bootstrap multiple Codex skills consistently?▼

The best way to bootstrap skills consistently is using an automated skeleton generator that enforces naming conventions, frontmatter validation, and standard resource directories across all projects.

Can I update an existing Codex skill using the skill scaffolding tool?▼

Yes, you can update an existing skill by running the initialization tool, which helps developers scaffold or modify skills to extend Codex capabilities with new domain knowledge or workflows.