What problem does it solve? Creating and distributing new Claude skills involves repetitive manual work: scaffolding directories, writing YAML frontmatter, validating metadata, packaging files, and notifying teammates. This Skill automates that entire pipeline so new skills are created, validated, packaged, and announced on Slack in one flow. ## 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: Checks SKILL.md format and required metadata fields, then bundles the skill into a distributable zip file. - Slack Notification via Rube: Posts skill name, description, and links to a designated Slack channel using Rube's Slack actions for team discovery. - Use Case: A team member asks to create a "pdf-analyzer" skill; the Skill scaffolds the directory, validates the metadata, zips the package, and posts an announcement to the team's Slack channel automatically. ## Quick Start Create a new skill called pdf-analyzer for PDF text extraction and share it with the team on Slack.