skill-share

Create, package, and share Claude skills with Slack via Rube.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation, packaging, and sharing of Claude skills, reducing manual setup and improving team visibility.

Core Features & Use Cases

  • Skill scaffolding: Generates properly structured skill directories with SKILL.md and standardized subdirectories (scripts/, references/, assets/).
  • Validation & packaging: Validates metadata, packages skills into distributable formats, and ensures readiness for distribution.
  • Slack sharing via Rube: Automatically posts skill metadata to designated Slack channels to boost discoverability and collaboration.

Quick Start

Use the skill to create a new Claude skill named "example-skill" and publish it to Slack after validation.

Frequently Asked Questions about skill-share

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

FAQPage Schema
How do I package and share Claude skills with a team?

You can package and share Claude skills by generating standardized directory structures, validating SKILL.md metadata, and using Rube to automatically post skill updates directly to designated Slack channels.

What is the standard structure for a Claude skill directory?

A standard Claude skill directory includes a SKILL.md file with YAML frontmatter and standardized subdirectories like scripts/, references/, and assets/ to ensure proper structure and distribution readiness.

How do I validate SKILL.md metadata before distribution?

Validating SKILL.md metadata requires enforcing required fields and generating correct YAML frontmatter to ensure the skill meets standardized structure requirements before packaging it into a distributable format.

Can I post Claude skill updates directly to Slack?

Yes, you can post Claude skill updates directly to Slack by using the Rube integration to automatically share validated skill metadata with designated channels, which improves team collaboration and visibility.

Does this skill packaging workflow require external dependencies?

No external dependencies are required to use this skill packaging workflow, as it autonomously handles scaffolding, validation, and Slack sharing via Rube without needing additional component installations.