skill-creator

Create or update Codex skill specifications with structured templates and bundled resources.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a concise framework for creating effective Codex Skills, ensuring consistency and reusability across projects.

Core Features & Use Cases

  • Structured templates: Use templates and guidance to design new skills or update existing ones.
  • Bundled resources: Scripts, references, and assets to accelerate repetitive tasks.
  • Use case: When you need a clean, repeatable starter for a new skill, this Skill guides you through creating a solid foundation.

Quick Start

Run the Skill Creator to bootstrap a new skill, e.g. skill-creator my-new-skill --path skills/public --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 create a new Codex skill with standardized structure?

Create a Codex skill by running the skill-creator tool, which generates a standardized skill specification with required frontmatter (name, description), structured body guidance, and optional resource directories. The tool ensures consistency and reusability across projects by applying a proven template framework.

What should be included in a well-designed skill specification?

A well-designed skill specification includes standardized frontmatter defining the skill name and description, structured body content organizing domain knowledge and workflows, optional bundled resources like scripts and references, and validation to confirm all components meet Codex standards.

Can I bundle scripts and references with my skill?

Yes, you can bundle scripts, references, and assets as optional resource directories within your skill specification. The skill-creator supports packaging these resources to accelerate repetitive tasks and improve skill reusability across workflows.

How do I update an existing skill specification?

Use skill-creator to revise existing skills by applying the structured guidance to update frontmatter, body content, and resource directories. The tool validates changes against Codex standards, ensuring updated skills maintain consistency and compatibility.

What's the best approach to design skills for different workflow types?

Skill-creator provides guidance for workflow-based, task-based, and reference-guidelines structures. Choose the structure matching your use case, apply standardized templates, bundle relevant resources, and use validation tooling to ensure your skill design aligns with Codex requirements.

Related Skills