⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

version unknown

skillshare-changelog

@runkids⭐ 2.7k stars

>-

—/10

// RATINGS

⭐GitHub Stars
⭐⭐⭐⭐⭐ 2.7kGitHub ↗

Very popular

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

[!NOTE] Latest: v0.21.* — manage many project folders from one global config with projects:; keep every teammate on the same commits with a project lockfile; define MCP connections once and sync them into each Agent's native config; and install and sync complete plugins across Claude, Codex, Cursor and more. All releases →

Why skillshare

Every AI CLI has its own skills directory. You edit in one, forget to copy to another, and lose track of what's where.

skillshare fixes this:

  • One source, every agent — sync to Claude, Cursor, Codex & 60+ more with skillshare sync
  • Agent management — sync custom agents alongside skills to agent-capable targets
  • More than skills — manage rules, commands, prompts & any file-based resource with extras
  • MCP connections — define a server once, sync it into each Agent's own config format with sync mcp
  • Complete plugins — keep a plugin's skills, hooks and MCP settings together and choose which tools receive it with plugin
  • Install from anywhere — GitHub, GitLab, Bitbucket, Azure DevOps, or any self-hosted Git
  • Built-in security — audit skills for prompt injection and data exfiltration before use
  • Team-ready — project skills in .skillshare/, org-wide skills via tracked repos
  • Local & lightweight — single binary, no registry, no telemetry, fully offline-capable
  • Fine-grained filtering — control which skills reach which targets with .skillignore, SKILL.md targets, and per-target include/exclude

Coming from another tool? Migration Guide · Comparison

How It Works

  • macOS / Linux: ~/.config/skillshare/
  • Windows: %AppData%\skillshare\
┌─────────────────────────────────────────────────────────────┐
│                    Source Directory                         │
│   ~/.config/skillshare/skills/    ← skills (SKILL.md)       │
│   ~/.config/skillshare/agents/    ← agents                  │
│   ~/.config/skillshare/extras/    ← rules, commands, etc.   │
└─────────────────────────────────────────────────────────────┘
                              │ sync
              ┌───────────────┼───────────────┐
              ▼               ▼               ▼
       ┌───────────┐   ┌───────────┐   ┌───────────┐
       │  Claude   │   │  OpenCode │   │ OpenClaw  │   ...
       └───────────┘   └───────────┘   └───────────┘
PlatformSkills SourceAgents SourceExtras SourceLink Type
macOS/Linux~/.config/skillshare/skills/~/.config/skillshare/agents/~/.config/skillshare/extras/Symlinks
Windows%AppData%\skillshare\skills\%AppData%\skillshare\agents\%AppData%\skillshare\extras\NTFS Junctions (no admin required)
Imperative (install-per-command)Declarative (skillshare)
Source of truthSkills copied independentlySingle source → symlinks (or copies)
New machine setupRe-run every install manuallygit clone config + sync
Security auditNoneBuilt-in audit + auto-scan on install/update
Web dashboardNoneskillshare ui
Runtime dependencyNode.js + npmNone (single Go binary)

Full comparison →

CLI and UI Preview

Skill DetailSecurity Audit
UI DashboardUI Skills

Installation

macOS / Linux

curl -fsSL https://raw.githubusercontent.com/runkids/skillshare/main/install.sh | sh

Windows PowerShell

irm https://raw.githubusercontent.com/runkids/skillshare/main/install.ps1 | iex

Homebrew

brew install skillshare

Tip: Run skillshare upgrade to update to the latest version. It auto-detects your install method and handles the rest.

GitHub Actions

- uses: runkids/setup-skillshare@v1
  with:
    source: ./skills
- run: skillshare sync

See setup-skillshare for all options (audit, project mode, version pinning).

Shorthand (Optional)

Add an alias to your shell config (~/.zshrc or ~/.bashrc):

alias ss='skillshare'

Quick Start

skillshare init            # Create config, source, and detected targets
skillshare sync            # Sync skills to all targets

Highlights

Install & update skills —from GitHub, GitLab, or any Git host

skillshare install github.com/reponame/skills
skillshare update --all
skillshare target claude --mode copy  # if symlinks don't work

Symlink issues? — switch to copy mode per target

skillshare target <name> --mode copy
skillshare sync

**Secu

// HOW IT'S BUILT

KEY FILES

.skillshare/skills/skillshare-changelog/SKILL.mdREADME.md

// REPO STATS

2.7k stars

// ACTIONS

Rate this skill

login to rate

// SCORE

Pending review

// DETAILS

Categoryother
Author@runkids
Versionversion unknown
PriceFree