skill-share

Create Claude skills with structured directories and share them on Slack.

4|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/89jobrien/steve --skill skill-share-89jobrien
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-share
Source: https://github.com/89jobrien/steve/tree/main/steve/skills/skill-share
Command: npx skills add https://github.com/89jobrien/steve --skill skill-share-89jobrien

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation, validation, packaging, and sharing of Claude skills for team collaboration.

Core Features & Use Cases

  • Skill creation with SKILL.md and directory structure
  • Validation and packaging into distributable formats
  • Slack sharing via Slack integration for team visibility

Quick Start

Create a new skill called "pdf-analyzer" and let the tool generate the structure and share it to Slack.

Frequently Asked Questions about skill-share

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

FAQPage Schema
How do I automate skill creation and sharing to Slack?

Skill creation and sharing to Slack automates packaging Claude skills with standardized directory structures, YAML frontmatter, and ZIP distribution. The Skill generates scripts/, references/, and assets/ directories, validates metadata, enforces naming conventions, and posts distributable packages directly to Slack channels for team discovery.

What directory structure does a Claude skill need?

Claude skills require structured directories including scripts/ for implementation, references/ for documentation, and assets/ for resources. The Skill auto-generates this layout with proper hyphen-case naming, creates SKILL.md documentation, and validates all metadata before packaging.

Can I validate and package skills automatically before sharing?

Yes, skill validation and packaging is automated. The Skill enforces hyphen-case naming, validates metadata completeness, generates required YAML frontmatter, packages validated skills as ZIP files, and ensures all functional requirements are met before Slack distribution.

How does team skill collaboration work with Slack integration?

Slack integration enables seamless team collaboration by automatically posting skill notices to Slack channels, providing immediate team visibility and skill discovery. This supports onboarding workflows, collaborative skill development, and channel-wide publishing without manual distribution steps.

What metadata validation happens during skill creation?

Skill creation validates metadata completeness, enforces structured naming conventions in hyphen-case format, generates proper YAML frontmatter, verifies all required fields, and checks directory structure compliance before packaging as a distributable ZIP archive.

Is skill-share suitable for team onboarding and collaboration?

Yes, skill-share is designed for team workflows including onboarding, collaborative skill development, and standardized skill creation. It satisfies requirements for generating validated, packaged skills with Slack sharing, enabling consistent skill discovery and distribution across teams.