creative-seeds
SKILL.md
Creative Seeds
Before any creative task, run the script below — it selects 3 random seeds and returns them directly.
How to Use
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]))
"
Instructions
- Run the bash command above — it returns 3 randomly selected seed paragraphs
- Read the output — let the absurdist logic seep in
- Then proceed with the actual creative task with that mental residue active
- Do NOT explain the seeds to the user unless asked — just use them internally to shift your thinking frame
The seeds are not prompts. They are cognitive disruptors. They work by contaminating your pattern-matching with nonsense, forcing novel connections.
Weekly Installs
6
Repository
aviz85/claude-s…-libraryGitHub Stars
20
First Seen
6 days ago
Security Audits
Installed on
opencode6
gemini-cli6
github-copilot6
codex6
amp6
cline6