skill-creator

Create, edit, and audit standardized Skill directories with README documentation.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/wuv-dreamguide/openclaw --skill skill-creator-wuv-dreamguide
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/wuv-dreamguide/openclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/wuv-dreamguide/openclaw --skill skill-creator-wuv-dreamguide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PyYAML.

What problem does it solve?

Establishes consistent, scalable guidelines for creating, editing, and auditing AgentSkills, ensuring every skill directory adheres to a shared structure and quality standard.

Core Features & Use Cases

  • Provides a template-driven approach for SKILL.md frontmatter (name + description) and body, along with clear guidance on resource organization (scripts/, references/, assets/).
  • Enables auditing and tidying of existing skills to align with the AgentSkills specification and best practices.
  • Supports scaffolding and refactoring workflows when moving content between SKILL.md, references, and scripts/.

Quick Start

Initialize a new skill directory with a SKILL.md template and optional resource folders, then customize content.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AgentSkill with the correct SKILL.md structure?▼

To create an AgentSkill, use a template-driven approach that scaffolds a SKILL.md file with required YAML frontmatter (name and description) and a procedural body, alongside optional resource folders like scripts/ and references/.

What is the best way to audit and tidy existing agent skills?▼

Auditing existing agent skills involves checking alignment with specifications, restructuring directories by moving files to references/ or scripts/, and removing stale content to ensure consistent quality and shared structure.

How does YAML frontmatter work in skill documentation?▼

YAML frontmatter in skill documentation enforces required metadata by defining the name and description fields at the top of SKILL.md, ensuring every skill directory adheres to a shared quality standard.

Do I need PyYAML to scaffold and package agent skills?▼

Yes, PyYAML is required as a dependency to parse and enforce the YAML frontmatter metadata when scaffolding new agent skills or auditing existing skill directories.

When should I move content to the references or scripts directories?▼

Move content to references/ or scripts/ during skill refactoring when separating procedural instructions in SKILL.md from supporting deterministic tasks, static documentation, or executable assets.

Can I use this skill-creator workflow for restructuring stale skill directories?▼

Yes, the skill-creator workflow supports restructuring stale skill directories by auditing content, removing outdated files, and reorganizing remaining assets into the appropriate references/, scripts/, or assets/ folders.