skill-generator

Generate a structured SKILL.md skeleton with guided prompts for Claude Code skills.

Updated Dec 29, 2025
One-click install
npx skills add https://github.com/zeulewan/claude-code-skills --skill skill-generator-zeulewan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-generator
Source: https://github.com/zeulewan/claude-code-skills/tree/main/generate-skill
Command: npx skills add https://github.com/zeulewan/claude-code-skills --skill skill-generator-zeulewan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users create Claude Code skills quickly by generating a well-structured SKILL.md skeleton and guidance based on best practices.

Core Features & Use Cases

  • Guided questions to define purpose, scope, and triggers
  • Recommended structure options (Workflow-based, Task-based, Reference/Guidelines, Capabilities-based)
  • Resource placement guidance (scripts/, references/, assets/) and template generation
  • Quick generation of a starter SKILL.md and usage notes for activation

Quick Start

  1. Run the Skill Generator to start a new skill blueprint.
  2. Answer guided prompts to define the skill purpose, structure, and resources.
  3. Retrieve the generated SKILL.md at the new skill directory and review the suggested usage.

Frequently Asked Questions about skill-generator

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

FAQPage Schema
How do I create a well-structured Claude Code skill from scratch?

Generate a complete SKILL.md skeleton using the Skill Generator, which guides you through defining purpose, scope, triggers, and resources. It produces a starter template following best practices for Claude Code skill structure.

What structure options are available when building a new Claude Code skill?

The Skill Generator recommends four structure patterns: Workflow-based for sequential processes, Task-based for discrete actions, Reference/Guidelines for documentation, and Capabilities-based for feature sets. Choose based on your skill's primary function.

How do I organize resources and templates in a Claude Code skill?

Place scripts in the scripts/ directory, reference materials in references/, and assets in assets/. The Skill Generator provides guidance on resource placement and generates templates tailored to your chosen structure.

Can I use the Skill Generator to quickly bootstrap a new skill project?

Yes. Run the generator, answer guided prompts about your skill's purpose and scope, then retrieve the generated SKILL.md and usage notes from your new skill directory for immediate activation.

What best practices does the Skill Generator enforce for skill design?

It guides you to define clear purpose, appropriate scope boundaries, activation triggers, and required resources upfront. The generator enforces structured SKILL.md formatting and recommends patterns aligned with Claude Code skill conventions.