skill-creator

Create or update Codex skills with SKILL.md frontmatter and resource scaffolding.

192|32|Updated May 20, 2025
One-click install
npx skills add https://github.com/SebastienDegodez/copilot-instructions --skill skill-creator-sebastiendegodez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/SebastienDegodez/copilot-instructions/tree/main/skills/skill-creator
Command: npx skills add https://github.com/SebastienDegodez/copilot-instructions --skill skill-creator-sebastiendegodez

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Creating and maintaining reusable Codex skills is error-prone without a consistent template and guidelines. This guide provides a standard structure, frontmatter definitions, and resource scaffolding to ensure skills are discoverable and easy to implement.

Core Features & Use Cases

  • Clear frontmatter with name and description to trigger the skill.
  • Structured body with actionable guidance and progressive disclosure patterns.
  • Bundled resources layout (scripts, references, assets) for advanced capabilities.

Quick Start

Define a new skill by outlining its purpose, scope, and initial bundled resources.

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 Codex skill with proper frontmatter and structure?

To create a Codex skill, define frontmatter with a name and description, then structure the body with actionable guidance and progressive disclosure patterns. This ensures the skill is discoverable and easy to implement.

What is progressive disclosure in skill design?

Progressive disclosure in skill design organizes the body guidance so users see essential information first, revealing advanced capabilities and bundled resources only when needed.

How do I structure resources like scripts and references when building a workflow?

Structure bundled resources by separating scripts, references, and assets into distinct directories. This scaffolding supports advanced capabilities and keeps the skill maintainable.

Does skill-creation require specific dependencies to manage templates?

Managing skill templates requires the pyyaml dependency to handle frontmatter definitions and ensure the configuration is parsed correctly.

Why does my Codex skill fail to trigger correctly?

A Codex skill fails to trigger when the frontmatter lacks a clear name and description. Defining these fields explicitly ensures the skill is discoverable and activates properly.

What is the best way to document workflows for reusable Codex skills?

The best way to document workflows is using a consistent template with structured frontmatter, actionable body guidance, and organized resource scaffolding to ensure long-term reusability.