This repository is the public export of selected skills from ~/.agents/skills.
The canonical source stays in the home-directory skills folder. This repo is populated by syncing real files here with rsync, not by committing symlinks.
Preview the sync:
bash ./sync_public_skills.sh --dry-runRun the sync:
bash ./sync_public_skills.shThe allowlist lives in .public-skills.
- Source directory defaults to
~/.agents/skills. - Only paths listed in
.public-skillsare copied here. - Built-in excludes skip
.git,.claude-plugin,.system,dist,__pycache__,*.pyc, and.DS_Store. - If you want to publish another skill, add its directory to
.public-skillsand run the sync again.