From aviz85-claude-skills-library
Injects random surreal micro-stories to disrupt pattern-thinking before creative tasks like brainstorming, naming, writing, or ideation.
npx claudepluginhub aviz85/claude-skills-libraryThis skill is limited to using the following tools:
Before any creative task, run the script below — it selects 3 random seeds and returns them directly.
Injects random surreal micro-stories to disrupt pattern-thinking before creative tasks like brainstorming, naming, writing, or idea generation.
Serves as a creative muse to provoke ideas, challenge thinking, and collaborate on craft. Loads sanctum files for rebirth and session memory. Activates on muse requests.
Enables unconstrained creative exploration by dropping structure and judgment, fostering emergent ideas. Use before design work, naming, choosing approaches, or when analytically stuck.
Share bugs, ideas, or general feedback.
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.