skill-share

Create, validate, package, and distribute Claude skills via Slack.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/amano--/call-center --skill skill-share-amano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-share
Source: https://github.com/amano--/call-center/tree/main/.agent/skills/ai-tools/skill-share
Command: npx skills add https://github.com/amano--/call-center --skill skill-share-amano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill streamlines the creation, validation, packaging, and sharing of new Claude skills, ensuring consistency and improving team collaboration.

Core Features & Use Cases

  • Skill Creation: Generates properly structured skill directories with SKILL.md and standard subdirectories.
  • Validation: Enforces naming conventions and validates SKILL.md metadata before packaging.
  • Packaging: Creates distributable zip files of skills.
  • Slack Integration: Automatically shares new skills on Slack channels for team visibility and discovery.
  • Use Case: A developer needs to create a new skill for analyzing customer feedback. This skill will scaffold the project, validate the SKILL.md, package it, and then announce it on the #dev-skills Slack channel.

Quick Start

Use the skill-share skill to create a new skill named "pdf-analyzer".

Frequently Asked Questions about skill-share

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

FAQPage Schema
How do I create and package Claude skills for team distribution?

Creating Claude skills involves generating a project directory with a SKILL.md file and standard subdirectories, validating metadata, and packaging the output into a zip file for distribution.

How does Slack integration work for sharing new developer tools with my team?

Slack integration automates the sharing of newly packaged skills by posting announcements to designated Slack channels, improving team visibility and discovery of developer tools.

Do I need any external dependencies to automate skill creation and validation?

No external dependencies are required to automate skill creation and validation, as the process uses internal scripts and references to enforce naming conventions and metadata completeness.

What is the best way to enforce standardized skill structure across multiple developers?

The best way to enforce standardized skill structure is to use an automation tool that validates SKILL.md metadata and naming conventions before packaging the skill for distribution.

Can I validate SKILL.md metadata before packaging a skill?

Yes, you can validate SKILL.md metadata before packaging. The skill checks for metadata completeness and enforces naming conventions to ensure the skill meets distribution standards.