skill-share
A skill that creates new Claude skills and automatically shares them on Slack using Rube for seamless team collaboration and skill discovery.
Author
Category
Team CollaborationInstall
Hot:34
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-skill-share&locale=en&source=copy
Skill Share - A Tool for Automatically Creating and Sharing Claude Skills
Skill Overview
Skill Share is an automation tool that quickly creates Claude skills that comply with specifications and automatically shares them with the team via Slack, making skill development and collaboration simple and efficient.
Use Cases
1. Collaborative Team Skill Development
When your team needs to jointly develop and use Claude skills, Skill Share can standardize skill creation, automatically generate a compliant directory structure and SKILL.md template, and ensure that every skill has clear documentation and a distributable format. Once creation is complete, skill information is automatically pushed to a designated Slack channel, allowing team members to learn about new skill availability promptly.
2. Automated Skill Publishing Workflow
If you need to create and publish skills frequently, Skill Share provides a complete automated workflow covering creation, validation, packaging, and Slack notifications. Simply provide the skill name and description, and the tool will automatically handle directory structure generation, metadata validation, ZIP packaging, and Slack message delivery through the Rube integration, significantly improving skill development efficiency.
3. Enterprise Internal Skill Library Management
For enterprises or organizations that need to manage a large number of internal skills, Skill Share provides standardized skill validation and packaging mechanisms to ensure that every skill meets quality standards. Through automatic Slack notifications, new skills can quickly reach relevant teams, promoting skill discovery and reuse.
Core Features
1. Intelligent Skill Creation
Automatically generates a Claude-compliant skill directory structure, including the SKILL.md document and the
scripts/, references/, and assets/ directories. The tool automatically generates YAML frontmatter metadata and enforces hyphen-case naming conventions, ensuring a consistent and maintainable skill file structure.2. Skill Validation and Packaging
Before packaging, the tool automatically validates the SKILL.md format, required fields, and naming conventions to ensure skill quality. After validation passes, all skill files and documentation are packaged into a distributable ZIP file containing complete skill assets and instructions, making it easy for team members to install and use.
3. Slack Automatic Notification Integration
Through deep integration with Slack via the Rube platform, the tool automatically sends skill creation notifications to designated channels. It supports sending skill metadata (name, description, and link), formatted skill summaries, and direct access links to skill files, allowing the team to learn about new skill releases immediately.
Frequently Asked Questions
How do I create a Claude skill?
Simply provide a skill name and description. Skill Share will automatically create a compliant skill directory structure, generate an SKILL.md template and standardized subdirectories (
scripts/, references/, and assets/), and automatically generate YAML frontmatter containing metadata. The entire creation process follows Claude skill specifications and ensures that names use hyphen-case formatting.How do I automatically publish a skill to Slack?
Skill Share integrates with Slack through the Rube platform. After the skill has been created and packaged, the tool automatically calls Rube’s
SLACK_SEND_MESSAGE and SLACK_POST_MESSAGE_WITH_BLOCKS interfaces to push information such as the skill name, description, and link to your designated Slack channel, ensuring that team members receive timely notifications about new skills.What environment configuration does Skill Share require?
Using Skill Share requires the following: a Rube account connected to a Slack workspace, write access to the skill creation directory, Python 3.7 or later, and a preconfigured target Slack channel for receiving skill notifications. Rube handles interactions with the Slack API, so no direct Slack credential configuration is required.
What are the skill naming requirements?
Skill Share enforces the hyphen-case naming convention, such as
"skill-share" and "pdf-analyzer". The tool automatically validates the name format during creation to ensure compliance with the standard. This naming convention helps maintain cross-platform compatibility and consistency across file systems.