skill-share

Create, validate, and package Claude skills as ZIP files with Slack sharing.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/huivrotiki/antigravity-code-workspace-copy --skill skill-share-huivrotiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-share
Source: https://github.com/huivrotiki/antigravity-code-workspace-copy/tree/main/02-Skills/skill-share
Command: npx skills add https://github.com/huivrotiki/antigravity-code-workspace-copy --skill skill-share-huivrotiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines the end-to-end process of creating Claude skills by enforcing a standardized structure, validating metadata, and preparing distributable packages to reduce manual setup time.

Core Features & Use Cases

  • Skill Creation: Generates properly structured directories (scripts/, references/, assets/) and a SKILL.md frontmatter with mandatory name and description.
  • Validation & Packaging: Validates skill metadata quality, enforces naming conventions, and packages the skill into a distributable ZIP for easy sharing.
  • Slack Integration: Automatically shares created skills via Slack channels using the Rube integration, increasing visibility and collaboration.
  • Workflow Automation: Supports end-to-end automation from creation to Slack notification, enabling rapid team onboarding of new skills.

Quick Start

Provide the skill name and description, then ask Claude to generate a structured skill package ready for distribution and Slack sharing.

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 packaging for team distribution?

Automate Claude skill creation by generating structured directories like scripts/ and assets/, validating YAML frontmatter metadata, and packaging the output into a distributable ZIP file for team sharing.

Can I automatically share generated Claude skills in Slack channels?

Yes, you can share generated Claude skills directly in Slack channels using the Rube integration, which automates announcements to increase visibility and collaboration among developers and product teams.

What directory structure is required when generating a standardized Claude skill?

Generating a standardized Claude skill requires creating structured directories including scripts/, references/, and assets/, alongside a SKILL.md file containing mandatory YAML frontmatter with name and description fields.

How does metadata validation work during Claude skill generation?

Metadata validation enforces naming conventions and checks the quality of YAML frontmatter fields during Claude skill generation, ensuring that mandatory name and description attributes meet standardized structural requirements before packaging.

What is the best way to streamline end-to-end Claude skill distribution for a development team?

Streamline end-to-end Claude skill distribution by automating creation, metadata validation, ZIP packaging, and Slack notifications together, reducing manual setup time and enabling rapid team onboarding of new skills.

Do I need to manually create YAML frontmatter when packaging Claude skills?

No, you do not need to manually create YAML frontmatter; the automation generates the SKILL.md file with mandatory name and description metadata automatically, enforcing standard structure and validating quality before packaging.