skill-creator

Create agent skill directories with validated SKILL.md frontmatter and templates.

37|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/capawesome-team/skills --skill skill-creator-capawesome-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/capawesome-team/skills/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/capawesome-team/skills --skill skill-creator-capawesome-team

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Provides a standardized approach to authoring, validating, and structuring agent skills so teams can consistently publish discoverable SKILL units.

Core Features & Use Cases

  • Creates a repeatable blueprint for skill directories with a validated name and description frontmatter.
  • Includes templated SKILL.md content, and a starter set of scripts and templates to accelerate skill creation.
  • Guides teams through drafting procedural instructions, organizing assets, references, and validation workflows for discoverable skills.

Quick Start

Create a new skill directory named after the validated name and populate it with a SKILL.md frontmatter, a templates-based body, and optional scripts/references/assets as described.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I structure agent skills for better discoverability?

To structure agent skills for discoverability, you need a standardized directory layout with validated name and description frontmatter, alongside properly organized procedural instructions and assets. This enforces consistent metadata and deterministic SKILL.md content.

What is the best way to create a standardized project structure for agent skills?

The best way to create a standardized project structure for agent skills is using templated directories that enforce name and description validation. This ensures consistent layouts, validated frontmatter, and organized assets across all published skill units.

How do I validate markdown frontmatter when authoring agent skills?

You validate markdown frontmatter during agent skill authoring by using included scripts that enforce strict name and description rules. This metadata validation ensures your SKILL.md meets discoverability requirements before publishing.

Can I use templates to draft deterministic procedural instructions for skills?

Yes, you can use templates to draft deterministic procedural instructions for skills. The system provides templated SKILL.md content and starter scripts to guide you through creating repeatable, step-by-step guidance.

Do I need prior coding experience to automate skill authoring with scripts?

You need basic familiarity with markdown and command line scripts to automate skill authoring. The provided templates and validation scripts handle the structural heavy lifting, lowering the barrier to creating properly formatted skill directories.

Why are my agent skills not showing up in search results?

Agent skills may not appear in search results if their metadata lacks proper validation or their directory structure is non-standard. Enforcing deterministic steps, validated frontmatter, and correct asset organization optimizes them for discovery.