skill-share

Automates Claude skill creation, validation, packaging, and Slack sharing via Rube.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/zircote/_claude --skill skill-share-zircote
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-share
Source: https://github.com/zircote/_claude/tree/main/skills/skill-share
Command: npx skills add https://github.com/zircote/_claude --skill skill-share-zircote

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of Claude skills with proper structure and metadata, and automatically shares them on Slack for team visibility and collaboration.

Core Features & Use Cases

  • Skill Creation & Validation: Generates properly structured skill directories with SKILL.md and enforces naming conventions.
  • Packaging & Distribution: Produces standardized packages (scripts/, references/, assets/) and prepares distributable outputs.
  • Slack Integration: Automatically announces new skills on Slack channels to boost team discoverability and adoption.
  • Validation Before Sharing: Ensures skill metadata is complete and conforms to the required format before sharing.

Quick Start

Run the skill creation flow by naming and describing the skill, then let Claude generate the folder, frontmatter, and Slack notification workflow.

Frequently Asked Questions about skill-share

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate creating and sharing Claude skills with my team on Slack?▼

This Skill automates the entire workflow: it generates properly structured skill directories with required metadata, validates the structure and naming conventions, packages everything into distributable archives, and automatically posts announcements to Slack channels for team discovery and collaboration.

What structure and metadata does a Claude skill need to be valid?▼

A valid skill requires a SKILL.md file with proper frontmatter, follows naming conventions, and includes organized components like scripts and references. This Skill enforces that structure automatically during creation and validates it before packaging and sharing.

Can I automatically notify Slack when a new skill is ready to share?▼

Yes. This Skill integrates with Slack through Rube to automatically announce newly created and validated skills to designated channels, eliminating manual notification steps and increasing team visibility and adoption.

How do I package a skill for distribution across my organization?▼

This Skill handles packaging by organizing skill components into standardized, distributable archives with scripts, references, and assets properly structured. It validates everything conforms to required formats before creating the final package.

What happens if my skill metadata is incomplete or doesn't follow conventions?▼

This Skill validates metadata and naming conventions before packaging and sharing. It catches structural issues and metadata gaps during validation, preventing incomplete or malformed skills from being distributed to Slack.

Do I need to manually format skill frontmatter and directory structures?▼

No. This Skill generates the complete skill directory structure, frontmatter, and metadata automatically based on your skill name and description, then enforces validation rules so everything meets distribution standards.