share-skill

Migrate Claude Code skills into Git-backed repositories with symlinks and Git initialization.

238|18|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/guo-yu/skills --skill share-skill-guo-yu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: share-skill
Source: https://github.com/guo-yu/skills/tree/main/share-skill
Command: npx skills add https://github.com/guo-yu/skills --skill share-skill-guo-yu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates migrating locally created Claude Code skills into Git-backed repositories, enabling version control, sharing, and open-source collaboration across teams.

Core Features & Use Cases

  • Migrate local skills into a centralized repository via symlinks and git initialization.
  • Support monorepo and standalone repository modes with configurable remotes and push workflows.
  • Automatically update documentation, README files, and plugin marketplace manifests when skills are migrated.
  • Use case: quickly open-source a skill and push it to Git hosting services for collaboration.

Quick Start

Run the share-skill command to migrate a skill:

  • /share-skill <skill-name> to migrate and initialize Git
  • /share-skill <skill-name> --remote <url|alias> to set a remote during migration

Frequently Asked Questions about share-skill

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

FAQPage Schema
How do I migrate local Claude Code skills to a Git repository for open-source sharing?

Migrating Claude Code skills to a Git repository involves automating skill discovery, initializing Git, configuring remotes, and updating documentation to enable version control and open-source collaboration.

Can I configure a remote Git URL when migrating Claude Code skills?

Yes, you can configure a remote Git URL during skill migration by running /share-skill <skill-name> --remote <url|alias>, which sets the remote repository connection during the initialization process.

Does this skill migration process support both standalone repositories and monorepos?

Yes, the skill migration process supports both monorepo and standalone repository modes, allowing configurable remotes and push workflows to facilitate sharing skills across different project structures.

What is the best way to update README files and marketplace manifests when open-sourcing a skill?

The best way to update README files and marketplace manifests is using automated skill migration, which automatically updates documentation and plugin marketplace manifests when local skills are moved to Git-backed repositories.

How does the symlink strategy work when moving local skills into version control?

The symlink strategy works by creating symbolic links from your local Claude Code skills into a centralized Git-backed repository, enabling version control and sharing without duplicating the original skill files.