skill-share

Automate Claude skill creation, validation, packaging, and Slack sharing via Rube.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/fycd2006/studio --skill skill-share-fycd2006
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-share
Source: https://github.com/fycd2006/studio/tree/main/.agents/skills/skill-share
Command: npx skills add https://github.com/fycd2006/studio --skill skill-share-fycd2006

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating Claude skills and distributing them across teams is error-prone and time-consuming; this skill automates the end-to-end process with a consistent structure.

Core Features & Use Cases

  • Skill creation and structure generation: Generates properly formed skill directories including SKILL.md frontmatter.
  • Validation and packaging: Validates metadata and packages skills for distribution.
  • Slack integration: Shares skill details and updates to designated Slack channels using Rube for team visibility.
  • Use Case: A product team can rapidly onboard new Claude skills and notify engineering and operations channels.

Quick Start

Use this to automatically create Claude skills, validate structure, package artifacts, and notify teams on Slack via Rube.

Frequently Asked Questions about skill-share

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

FAQPage Schema
How do I automate Claude skill creation and share it to Slack?

Automate Claude skill creation and Slack sharing by generating structured skill directories with validated SKILL.md frontmatter, then auto-posting skill details to designated channels via Rube for team visibility.

What is included in the standard structure when generating Claude skills?

Generating Claude skills requires a SKILL.md file with name and description frontmatter, and conditionally creates scripts/, references/, and assets/ directories to ensure proper packaging and validation.

How do I validate and package Claude skills for team distribution?

Validate and package Claude skills by checking metadata completeness in the SKILL.md frontmatter, verifying directory structures like scripts and references, and preparing the artifacts for team-based distribution.

Can I use this skill creation workflow to notify multiple Slack channels?

Notify multiple Slack channels by integrating with Rube to post skill details and updates, enabling product teams to rapidly announce new Claude skills to engineering and operations channels.

Does Rube require specific configuration to post Claude skill updates to Slack?

Rube integration for Slack posting requires configuration to target designated channels, allowing the automated workflow to distribute validated Claude skill packages and announcements to the correct team audiences.

Why does manual skill creation cause distribution errors across teams?

Manual skill creation causes distribution errors because maintaining consistent SKILL.md frontmatter and directory structures by hand is time-consuming, leading to invalid metadata and missing references during team packaging.