skill-creator

Create and package modular agent skills into distributable .skill files.

37|9|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yangkun19921001/PP-Claw --skill skill-creator-yangkun19921001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yangkun19921001/PP-Claw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/yangkun19921001/PP-Claw --skill skill-creator-yangkun19921001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designing, organizing, and packaging modular agent skills with structured resources can be complex and error-prone. This guide helps teams create, update, and distribute skills by standardizing the SKILL.md frontmatter, documentation references, and optional resource folders.

Core Features & Use Cases

  • Provides a clear template for SKILL.md frontmatter (name and description) and a body with usage guidance.
  • Defines optional resources (scripts/, references/, assets/) to support repeatable skill workflows and distribution.
  • Enables consistent packaging into a .skill file for sharing with agents or teams.

Quick Start

Initialize a new skill with the provided toolchain, then edit SKILL.md and package it into a distributable .skill file.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package modular agent skills into a distributable format?

To package modular agent skills, you edit the SKILL.md frontmatter and body content, then use tooling to assemble optional resource folders into a distributable .skill file for repeatable deployment across agents or teams.

What is included in the standard SKILL.md frontmatter and body structure?

The standard SKILL.md structure requires frontmatter containing the skill name and description, followed by a body with usage guidance and optional references to scripts, references, and assets folders to support repeatable workflows.

How to create agent skills that enforce validation and repeatable deployment?

Create agent skills by initializing the project with the provided toolchain, updating the required SKILL.md frontmatter and body structure, and packaging it into a .skill file to enforce validation and ensure repeatable deployment.

What's the best way to organize skill creation resources like scripts and references?

The best way to organize skill creation resources is by using the defined optional folders: scripts/ for tooling, references/ for documentation, and assets/ for supporting files, ensuring consistent packaging and distribution.

Can I update existing skill documentation without breaking the packaging workflow?

Yes, you can update existing skill documentation by editing the SKILL.md body content and usage guidance, provided you maintain the required frontmatter and body structure to ensure validation passes during the .skill file packaging workflow.

Why does my skill packaging fail validation during distribution?

Skill packaging fails validation when the SKILL.md file lacks the required frontmatter fields for name and description, or when the body structure deviates from the standardized template required for repeatable deployment.