Help us improve
Share bugs, ideas, or general feedback.
From creative-seeds
Injects random surreal micro-stories to disrupt pattern-thinking before creative tasks like brainstorming, naming, writing, or idea generation.
npx claudepluginhub aviz85/claude-skills-library --plugin creative-seedsHow this skill is triggered — by the user, by Claude, or both
Slash command
/creative-seeds:creative-seedsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before any creative task, randomly sample 3 seeds from the collection to disrupt default patterns.
../../../../.claude/skills/creative/creative-flow-and-inspiration.md
This skill should be used when the user asks to "/oblique", "oblique strategy", "give me an oblique strategy", "give me a creative prompt", or wants lateral thinking inspiration for their coding session.
Facilitates Edward de Bono's Random Entry technique using unexpected words/images to break cognitive ruts and generate fresh ideas. Use when stuck or seeking inspiration.
Share bugs, ideas, or general feedback.
Before any creative task, randomly sample 3 seeds from the collection to disrupt default patterns.
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.
~/.claude/skills/creative-seeds/seeds.mdThe seeds are not prompts. They are cognitive disruptors. They work by contaminating your pattern-matching with nonsense, forcing novel connections.