Skill Creator

Create or update Codex skills with structured templates and packaging.

3|Updated Jun 4, 2021
One-click install
npx skills add https://github.com/tizee/dotfiles --skill skill-creator-tizee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill Creator
Source: https://github.com/tizee/dotfiles/tree/main/claude/skills/.system/skill-creator
Command: npx skills add https://github.com/tizee/dotfiles --skill skill-creator-tizee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires quick_validate, yaml, and includes scripts (resource) components.

What problem does it solve?

Provides a structured approach and templates for creating new Codex skills, including frontmatter, resources, and packaging content.

Core Features & Use Cases

  • Structured templates: SKILL.md scaffolding and plan templates
  • Bundled resources patterns: scripts, references, assets guidelines
  • Packaging: Build a distributable .skill file

Quick Start

Run the init script to scaffold a new skill in the target directory, then customize SKILL.md and pack with package_skill.py.

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 from scratch?

Create a new Codex skill by running the init script to scaffold the skill directory, then customize the SKILL.md frontmatter and resources, and package it with package_skill.py to produce a distributable .skill file.

What structure should a Codex skill follow?

A Codex skill requires a SKILL.md file with validated frontmatter, organized resource bundles (scripts, references, assets), and modular architecture that meets frontmatter validation and reproducible artifact requirements.

Can I update an existing skill using this approach?

Yes, the skill creator framework applies to both generating new skills and updating existing ones, providing consistent structuring, workflow templates, and packaging automation for reproducible skill artifacts.

What validation does the skill packaging process include?

Skill packaging includes frontmatter validation via quick_validate to ensure metadata correctness, modular SKILL.md structure compliance, and automation tooling to produce consistent, deployable skill artifacts.

How do I bundle resources like scripts and documentation into a skill?

Organize resources into modular patterns following the bundled resources guidelines for scripts, references, and assets, then use the packaging automation to build a distributable .skill file with all bundled components.

Do I need YAML knowledge to create a skill?

Yes, skill frontmatter uses YAML format; the creator templates and quick_validate tooling guide proper YAML structure, but familiarity with YAML syntax helps when customizing skill metadata and configuration.