idan-yaron/claude-cowork-skills-toolkit

3 stars · Last commit 2026-04-14

Fetch, share, and sync Claude skills between GitHub and your Cowork sessions

README preview

# Claude Cowork Skills Toolkit

Five commands for moving skills between GitHub, your Cowork session, and your teammates.

Cowork is Anthropic's agentic AI system for knowledge work, with a built-in skill/plugin system. New Claude skills ship on GitHub all the time. This toolkit cuts the time between finding one and using it down to a single `/` command, even mid-session. Five commands: install from a GitHub URL, save iterated versions from a conversation, share installed skills with teammates as a `.zip` plugin, refresh against upstream, and auto-detect URLs pasted in chat.

## The toolkit

- **`/skills-load <github-url>`** — Browse any GitHub repo's skills, pick what you want, install as a one-click plugin.
- **Auto-detection** — Paste a GitHub URL in chat and the toolkit offers to browse its skills.
- **`/skills-save`** — Save the iterated-in-conversation version of loaded skills as a fresh plugin.
- **`/skills-share`** — Package already-installed skills as a `.zip` to share with teammates.
- **`/skills-update`** — Re-fetch each installed plugin's GitHub source, diff by SHA256, rebuild only what changed.

## Example: loading skills from a GitHub repo

```
You:    /skills-load https://github.com/deanpeters/Product-Manager-Skills

Claude: Found 47 skills in deanpeters/Product-Manager-Skills:

View full repository on GitHub →