skill-creator

Scaffold and package Codex skills using init_skill.py and package_skill.py.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/victorp1leon/openclaw-bakery --skill skill-creator-victorp1leon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/victorp1leon/openclaw-bakery/tree/main/.codex/skills/skill-creator
Command: npx skills add https://github.com/victorp1leon/openclaw-bakery --skill skill-creator-victorp1leon

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Helps teams and individuals design, scaffold, and standardize Codex skills, ensuring consistent quality and reusable patterns across projects.

Core Features & Use Cases

  • Structured SKILL.md templates and governance patterns for consistent skill design
  • Reusable scaffolding for initialization, resource directories, and packaging
  • Best-practice guidance on naming, structuring, and deployment of skills
  • Workflow guidance for iterating and packaging skills

Quick Start

Run scripts/init_skill.py <skill-name> --path <output-directory> to scaffold a new skill, then customize SKILL.md and run scripts/package_skill.py to package it.

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 with a standard directory structure?

To scaffold a new Codex skill, run scripts/init_skill.py <skill-name> --path <output-directory>. This initialization script generates reusable resource directories and structured SKILL.md templates for consistent skill design.

What is the best way to package Codex skills for deployment?

The best way to package Codex skills is by running scripts/package_skill.py after customizing your SKILL.md. This enforces standardized packaging steps to ensure your skill is ready for deployment across projects.

Do I need PyYAML to create and update Codex skills?

Yes, you need PyYAML installed in your environment to use this skill creation framework. It is the sole dependency required to run the initialization and packaging scripts for your workflows.

How does template usage improve Codex skill creation workflows?

Template usage enforces consistent quality and standardized governance patterns across skill creation workflows. By relying on structured SKILL.md templates, teams ensure reusable scaffolding and maintainable skill design across domains.

Can I use this framework to update existing skills across different tooling domains?

Yes, you can use this framework to update existing skills across tooling, documentation, and project domains. It provides structured guidance and reusable scaffolding patterns to standardize and iterate on previously created skills.