From aviz85-claude-skills-library
Samples surreal micro-stories to disrupt AI pattern-matching before creative tasks. Use before brainstorming, naming, writing, or any task needing fresh perspective.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aviz85-claude-skills-library: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, run the script below — it selects 3 random seeds and returns them directly.
Before any creative task, run the script below — it selects 3 random seeds and returns them directly.
Run this to pull 3 random seeds:
python3 -c "
import random, re, os
with open(os.path.expanduser('~/.claude/skills/creative-seeds/seeds.md')) as f:
content = f.read()
seeds = [s.strip() for s in re.split(r'\n---\n', content) if re.search(r'##\s*\d+\.', s)]
random.shuffle(seeds)
print('\n\n---\n\n'.join(seeds[:3]))
"
The seeds are not prompts. They are cognitive disruptors. They work by contaminating your pattern-matching with nonsense, forcing novel connections.
npx claudepluginhub aviz85/claude-skills-libraryInjects random surreal micro-stories to disrupt pattern-thinking before creative tasks like brainstorming, naming, writing, or idea generation.
../../../../.claude/skills/creative/creative-flow-and-inspiration.md
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.