skill-creator

Creates scaffolded agent skills with SKILL.md templates and reusable resources.

2|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/RonHouben/wavecraft --skill skill-creator-ronhouben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/RonHouben/wavecraft/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/RonHouben/wavecraft --skill skill-creator-ronhouben

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This guide helps teams design and implement effective skills for agents by providing a structured workflow, reusable resources, and governance to ensure consistency and quality.

Core Features & Use Cases

  • Structured skill creation workflow that guides the developer from concept to packaged skill
  • Reusable resources framework including templates, references, and examples to accelerate iteration
  • Guidance for initializing, editing, and packaging skills, with progressive disclosure to minimize context load

Quick Start

Run the skill initialization workflow to scaffold a new skill with template SKILL.md and example 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 structured workflow for agent skill creation?

To create a structured agent skill creation workflow, use a scaffolding process that guides developers from concept to packaged skill, ensuring a SKILL.md with mandatory frontmatter and a markdown body are generated.

What is the required format for a SKILL.md file?

A valid SKILL.md file requires mandatory frontmatter containing the skill name and description, followed by a markdown body that details the skill's functionality and resources.

How do I update existing agent skills without increasing context load?

To update existing agent skills without increasing context load, apply progressive disclosure by editing the SKILL.md and organizing reusable resources in optional resource directories.

Do I need to create resource directories for every agent skill?

No, resource directories containing templates, references, and examples are optional. Only a SKILL.md file with mandatory frontmatter and a markdown body is required to package a valid skill.

What is the best way to scaffold a new skill for an agent?

The best way to scaffold a new agent skill is to run an initialization workflow that automatically generates a template SKILL.md and example resources, accelerating iteration while ensuring governance.