wget -O ~/.local/bin/pluck https://keen-fm.pages.dev/download/pluck chmod +x ~/.local/bin/pluck

grab everything from a starter repo

pluck add https://github.com/collinschaafsma/hatch

drop your favorite agent skills into the right spot

pluck add https://github.com/mattpocock/skills 'skills/**' --to .agents/

slice and dice with globbing, brace expansion, and more via doublestar

pluck add https://github.com/mattpocock/skills 'skills/{engineering,productivity}/**' --to .agents/

and keep it all in sync

pluck

coming soon

list, remove, --dry-run, --exclude, --once, repo manifests, and more