create-skill

Scaffold SKILL.md files with frontmatter and validation workflows.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lalaABC/waprcn --skill create-skill-lalaabc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/lalaABC/waprcn/tree/main/resources/bundled/skills/create-skill
Command: npx skills add https://github.com/lalaABC/waprcn --skill create-skill-lalaabc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized workflow and tooling to design, document, and iterate AI skills by providing a standard structure (SKILL.md), example workflows, and tooling to test and evolve skills efficiently.

Core Features & Use Cases

  • Scaffold SKILL.md with required frontmatter (name, description) and a full Markdown body for operational instructions
  • Offer templates, scripts, and references to test prompts, run evals, and benchmark skill performance
  • Track iterations with eval history and automated packaging for deployment

Quick Start

Create a new skill by writing SKILL.md with a name and description, then run the validation and evaluation scripts to test, iterate, and package the skill.

Frequently Asked Questions about create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create and validate an AI skill using SKILL.md?

To create an AI skill, you draft a SKILL.md file with required frontmatter like name and description, then run validation and evaluation scripts to test and iterate the skill definitions before deployment.

What is the best way to benchmark AI skill performance during development?

The best way to benchmark AI skill performance is to use provided templates and scripts to run evals, track iterations with eval history, and validate the structured guidance within the SKILL.md workflow.

Do I need pyyaml to package and deploy AI skills?

Yes, you need pyyaml installed to support the packaging workflows and validation scripts that automate skill creation, testing, and deployment processes defined in the SKILL.md structure.

Can I automate the iteration and packaging of skill definitions for deployment?

Yes, you can automate iteration and packaging by running evaluation scripts to track history, validate frontmatter, and execute automated packaging workflows for scalable skill development and deployment.

What should be included in the frontmatter when scaffolding a new skill?

When scaffolding a new skill, the frontmatter must include the skill name and description, accompanied by a full Markdown body for operational instructions, tests, and benchmarks to ensure proper structured guidance.