skill-creator

Create and package Claude Code skills with template-driven SKILL.md scaffolding.

5|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/QuestForTech-Investments/claude-code-skills --skill skill-creator-questfortech-investments
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/QuestForTech-Investments/claude-code-skills/tree/main/skill-creator
Command: npx skills add https://github.com/QuestForTech-Investments/claude-code-skills --skill skill-creator-questfortech-investments

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a standardized approach to creating, updating, and packaging Claude Code skills, reducing boilerplate and preventing structural drift.

Core Features & Use Cases

  • Template-driven SKILL.md creation with frontmatter validation
  • Automatic scaffolding of optional resources (scripts, references, and assets)
  • Packaging and validation workflow to produce distribution-ready skill bundles for sharing

Quick Start

Run the Skill Initializer to scaffold a new skill: python scripts/init_skill.py <skill-name> --path <path>, then customize SKILL.md and the example 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 Claude Code skill from scratch?

To create a Claude Code skill, run the skill initializer script to automatically scaffold the directory structure and required files, then customize the generated SKILL.md frontmatter and optional resource folders to fit your specific use case.

What is the standard structure for packaging Claude Code skills?

The standard structure for packaging Claude Code skills requires a SKILL.md file with validated frontmatter, accompanied by optional directories for scripts, references, and assets to ensure consistent, distribution-ready deployment bundles.

Does the skill creation workflow support automatic frontmatter validation?

Yes, the skill creation workflow includes automatic frontmatter validation through a template-driven approach, ensuring that your SKILL.md metadata is correctly formatted and structurally sound before packaging.

How do I scaffold optional resources like scripts and references when building a skill?

You can scaffold optional resources like scripts and references by using the built-in skill initializer, which automatically generates the required folder structure alongside your SKILL.md file for reliable skill deployment.

Why does my Claude Code skill structure keep drifting during updates?

Skill structure drifts during updates due to a lack of standardized templates, which this skill creator prevents by enforcing a template-driven workflow with consistent resources and frontmatter validation across the entire lifecycle.

What's the best way to package a skill bundle for distribution?

The best way to package a skill bundle for distribution is to use the built-in validation workflow, which checks your SKILL.md frontmatter and optional assets to produce a reliable, repeatable deployment package.