sync-skills
Sync local skill folders from git repos to Claude.ai (and other agent targets) via the upload-skill API. Trigger when the user says "sync skills", "push skills to Claude", "upload skill", or after editing SKILL.md files locally. Requires a claude.ai tab open in Chrome (uses browser session cookies via javascript_tool). Works on Adam's computer wherever the agentskills clones live, but the helper does not guess where: it scans its own checkout, and any other clone must be named with --repos or $AGENTSKILLS_REPOS.
- Compatibility
- Requires Claude in Chrome (browser automation) with a logged-in claude.ai tab, plus Bash/Python 3 for the sync_skills.py helper; local interactive execution only — not usable in headless or cloud sessions
Pinned to revision 400fbf01d7bb, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/sync-skills/SKILL.md
- skills/sync-skills/account-skills.txt
- skills/sync-skills/hooks/pre-push
- skills/sync-skills/setup.sh
- skills/sync-skills/sync_skills.py
- skills/sync-skills/tests/test_sync_skills.py
Every link opens the file at its source, pinned to the revision this page describes.