Skip to content

Repository files navigation

Skills

A skill is a SKILL.md file that teaches a coding agent how to do one thing well. This repo holds all your skills and syncs them to every AI tool you use — Amp, Codex, Claude Code, Cursor, and others — with skillshare.

Each top-level directory is one skill. Directories prefixed with _ are installed from external repos; skillshare manages them and git ignores them.

Setup

macOS:

brew install skillshare

Linux:

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

Then point skillshare at this repo and sync:

skillshare init \
--source ~/.config/skillshare/skills \
--remote https://github.com/<you>/skills \
--all-targets --mode merge --subdir . --no-skill
skillshare install https://github.com/<org>/skills --track
skillshare sync

Drop --no-skill and --all-targets for the interactive TUI.

Daily use

skillshare sync # after writing or editing a skill
skillshare push # push to git
skillshare pull && skillshare sync # pull on another machine
skillshare update --all && skillshare sync # update external skills

skillshare also works per-repo (.skillshare/ in any project root). See the skillshare skill for details.

Things that will bite you

sync is manual. Run it after every install, uninstall, or update.

Remove skills with skillshare uninstall, not rm -rf. Uninstall puts them in trash with 7-day retention.

Never edit _-prefixed directories. They are overwritten on update.

Use merge mode, not replace. replace wipes the target directory.

skillshare doctor is the first thing to run when skills don't show up.

About

Coding-agent skills managed with skillshare and synced across supported AI tools

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages