skill-creator

Create and audit AgentSkills skill units with validated SKILL.md files.

2|Updated May 23, 2026
One-click install
npx skills add https://github.com/enclawed/enclawed-oss --skill skill-creator-enclawed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/enclawed/enclawed-oss/tree/main/skills/skill-creator
Command: npx skills add https://github.com/enclawed/enclawed-oss --skill skill-creator-enclawed

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

It helps you build, review, and clean up AgentSkills skill directories without guessing the required structure, metadata, or resource layout.

Core Features & Use Cases

  • Skill authoring: Create new skills from scratch with the right frontmatter and folder structure.
  • Skill auditing: Review existing SKILL.md files for naming, metadata quality, and spec compliance.
  • Skill maintenance: Reorganize files into scripts, references, and assets, then package and validate the result.
  • Use case: Use it when a skill needs to be tidied, upgraded, or checked before distribution.

Quick Start

Ask me to review or improve a skill directory, and I will validate its SKILL.md, reorganize bundled resources, and prepare it for packaging.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I validate AgentSkills frontmatter and directory layout?

You can validate frontmatter and directory layout by running a skill audit, which checks SKILL.md metadata for spec compliance and enforces the required folder structure for scripts, references, and assets.

What is the best way to create a new skill from scratch?

The best way to create a new skill from scratch is to generate a SKILL.md file with the correct frontmatter and automatically scaffold the required directory layout for bundled resources.

How do I reorganize bundled scripts and assets before packaging a skill?

You can reorganize bundled scripts and assets by applying skill maintenance workflows that sort files into their designated directories, followed by deterministic validation to prepare the skill for packaging.

Do I need pyyaml to audit SKILL.md files?

Yes, you need pyyaml installed to audit SKILL.md files, because the validation process relies on this dependency to parse and verify the frontmatter metadata.

Can I check an existing SKILL.md for spec compliance without rebuilding it?

Yes, you can check an existing SKILL.md for spec compliance without rebuilding it by running a skill audit that reviews naming conventions, metadata quality, and structural validity in place.