skill-creator

Generate canonical SKILL.md frontmatter and guidance for Skill Units.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Luzzer/Kraken --skill skill-creator-luzzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Luzzer/Kraken/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Luzzer/Kraken --skill skill-creator-luzzer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating and maintaining consistent Skill Units is challenging without clear structure and templates. The Skill Creator provides a standardized blueprint for building, auditing, and reorganizing skills to ensure consistency across the library.

Core Features & Use Cases

  • Provides a canonical SKILL.md frontmatter template with required fields (name and description) and a structured body for operational instructions.
  • Guides on organizing reusable resources (scripts, references, and assets) and on progressive disclosure loading patterns to keep context lean.
  • Supports scenarios like creating new skills from scratch, auditing and tidying existing SKILL.md content, and restructuring skill directories for better discoverability and maintainability.

Quick Start

Run the Skill Initializer to scaffold a new skill directory and then customize SKILL.md and resource folders 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 create a standardized SKILL.md file from scratch?

To create a standardized SKILL.md file from scratch, you generate canonical frontmatter with required name and description fields, followed by a structured body for operational instructions to ensure safety and enforce naming conventions.

What is the best way to organize bundled resources like scripts and references for predictable discovery?

Organizing bundled resources like scripts and references involves restructuring skill directories and applying progressive disclosure loading patterns. This approach keeps context lean and ensures assets, references, and scripts remain predictable and maintainable for discovery.

How do I audit and tidy existing SKILL.md content for better maintainability?

Auditing and tidying existing SKILL.md content involves validating Skill Units against standard structure guidelines and naming conventions. This process reorganizes directories for better discoverability and ensures the frontmatter and guidance body meet library consistency requirements.

Can I enforce naming conventions and safety guidelines when packaging skills?

Yes, you can enforce naming conventions and safety guidelines when packaging skills. The standardization process validates Skill Units during creation and packaging, ensuring the generated frontmatter and bundled resources strictly follow predictable structure guidelines.

When should I use progressive disclosure loading patterns in a skill directory?

You should use progressive disclosure loading patterns in a skill directory when you need to keep the operational context lean. This pattern organizes reusable resources like scripts and assets so they load predictably without overwhelming the system during execution.