skill-creator

Standardize Claude skill creation with SKILL.md frontmatter and packaging.

2|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/MGurtD/lilith --skill skill-creator-mgurtd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/MGurtD/lilith/tree/main/.github/skills/skill-creator
Command: npx skills add https://github.com/MGurtD/lilith --skill skill-creator-mgurtd

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams and AI agents standardize how new Claude skills are created, documented, and packaged, reducing onboarding time and ensuring consistent quality across Skill units.

Core Features & Use Cases

  • Provides a ready-to-use SKILL.md frontmatter structure with mandated fields (name, description) and a concise body for guidance.
  • Includes a starter resource scaffold (scripts/, references/, assets/) with example templates to demonstrate structure and packaging workflow.
  • Enables quick bootstrap of new skills via an initialization script, promoting repeatable skill creation and standardized governance.

Quick Start

Run the included initialization script with a chosen skill name to generate a template skill directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I standardize Claude skill creation and packaging across my development team?

Standardizing Claude skill creation requires enforcing SKILL.md frontmatter validation, resource scaffolding, and a packaging workflow that outputs a .skill bundle. This approach ensures consistent quality and governance across modular skill units.

What is a SKILL.md frontmatter structure and when do I need it for AI agents?

A SKILL.md frontmatter is a standardized metadata header requiring mandatory name and description fields for modular Claude skills. You need it when designing AI agent capabilities to ensure proper validation, documentation, and packaging governance.

How do I bootstrap a new Claude skill directory with scripts and references?

Run the included initialization script with a chosen skill name to automatically generate a template directory. This scaffolds the required scripts, references, and assets folders, providing a ready-to-use structure that demonstrates the packaging workflow.

Does the skill packaging workflow validate structure before producing a .skill bundle?

Yes, the packaging workflow validates the skill structure before producing a .skill bundle. It checks for the mandated SKILL.md frontmatter fields and verifies the expected resource scaffolding to ensure format compliance.

What is the best way to automate skill documentation and governance for Claude?

The best way to automate skill documentation is to apply a standardized creation template that mandates frontmatter fields and generates starter scaffolds. This promotes repeatable skill creation and enforces governance without manual formatting overhead.

Can I use this skill scaffolding to create modular automation without external dependencies?

Yes, you can create modular automation using this scaffolding without external dependencies. It provides a self-contained structure for scripts, references, and assets, allowing developers and AI agents to design and package skills independently.