skill-share
Scannednpx machina-cli add skill ComposioHQ/awesome-claude-skills/skill-share --openclawFiles (1)
SKILL.md
2.8 KB
When to use this skill
Use this skill when you need to:
- Create new Claude skills with proper structure and metadata
- Generate skill packages ready for distribution
- Automatically share created skills on Slack channels for team visibility
- Validate skill structure before sharing
- Package and distribute skills to your team
Also use this skill when:
- User says he wants to create/share his skill
This skill is ideal for:
- Creating skills as part of team workflows
- Building internal tools that need skill creation + team notification
- Automating the skill development pipeline
- Collaborative skill creation with team notifications
Key Features
1. Skill Creation
- Creates properly structured skill directories with SKILL.md
- Generates standardized scripts/, references/, and assets/ directories
- Auto-generates YAML frontmatter with required metadata
- Enforces naming conventions (hyphen-case)
2. Skill Validation
- Validates SKILL.md format and required fields
- Checks naming conventions
- Ensures metadata completeness before packaging
3. Skill Packaging
- Creates distributable zip files
- Includes all skill assets and documentation
- Runs validation automatically before packaging
4. Slack Integration via Rube
- Automatically sends created skill information to designated Slack channels
- Shares skill metadata (name, description, link)
- Posts skill summary for team discovery
- Provides direct links to skill files
How It Works
- Initialization: Provide skill name and description
- Creation: Skill directory is created with proper structure
- Validation: Skill metadata is validated for correctness
- Packaging: Skill is packaged into a distributable format
- Slack Notification: Skill details are posted to your team's Slack channel
Example Usage
When you ask Claude to create a skill called "pdf-analyzer":
1. Creates /skill-pdf-analyzer/ with SKILL.md template
2. Generates structured directories (scripts/, references/, assets/)
3. Validates the skill structure
4. Packages the skill as a zip file
5. Posts to Slack: "New Skill Created: pdf-analyzer - Advanced PDF analysis and extraction capabilities"
Integration with Rube
This skill leverages Rube for:
- SLACK_SEND_MESSAGE: Posts skill information to team channels
- SLACK_POST_MESSAGE_WITH_BLOCKS: Shares rich formatted skill metadata
- SLACK_FIND_CHANNELS: Discovers target channels for skill announcements
Requirements
- Slack workspace connection via Rube
- Write access to skill creation directory
- Python 3.7+ for skill creation scripts
- Target Slack channel for skill notifications
Source
git clone https://github.com/ComposioHQ/awesome-claude-skills/blob/master/skill-share/SKILL.mdView on GitHub Overview
skill-share automatically creates properly structured Claude skill directories with SKILL.md, including scripts/, references/, and assets/. It validates metadata, packages the skill into a distributable ZIP, and uses Rube to post notifications to Slack channels for team visibility.
How This Skill Works
The workflow starts by initializing with a skill name and description, then creates the skill directory with the required structure and YAML frontmatter. It validates the skill metadata, packages the skill into a zip file, and finally posts a Slack notification via Rube to share details and links.
When to Use It
- Create new Claude skills with proper structure and metadata
- Generate skill packages ready for distribution
- Automatically share created skills on Slack channels for team visibility
- Validate skill structure before sharing
- Package and distribute skills to your team
Quick Start
- Step 1: Initialize with a skill name and description
- Step 2: Skill directory is created with proper structure (scripts/, references/, assets/) and YAML frontmatter
- Step 3: Validate, package as ZIP, and post to Slack via Rube
Best Practices
- Define complete metadata in SKILL.md before creation
- Follow hyphen-case naming for all skills
- Run the built-in validation before packaging
- Verify Slack channel targets and Rube permissions
- Include comprehensive assets (scripts/, references/, assets/) in every skill
Example Use Cases
- Automatically create pdf-analyzer and post to #skills for discovery
- Package a new skill and share a summary in Slack to inform teammates
- CI pipeline generates skills from templates and publishes to Slack automatically
- Surface new skills in dedicated channels via Rube Slack posts
- A teammate requests a skill and skill-share creates, validates, and shares it
Frequently Asked Questions
Add this skill to your agents