๐ฆ ClawHub
Random Team Picker
by @darbling
Randomly select or split team members with options for weighted choice, exclusions, and fair distribution over multiple rounds.
๐ก Examples
pick --from "Alice,Bob,Charlie,Dave,Eve" --count 2
pick --teams "Alice,Bob,Charlie,Dave" --num-teams 2
pick --from "Alice,Bob,Charlie" --weighted "Alice:3,Bob:2,Charlie:1"
pick --from "Alice,Bob,Charlie" --exclude "Alice" --count 1
TERMINAL
clawhub install random-team-picker