What problem does it solve? Creating and distributing Claude skills manually involves repetitive scaffolding, metadata validation, packaging, and notifying teammates, which slows down collaborative skill development. ## Core Features & Use Cases - Skill Scaffolding: Generates properly structured skill directories with SKILL.md, YAML frontmatter, and scripts/, references/, and assets/ folders following hyphen-case naming conventions. - Validation & Packaging: Validates required metadata fields and packages the skill into a distributable zip file. - Slack Notification via Rube: Automatically posts the new skill's name, description, and link to a designated Slack channel for team discovery. - Use Case: A developer asks Claude to create a "pdf-analyzer" skill; the skill directory is scaffolded, validated, zipped, and announced to the team's Slack channel in one workflow. ## Quick Start Create a new skill called pdf-analyzer for PDF text extraction and share it with my team on Slack.