
Skill Share
- 23 installs
- 4 repo stars
- Updated April 11, 2026
- 89jobrien/steve
skill-share is a Claude Code skill that creates new Claude skills and automatically shares them on Slack for team collaboration.
About
skill-share is a Claude Code skill that creates a new Claude skill and automatically posts it to Slack using Rube. It scaffolds the skill directory, validates the metadata, packages a distributable zip, and notifies the team. Developers use it when skill creation is part of a team workflow that needs shared visibility. It combines authoring with a team-notification step.
- Creates a structured skill then shares it on Slack via Rube
- Validates SKILL.md format and naming conventions before packaging
- Packages skills into distributable zip files for team distribution
Skill Share by the numbers
- 23 all-time installs (skills.sh)
- Ranked #442 of 782 Skill Development skills by installs in the Skillselion catalog
- Data as of Jul 28, 2026 (Skillselion catalog sync)
skill-share capabilities & compatibility
- Capabilities
- skill creation · skill validation · skill packaging · slack notification
- Works with
- slack
- Use cases
- documentation
What skill-share says it does
Automatically share created skills** on Slack channels for team visibility
Creates properly structured skill directories with SKILL.md
npx skills add https://github.com/89jobrien/steve --skill skill-shareAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 23 |
|---|---|
| repo stars | ★ 4 |
| Last updated | April 11, 2026 |
| Repository | 89jobrien/steve ↗ |
What it does
Create a new Claude skill and automatically share it to a Slack channel for team visibility.
Who is it for?
Teams that create skills collaboratively and want automatic Slack notifications when a skill is ready.
Skip if: Solo developers who do not need team distribution or Slack notifications.
When should I use this skill?
You want to create a skill and share it on a Slack channel for the team.
What you get
A validated, packaged skill announced to the team on Slack.
- A packaged skill zip
- A Slack notification
By the numbers
- 4-step flow: initialization, creation, validation, packaging
Files
Skill Share
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
How It Works
1. Initialization: Provide skill name and description 2. Creation: Skill directory is created with proper structure 3. Validation: Skill metadata is validated for correctness 4. Packaging: Skill is packaged into a distributable format
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 fileRelated skills
FAQ
How does it share the skill?
It automatically shares created skills on Slack channels using Rube for team visibility.
What steps does it run?
Initialization, creation, validation, and packaging into a distributable format.