skill-creator

Generate SKILL.md files and starter resource directories for Claude skills.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lv7dev/shop_v2 --skill skill-creator-lv7dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/lv7dev/shop_v2/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/lv7dev/shop_v2 --skill skill-creator-lv7dev

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill Creator standardizes how skills are built, reducing setup time and ensuring reusable scaffolds for SKILL.md and resources.

Core Features & Use Cases

  • Scaffold SKILL.md with required frontmatter and a clear workflow.
  • Provide starter scripts, references, and assets to accelerate skill development.
  • Enable rapid iteration and packaging for sharing as a distributable skill.

Quick Start

Init a new skill with:

  • Create directory skills/skill-name
  • Run scripts/init_skill.py skill-name --path skills/public
  • Review and customize SKILL.md, and replace placeholder resources in scripts/, references/, and assets/

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new Claude skill from scratch?

Scaffold a Claude skill by creating a target directory and running scripts/init_skill.py with your skill name and path. This generates a ready SKILL.md with required frontmatter and starter resource directories for scripts, references, and assets.

What is included in the generated SKILL.md template?

The generated SKILL.md template includes required frontmatter and a clear workflow structure. It ensures consistent skill packaging by providing a standardized starting point for development pipelines.

Can I use Python scripts to package a skill for distribution?

Yes, you can use Python scripts to package a skill for distribution. The skill creator includes package_skill.py to enable rapid iteration and packaging for sharing as a distributable skill across teams.

Do I need any specific dependencies to create and package skills?

No specific dependencies are required to create and package skills. The skill creator operates independently with its built-in Python scripts like init_skill.py and quick_validate.py to ensure frontmatter presence and resource organization.

What's the best way to validate skill frontmatter and resource organization?

The best way to validate skill frontmatter and resource organization is by running quick_validate.py. This script ensures frontmatter presence and checks that resources are properly organized within the skill directories.

How do I customize starter resources after scaffolding a skill?

To customize starter resources after scaffolding a skill, review and edit the generated SKILL.md, then replace placeholder resources in the scripts, references, and assets directories with your specific workflow content.