skill-creator

Create and package Claude Skills with standardized SKILL.md metadata.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/BLSQ/mcp_servers --skill skill-creator-blsq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/BLSQ/mcp_servers/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/BLSQ/mcp_servers --skill skill-creator-blsq

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires quick_validate, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Skill Creator enables teams to define, bootstrap, and standardize Claude Skills with a repeatable structure, reducing drift and speeding up deployment of capabilities.

Core Features & Use Cases

  • Provides a consistent SKILL.md frontmatter and body structure for new skills
  • Includes example bundled resources (scripts, references, assets) and templates
  • Offers initialization and packaging tooling (init_skill.py and package_skill.py)
  • Supports validation and packaging into .skill files for distribution
  • Use cases include rapid skill creation for automation, domain-specific workflows, and knowledge packaging

Quick Start

Run the init_skill.py script to scaffold a new skill directory, customize SKILL.md and resources, then use package_skill.py to produce a .skill package.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and package a Claude Skill with standardized metadata?

To create and package Claude Skills, run the init_skill.py script to scaffold a directory, customize SKILL.md frontmatter and bundled resources, then use package_skill.py to produce a .skill file for distribution.

What is included in a standardized skill directory structure?

A standardized skill directory includes a SKILL.md file with frontmatter for the name and description, plus optional bundled resources such as scripts, references, and assets organized for packaging-ready distribution.

How do I validate a skill package before distribution?

You validate a skill package using the quick_validate dependency, which checks the packaging-ready structure to ensure the SKILL.md frontmatter and bundled resources meet the required standards before deployment.

Can I use this skill creator to build modular skills for team automation workflows?

Yes, the skill creator is designed for teams building modular skills for automation, domain-specific workflows, and knowledge packaging, ensuring consistent structure and reducing drift across deployed capabilities.

What's the best way to organize scripts and references for a new skill?

The best way to organize scripts and references is by using the provided initialization template, which scaffolds the correct directory structure for bundled resources and ensures they are properly referenced in the SKILL.md file.