skill-creator

Generate Jazz skill directory skeletons from questionnaire responses.

47|8|Updated Sep 13, 2025
One-click install
npx skills add https://github.com/lvndry/jazz --skill skill-creator-lvndry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lvndry/jazz/tree/main/skills/skill-creator
Command: npx skills add https://github.com/lvndry/jazz --skill skill-creator-lvndry

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator helps teams rapidly scaffold new Jazz skills by guiding the required information and generating a ready-to-use skeleton.

Core Features & Use Cases

  • Guided questionnaire to collect purpose, location, triggers, domain knowledge, and output format.
  • Auto-generates a standardized directory skeleton (skill-name/, SKILL.md, and optional supporting files) based on user inputs.
  • Provides templates and patterns to align with Jazz skill design, ensuring consistency and discoverability.
  • Use Case: When a project needs a new automation capability, run the Skill Creator to produce a reproducible Skill unit ready for customization.

Quick Start

Run the Skill Creator workflow, answer prompts about Purpose, Location, Triggers, Domain knowledge, and Output format, then review and generate the skill skeleton.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new skill from a prompt?

Skill creation works by guiding you through a questionnaire about purpose, location, triggers, and domain knowledge, then auto-generating a standardized directory skeleton with a valid frontmatter-based SKILL.md file.

What is the best way to generate a SKILL.md file for automation?

Generating a SKILL.md file is best handled by using a guided questionnaire to collect your automation requirements, which then produces a standardized template aligned with Jazz skill design patterns for consistency and discoverability.

Do I need to manually validate frontmatter when creating a skill?

You do not need to manually validate frontmatter, because the Skill Creator automatically validates the frontmatter-based SKILL.md file during the generation process to ensure your skill skeleton is correctly structured and ready for customization.

Can I include optional resources in the skill directory skeleton?

You can include optional supporting resources in the skill directory, as the Skill Creator auto-generates a standardized directory skeleton containing the skill name folder, SKILL.md file, and any optional files based on your inputs.

What information is required to bootstrap a new skill for workflow design?

Bootstrapping a new skill requires you to provide information across five areas: purpose, location, triggers, domain knowledge, and output format, which collectively form the brief questionnaire used to scaffold the automation.