skill-creator

Generate SKILL.md templates and scaffold scripts, references, and assets directories.

2|Updated Dec 9, 2025
One-click install
npx skills add https://github.com/jasonmichaelbell78-creator/sonash-v0 --skill skill-creator-jasonmichaelbell78-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/jasonmichaelbell78-creator/sonash-v0/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/jasonmichaelbell78-creator/sonash-v0 --skill skill-creator-jasonmichaelbell78-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Guides the creation, structuring, and packaging of new Claude Skills, including SKILL.md generation, resource scaffolding (scripts/references/assets), and validation.

Core Features & Use Cases

  • Skill Initialization: Generate a template SKILL.md and example resource directories.
  • Resource Scaffolding: Create scripts/, references/, and assets/ with starter content.
  • Packaging Guidance: Steps to validate and package skills for distribution.
  • Iteration Guidance: Instructions for refining a skill after real-world use.

Quick Start

  1. Initialize a new skill: python scripts/init_skill.py <skill-name> --path <output-dir>
  2. Edit SKILL.md and customize sample resources
  3. Package for distribution: python scripts/package_skill.py <path-to-skill> [dist-dir]