skill-creator

Generate SKILL.md files and validate them against the AgentSkills spec.

121|17|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/Zavianx/velaclaw --skill skill-creator-zavianx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Zavianx/velaclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Zavianx/velaclaw --skill skill-creator-zavianx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml.

What problem does it solve?

Creating and maintaining Skill units is error-prone and time-consuming. This guide helps teams generate consistent SKILL.md frontmatter, decide when to include optional resources, and coordinate validation and packaging steps to ensure skills are production-ready.

Core Features & Use Cases

  • Provides a structured template for SKILL.md with mandatory frontmatter fields (name and description) and a guidance body.
  • Describes how to organize optional resource directories (scripts/, references/, assets/) and when to populate them.
  • Includes linked workflows for validation and packaging to ensure Skill units meet the AgentSkills spec.

Quick Start

Bootstrap a new Skill with the initializer and refine SKILL.md and resources to meet your needs.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate a SKILL.md file with the correct frontmatter format?

To generate a SKILL.md file, include mandatory frontmatter fields for name and description, followed by a guidance body. This automates template creation and ensures your agent skills meet the required specification.

What is the best way to structure optional resources like scripts and references for an agent skill?

The best way to structure optional resources is to organize them into dedicated directories such as scripts/, references/, and assets/. Populate these directories only when your skill requires supporting files for execution.

How do I audit an existing skill to ensure it complies with the AgentSkills spec?

You audit an existing skill by running validation workflows that check for mandatory frontmatter fields and coordinate optional resources. This verifies production readiness and enforces spec compliance.

Do I need YAML to create and validate agent skills?

Yes, YAML is required as a dependency to create and validate agent skills. It parses and enforces the frontmatter structure within your SKILL.md documentation during generation and audit workflows.

What are the required fields in a SKILL.md template?

The required fields in a SKILL.md template are name and description within the frontmatter. These mandatory fields ensure the agent skill is properly identified and documented before adding optional resources.

How do I refactor and package a skill for production?

You refactor and package a skill by running linked validation workflows and organizing optional resources. This ensures your skill units meet the AgentSkills spec and are fully packaged for production readiness.