sharing-skills

Create pull requests to contribute Claude Skills to a central repository.

64|17|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/Kastalien-Research/thoughtbox --skill sharing-skills-kastalien-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sharing-skills
Source: https://github.com/Kastalien-Research/thoughtbox/tree/main/.claude/skills/sharing-skills
Command: npx skills add https://github.com/Kastalien-Research/thoughtbox --skill sharing-skills-kastalien-research

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solves? This Skill streamlines the process of contributing new or improved Claude Skills back to a central repository via a pull request. It ensures that contributions follow best practices for Git workflow and documentation, making it easy to share valuable automation with the community.

Core Features & Use Cases

  • Guided Git Workflow: Provides step-by-step instructions for branching, committing, pushing, and creating pull requests, ensuring smooth integration.
  • Contribution Criteria: Helps determine when a skill is ready for sharing (broad applicability, well-tested, documented).
  • Automated PR Creation: Uses the gh CLI to generate a structured pull request with summary, testing details, and context, reducing manual effort.
  • Use Case: After developing a new, broadly useful automation skill and thoroughly testing it, use this skill to package and contribute it to the skills.rest repository, making it available to other users and fostering collaboration.

Quick Start

You: I've created a new skill for data analysis. Let's use the sharing-skills skill to contribute it.