skill-share
npx machina-cli add skill aiskillstore/marketplace/skill-share --openclawFiles (1)
SKILL.md
2.1 KB
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
- 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
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
Source
git clone https://github.com/aiskillstore/marketplace/blob/main/skills/89jobrien/skill-share/SKILL.mdView on GitHub Overview
Skill-share automates creating new Claude skills with proper structure and metadata. It packages skills and automatically shares them on Slack to improve team visibility and collaboration.
How This Skill Works
It initializes with a skill name and description, creates a properly structured skill directory (with SKILL.md, scripts/, references/, assets/, and YAML frontmatter), and validates metadata and naming conventions. It then packages the skill into a distributable zip and automatically shares the final skill on Slack for team visibility.
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: Provide the skill name and description to initialize.
- Step 2: The tool creates the structured directories (scripts/, references/, assets/) and SKILL.md with YAML frontmatter.
- Step 3: Validate, package the skill, and automatically share it on Slack.
Best Practices
- Define clear, hyphen-case skill names and complete YAML frontmatter
- Run the validation step before packaging to catch format issues early
- Keep SKILL.md and supporting assets in sync with metadata
- Specify Slack channels and permissions for automated shares
- Audit trail: review shared skills in Slack to ensure relevance
Example Use Cases
- A product team creates a new pdf-analyzer skill and shares it across the workspace channel for discovery
- An internal tools group automates skill creation, validation, and packaging for distribution
- A QA process validates skill structure before packaging and releases to a broader team
- Teammates request a skill and receive an automated Slack notification with the new package
- Onboarding new members with pre-packaged skills ready to deploy in the environment
Frequently Asked Questions
Add this skill to your agents