claude-skill-creator

Create structured Claude Code Skills with SKILL.md templates and validation scripts.

Updated Dec 26, 2025
One-click install
npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill claude-skill-creator-dthompsonfl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-skill-creator
Source: https://github.com/dthompsonfl/crispy-fishstick/tree/main/.agent/skills/claude-skill-creator
Command: npx skills add https://github.com/dthompsonfl/crispy-fishstick --skill claude-skill-creator-dthompsonfl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Claude Skill Creator provides a structured, best-practice framework for building reusable Claude Code Skills, ensuring consistent metadata, progressive content loading, and clear guidance for documentation and validation.

Core Features & Use Cases

  • Enables consistent Skill templates with YAML frontmatter and documented workflows
  • Includes defensive patterns, examples, and validation tooling to accelerate publishing
  • Supports progressive content loading and modular resources (scripts, references, assets)

Quick Start

Copy the SKILL.md template and fill in the required fields to bootstrap your first Claude Skill.

Frequently Asked Questions about claude-skill-creator

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

FAQPage Schema
How do I structure a Claude Code Skill with best practices for metadata and documentation?

To create a Claude Skill, copy the SKILL.md template and fill in the required fields to bootstrap your project, ensuring you include defensive patterns, examples, and validation tooling.

What is progressive content loading in Claude Skills and when is it needed?

Progressive content loading is a framework for modular resource management in Skills, needed when organizing scripts and assets to accelerate publishing and ensure efficient execution.

Can I use the skill creator framework to organize Python project workflows?

Yes, you can use the framework to document workflows, examples, and validation specifically across Python projects, ensuring clear guidance on dependencies and components.

What's the best way to validate Claude Skills before publishing?

The best way to validate Skills is by running the built-in validation script, which satisfies metadata validation requirements and ensures your documentation and structure meet best practices.

Do I need specific dependencies to build robust Claude Skills?

No specific dependencies are required; the framework provides a structured template with YAML frontmatter, defensive patterns, and modular resources like scripts and references to support publishing.