# skillshare — Sync Skills Across AI CLIs > Sync skills, agents, rules, and prompts across Codex, Claude Code, Cursor, and 60+ targets with a single offline-friendly CLI. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash brew install skillshare skillshare init skillshare sync ``` ## Intro Use skillshare to keep one source of skills in sync across multiple AI CLIs and teammates without manual copying. Sync skills, agents, rules, and prompts across Codex, Claude Code, Cursor, and 60+ targets with a single offline-friendly CLI. **Best for:** teams maintaining shared skills/rules across multiple AI tools (Codex, Claude Code, Cursor) and machines **Works with:** macOS/Linux/Windows, Homebrew or releases, local folders and Git repos as sources **Setup time:** ~5–10 minutes (install + first init/sync) ### Key facts (verified) - GitHub: 1,805 stars · 109 forks · pushed 2026-05-14. - License: MIT · owner avatar + repo URL verified via GitHub API. - Entrypoint (README-backed): `brew install skillshare`. ## Main - Treat your skills folder as a repo: review changes, pin versions, and add CI checks before syncing to every target. - Use `.skillignore` and per-target include/exclude rules to prevent sensitive files from being copied to local agents. - When onboarding a team, standardize one canonical source directory and keep all targets read-only from the sync side. ### README excerpt (source) ```text
``` ### FAQ **Q: Is it offline-friendly?** A: The CLI is a single binary and can sync local sources; remote Git sources depend on your network. **Q: What should I sync first?** A: Start with a small curated set of skills/rules, then expand once you have review + filtering in place. **Q: How do I avoid leaking secrets?** A: Add `.skillignore` and avoid placing secrets in skill repos; review what each target receives. ## Source & Thanks > Source: https://github.com/runkids/skillshare > License: MIT > GitHub: 1,805 stars · 109 forks · pushed 2026-05-14 --- ## 快速使用 ```bash brew install skillshare skillshare init skillshare sync ``` ## 简介 用 skillshare 把一份技能源同步到多个 AI CLI 与团队成员,避免手动复制与版本漂移。 用一个离线友好的 CLI,把技能、Agents、规则和提示词同步到 Codex、Claude Code、Cursor 等 60+ 目标;支持 `.skillignore` 过滤与安全审计,适合团队共享与多机同步。 **适合谁:** 需要在多种 AI 工具(Codex/Claude Code/Cursor)与多台机器之间共享技能与规则的团队 **可搭配:** macOS/Linux/Windows,支持 Homebrew/Release 安装,技能源可来自本地目录或 Git 仓库 **上手时间:** 约 5–10 分钟(安装 + 首次 init/sync) ### 关键事实(已验证) - GitHub:1,805 stars · 109 forks · 最近更新 2026-05-14。 - 许可证:MIT(GitHub API 已验证仓库 URL / 头像等基础信息)。 - 入口命令(基于 README):`brew install skillshare`。 ## 主要内容 - 把技能目录当成代码仓库:评审变更、固定版本,并在同步到所有目标前先跑检查/CI。 - 用 `.skillignore` 与按目标的 include/exclude 规则,避免敏感文件被同步到本地 agent。 - 团队落地时先确定一个“唯一真源”,其他目标尽量保持只读(由 sync 推送)。 ### README 摘录(来源) ```text
``` ### FAQ **Q: 离线能用吗?** A: 它是单二进制 CLI,可同步本地源;如果使用远程 Git 源则取决于网络。 **Q: 应该先同步什么?** A: 先从小而精选的一组技能/规则开始,建立评审与过滤机制后再扩展。 **Q: 如何避免泄露敏感信息?** A: 配好 `.skillignore`,不要把密钥放进技能仓库,并审查每个目标最终收到的文件。 ## 来源与感谢 > 来源:https://github.com/runkids/skillshare > 许可证:MIT > GitHub:1,805 stars · 109 forks · 最近更新 2026-05-14 --- Source: https://tokrepo.com/en/workflows/skillshare-sync-skills-across-ai-clis Author: Skill Factory