creative-seeds
SKILL.md
Creative Seeds
Before any creative task, randomly sample 3 seeds from the collection to disrupt default patterns.
How to Use
Run this to pull 3 random seeds:
perl -MList::Util=shuffle -e '@l=<>; print join("\n---\n", (shuffle @l)[0..2])' ~/.claude/skills/creative-seeds/seeds.md 2>/dev/null || shuf -n 3 ~/.claude/skills/creative-seeds/seeds.md
Or read the full seeds file and randomly pick 3 entries.