skill-creator

Generate a new skill skeleton with SKILL.md and optional resource directories.

19|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/perminder-klair/ruuh --skill skill-creator-perminder-klair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/perminder-klair/ruuh/tree/main/agent/.pi/skills/skill-creator
Command: npx skills add https://github.com/perminder-klair/ruuh --skill skill-creator-perminder-klair

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml.

What problem does it solve?

Provides a standardized scaffold for new skills by generating SKILL.md frontmatter and optional resource directories (scripts, references, assets), ensuring consistency across Skill units.

Core Features & Use Cases

  • Scaffold a complete skill directory with a properly formatted SKILL.md containing required frontmatter (name and description) and a contextual body.
  • Optionally create bundled resource directories (scripts, references, assets) with sample placeholders to accelerate authoring and testing.
  • Provide guidance for structuring the content, examples, and patterns to simplify future skill creation and packaging.

Quick Start

Run the skill initializer to scaffold a new skill using a name and target directory.

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 skill for Codex-based agents?

You scaffold a new skill by running the initializer to generate a SKILL.md file with required frontmatter and optional directories for scripts, references, and assets, ensuring a standardized structure.

What is a SKILL.md file and when do I need frontmatter for skill packaging?

A SKILL.md file defines a modular skill's metadata and instructions, requiring frontmatter with a name and description for valid packaging and consistent execution across Codex-based agents.

Can I include scripts and references when structuring a new skill directory?

Yes, you can include optional scripts, references, and assets directories with sample placeholders when structuring a new skill directory to accelerate authoring and testing.

Do I need YAML to create and package modular skills?

You need YAML to ensure frontmatter validity in SKILL.md, as the skill creation process relies on YAML parsing to define required metadata like name and description.

What is the best way to structure resources for a Codex skill?

The best way to structure resources is using the standardized scaffold to generate separate scripts, references, and assets directories with sample placeholders, ensuring clear separation and packaging consistency.

Why does my skill packaging fail due to invalid frontmatter?

Skill packaging fails due to invalid frontmatter when SKILL.md lacks required metadata fields or contains malformed YAML, which this scaffolding process prevents by ensuring frontmatter validity.