skill-creator

Guide creation of modular AI skills with structured metadata and resource organization.

14|3|Updated Jun 24, 2021
One-click install
npx skills add https://github.com/samhvw8/dotfiles --skill skill-creator-samhvw8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/samhvw8/dotfiles/tree/main/dot_claude/skills/skill-creator
Command: npx skills add https://github.com/samhvw8/dotfiles --skill skill-creator-samhvw8

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating new, effective AI skills can be complex, requiring careful structuring, metadata definition, and resource organization. This Skill provides a systematic methodology and tools to guide the creation of modular, self-contained skills, ensuring they are well-structured, efficient, and ready to extend Claude's capabilities.

Core Features & Use Cases

  • Guided Skill Design: Follow a step-by-step process from understanding user needs to packaging the final skill.
  • Resource Bundling: Properly organize scripts/, references/, and assets/ for optimal context management and execution.
  • Automated Validation & Packaging: Use provided scripts to validate skill structure and create distributable zip files.
  • Use Case: A user wants to create a new skill for managing their company's internal documentation. This Skill guides them through defining the purpose, identifying necessary scripts for automation, structuring reference materials, and packaging the skill for deployment, ensuring it meets quality standards.

Quick Start

To initialize a new skill named 'my-new-skill' in the 'skills/public' directory:

scripts/init_skill.py my-new-skill --path skills/public

To package an existing skill for distribution:

scripts/package_skill.py skills/public/my-new-skill