skill-creator

Standardize Codex skill creation with SKILL.md frontmatter and packaging workflows.

13|3|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/waqarahmed-design/Product-Designer-Agent --skill skill-creator-waqarahmed-design
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/waqarahmed-design/Product-Designer-Agent/tree/main/skills/skill-creator
Command: npx skills add https://github.com/waqarahmed-design/Product-Designer-Agent --skill skill-creator-waqarahmed-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating the creation and maintenance of new Skills can be complex, requiring consistent frontmatter, clear guidance, and scalable packaging workflows. This guide provides a standardized blueprint to design, implement, and evolve skills with reusable resources and governance.

Core Features & Use Cases

  • Provides a standardized SKILL.md structure with required frontmatter and a guidance-rich body.
  • Defines a reusable process for initializing, editing, and packaging skills.
  • Supports bundling optional resources (scripts, references, and assets) to accelerate skill development and replication.
  • Guides best practices for progressive disclosure and packaging into a distributable .skill file.

Quick Start

Run scripts/init_skill.py <skill-name> --path skills/<skill-name> to scaffold a new skill and customize SKILL.md and add resources as needed.

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 the correct frontmatter structure?▼

To create a Codex skill, you must scaffold a dedicated folder containing a SKILL.md file with required frontmatter, a guidance-rich body, and optional bundled resources like scripts and references.

What is the standard process for packaging workflows into a distributable file?▼

Packaging workflows involves bundling your initialized skill folder, including its SKILL.md, scripts, and assets, into a distributable .skill file using an accessible, repeatable process.

How do I initialize a new skill and add reusable resources?▼

You initialize a new skill by running the initialization script to scaffold the folder structure, then customize the SKILL.md file and add optional scripts, references, and assets as needed.

Can I use this framework to update existing skills across any domain?▼

Yes, this framework applies to updating existing skills across any domain, providing a standardized blueprint to evolve them with reusable resources and consistent governance.

What is the best way to manage frontmatter and body content for skill creation?▼

The best way to manage frontmatter and body content is using a modular framework that standardizes required metadata fields alongside a guidance-rich body for progressive disclosure.

What are the limitations when extending skills with optional scripts and references?▼

When extending skills, optional scripts, references, and assets must reside under the dedicated skill folder and align with the standardized packaging workflow to ensure proper distribution.