skill-creator

Create, edit, and audit AgentSkills with SKILL.md frontmatter and templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides guidance for creating, editing, improving, or auditing AgentSkills. It helps teams standardize how skills are defined, restructured, and validated against the AgentSkills specification, reducing ambiguity and drift.

Core Features & Use Cases

  • Guidance for creating new skills from scratch, including SKILL.md frontmatter requirements.
  • Tools and conventions for auditing, tidying up, or reorganizing existing skills (e.g., moving files to references/ or scripts/ or assets/).
  • Best-practice patterns for structuring SKILL.md and associated resources to optimize reuse, validation, and packaging workflows.

Quick Start

Run the Skill Initializer to scaffold a new Skill, then edit SKILL.md to define its frontmatter and guidance.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and structure an AgentSkill from scratch?

To create an AgentSkill from scratch, run the Skill Initializer to scaffold the directory, then edit SKILL.md to define its required frontmatter, guidance, and associated resources.

What is the best way to audit and reorganize an existing AgentSkill directory?

Auditing an AgentSkill directory involves validating it against the AgentSkills spec and reorganizing files by moving scripts, references, and assets into their respective dedicated subdirectories.

How does frontmatter validation work for AgentSkills?

Frontmatter validation enforces required metadata fields like name and description in SKILL.md files, reducing ambiguity and ensuring the skill meets the AgentSkills specification before packaging.

Can I use templates to standardize AgentSkill creation and packaging?

Yes, you can use provided templates for scripts, references, and assets to standardize AgentSkill creation, optimize reuse, and streamline validation and packaging workflows.

When do I need to restructure an existing skill directory?

You need to restructure an existing skill directory when it no longer aligns with the AgentSkills spec, causing drift and ambiguity in how scripts, references, and assets are organized.

Does this skill auditing process support organizing assets and references?

Yes, the skill auditing process supports organizing assets and references by providing best-practice conventions for moving and structuring these files within the skill directory.