skill-creator

Scaffold modular Claude skills with standardized SKILL.md metadata and validation tooling.

18|4|Updated Mar 18, 2012
One-click install
npx skills add https://github.com/grota/dotfiles --skill skill-creator-grota
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/grota/dotfiles/tree/main/dot_agents/skills/skill-creator
Command: npx skills add https://github.com/grota/dotfiles --skill skill-creator-grota

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guide for creating effective skills. This skill helps users design and implement self-contained, modular Claude skills with standardized metadata, workflows, and optional resources.

Core Features & Use Cases

  • Standardized frontmatter and body structure for SKILL.md.
  • Optional resource directories (scripts/, references/, assets/) to organize tooling and documentation.
  • Packaging and validation tooling to generate .skill bundles from skill folders.

Quick Start

Initialize a new skill directory and customize SKILL.md and bundled resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I package Claude skills with consistent metadata and frontmatter?

To package Claude skills with consistent metadata, use this skill to scaffold modular directories. It enforces frontmatter validation and structured SKILL.md bodies to ensure standardized deployment.

What is the standard structure for creating a SKILL.md file?

The standard structure for a SKILL.md file includes validated frontmatter and a structured body. This skill scaffolds the file alongside optional resource directories like scripts, references, and assets for tooling.

How do I bundle resources like scripts and references into a .skill file?

You bundle resources like scripts and references into a .skill file using the built-in packaging tooling. It generates bundles directly from your organized skill folders and optional asset directories.

Do I need YAML to validate skill frontmatter during creation?

Yes, you need YAML to validate skill frontmatter during creation, as it is a required dependency. This ensures the metadata formatting is correct before packaging the final skill bundle.

Can I use markdown workflows to scaffold domain-specific tool integrations?

Yes, you can use markdown workflows to scaffold domain-specific tool integrations. This skill targets the creation of modular skills for organizational guidelines, tool integrations, and specific tasks.