skill-creator

Create Claude skills with templates, frontmatter, and packaging guidance.

2|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/lubancafe/agent-skills --skill skill-creator-lubancafe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lubancafe/agent-skills/tree/main/skill-creator
Command: npx skills add https://github.com/lubancafe/agent-skills --skill skill-creator-lubancafe

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator provides a standardized framework for building, organizing, and packaging Claude skills. It guides teams through a repeatable process to create high-quality, maintainable skills.

Core Features & Use Cases

  • Templates and frontmatter: Predefined SKILL.md structure and frontmatter that enforce consistent metadata.
  • Resource scaffolding: Generates scripts/, references/, and assets/ directories to house reusable components and examples.
  • Packaging guidance: Instructions for validating and packaging skills into .skill bundles, with step-by-step best practices.

Quick Start

Use the skill-creator to initialize a new skill by running the included init_skill.py script for a new skill name, then customize the generated SKILL.md and resource placeholders.

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 new Claude skill with the correct frontmatter and structure?

To create a Claude skill, you need standardized frontmatter and a predefined SKILL.md structure. This framework provides templates and resource scaffolding to enforce consistent metadata and organization rules for maintainable skills.

What's the best way to package Claude skills into distributable bundles?

The best way to package Claude skills is by validating and bundling them into .skill files. This process requires following specific packaging guidance and best practices to ensure the skill is structured correctly for distribution.

How do I scaffold a skill project with scripts and references directories?

You can scaffold a skill project by running the included init_skill.py script. This generates the necessary scripts/, references/, and assets/ directories to house reusable components and examples for your new skill.

Does this skill creation framework work for both simple tools and complex domain knowledge?

Yes, this skill creation framework works for both simple tools and complex domain knowledge. It provides a standardized framework and progressive disclosure patterns applicable to a wide range of projects.

What are the naming and organization rules for building Claude skills?

The naming and organization rules for building Claude skills enforce consistent metadata through predefined frontmatter. This ensures high-quality, maintainable skills by standardizing the SKILL.md structure and resource placement.