skillshare syncs AI CLI skills, agents, and extras across targets with one command. It uses a Go binary and supports multiple sources and targets with per-target modes.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
skillshare is a tool to sync skills, agents, rules, commands, prompts, and other files across multiple AI CLI targets from a single source of truth. It supports Codex, Claude Code, OpenClaw, OpenCode, Gemini CLI, and more, with per-target configuration and audit features.
How it works
The project stores sources and targets under a config directory on macOS/Linux (~/.config/skillshare/), and on Windows under %AppData%\skillshare. It provides a single Go binary (no runtime dependency) for synchronization, auditing, and UI access. The README shows a multi-source, multi-target model where skills, agents, and extras can be synced to various targets, with options for symlinks or copies per target, and a web dashboard.
Getting started
Install methods shown in the README:
curl -fsSL https://raw.githubusercontent.com/runkids/skillshare/main/install.sh | sh
irm https://raw.githubusercontent.com/runkids/skillshare/main/install.ps1 | iex
brew install skillshare
Quick Start:
```bash
skillshare init # Create config, source, and detected targets
skillshare sync # Sync skills to all targets
Recent releases
Latest releases (as listed):
- v0.20.24 (2026-08-05): skillshare v0.20.24 Release Notes — Gemini CLI and Antigravity targets separated, etc.
- v0.20.23 (2026-07-29): skillshare v0.20.23 Release Notes — Filter resources from scripts, etc.
- v0.20.22 (2026-07-20): skillshare v0.20.22 Release Notes — New target: xAI's Grok CLI; JSON mode safe again.
- v0.20.21 (2026-06-29): Copy-mode sync respects file ignore patterns.
- v0.20.20 (2026-06-18): Self-managed GitLab installs handle deeper project paths.
Traction
Stars: 2519 (as of latest) Forks: 153 Open issues: 32
Behind the repo
The repository is runkids/skillshare, described as:
- One source of truth for AI CLI skills, agents, rules, commands & more. Sync everywhere with one command — from personal to organization-wide.
- Supports Codex, Claude Code, OpenClaw, OpenCode & 60+ more.
- The project is implemented in Go and distributed as a single binary; it supports GitHub, GitLab, Bitbucket, Azure DevOps or self-hosted Git for installation.
Caveats
License: MIT Created: 2026-01-14 Last push: 2026-08-03 Open issues: 32






