skill-creator

Create, edit, and audit SwarmClaw skills with SKILL.md templates and resource directories.

636|136|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/swarmclawai/swarmclaw --skill skill-creator-swarmclawai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/swarmclawai/swarmclaw/tree/main/skills/skill-creator
Command: npx skills add https://github.com/swarmclawai/swarmclaw --skill skill-creator-swarmclawai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Skill creation and maintenance can be error-prone and time-consuming. This guide helps teams scaffold, organize, and validate SwarmClaw skill units from template to ready-to-use structure.

Core Features & Use Cases

  • Structured SKILL.md templates that enforce a frontmatter with name and description and provide a consistent entry point.
  • Automated scaffolding of optional resource directories (scripts/, references/, assets/) with sample files to accelerate setup and iteration.
  • Validation guidance and tooling to ensure skill structure, naming conventions, and content quality are maintained.

Quick Start

Run the Skill Initializer to scaffold a new skill in the skills directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a SwarmClaw skill with the correct project structure?

To create a SwarmClaw skill with the correct project structure, use an automated skill initializer that scaffolds the SKILL.md file, validates frontmatter for name and description, and provisions resource directories like scripts, references, and assets.

What is included in the SKILL.md template for skill creation?

The SKILL.md template for skill creation includes required frontmatter fields for the skill name and description, providing a consistent entry point that enforces content quality and naming conventions for SwarmClaw skill units.

How do I validate an existing skill structure and frontmatter?

You validate an existing skill structure and frontmatter by running an audit tool that checks for required name and description fields, enforces naming conventions, and verifies the existence of expected resource directories such as scripts and assets.

Can I scaffold resource directories automatically when setting up a new skill?

Yes, you can scaffold resource directories automatically when setting up a new skill. The initialization process provisions optional folders like scripts, references, and assets, and populates them with sample files to accelerate setup.

What's the best way to restructure an existing SKILL.md file?

The best way to restructure an existing SKILL.md file is to apply an automated editing guide that validates the current frontmatter, enforces structural consistency, and ensures all referenced resource directories are correctly provisioned.

Why does my skill validation fail when resource directories are missing?

Skill validation fails when resource directories are missing because the auditing process enforces the existence of required folders like scripts, references, and assets to maintain consistent project structure and prevent content quality issues.