skill-creator

Create, validate, and package Claude Skills with Python scripts.

2|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/raw-labs/claude-code-marketplace --skill skill-creator-raw-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/raw-labs/claude-code-marketplace/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/raw-labs/claude-code-marketplace --skill skill-creator-raw-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill transforms the complex process of creating, validating, and packaging new Claude Skills into a streamlined, step-by-step workflow. It guides developers through best practices, automates template generation, and ensures skills are well-structured, effective, and ready for deployment, saving significant development time and reducing errors.

Core Features & Use Cases

  • Guided Skill Creation: Follow a structured process from understanding requirements to packaging, ensuring comprehensive and effective skill design.
  • Automated Initialization: Use the init_skill.py script to instantly generate a complete skill template with proper directory structure and placeholders.
  • Built-in Validation & Packaging: Leverage package_skill.py and quick_validate.py to automatically check for compliance with skill standards and create distributable zip files.
  • Use Case: A developer needs to create a new Claude Skill to automate a specific data processing task. This Skill guides them through defining the task, structuring the SKILL.md with clear instructions, adding necessary Python scripts, and finally packaging the skill for seamless integration with Claude.

Quick Start

Use the skill-creator to help me build a new skill for managing my project tasks.