skill-creator

Generate templated SKILL.md files and scaffold bundled resources for Claude Skills.

27|17|Updated Dec 15, 2025
One-click install
npx skills add https://github.com/vneseyoungster/ChocoVine --skill skill-creator-vneseyoungster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/vneseyoungster/ChocoVine/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/vneseyoungster/ChocoVine --skill skill-creator-vneseyoungster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Facilitates rapid creation or updating of Claude Skills by providing a templated SKILL.md and example bundled resources, enabling consistent, reusable Skill patterns.

Core Features & Use Cases

  • Template SKILL.md generation: Quick-start skeleton for new skills.
  • Bundled resources scaffolding: Includes scripts/, references/, and assets/ examples to illustrate structure.
  • Packaging: Includes tooling to validate and package skills for distribution.

Quick Start

Run scripts/init_skill.py <skill-name> --path <path> to generate a new skill skeleton, then customize SKILL.md. Use scripts/package_skill.py to create a distributable zip.