Skip to main content

creative-seeds

Inject creative absurdity to break AI pattern-thinking before creative tasks. Randomly samples surreal micro-stories to spark unconventional thinking. Use before brainstorming, naming, writing, or any task needing fresh perspective.

Ir a la instalación

Datos de origen

Repositorio
aviz85/claude-skills-library
Última actividad en el origen
10 de junio de 2026 a las 07:40
Idioma detectado de SKILL.md
inglés
Estrellas
49
Forks
14

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
2 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
creative-seeds
description
Inject creative absurdity to break AI pattern-thinking before creative tasks. Randomly samples surreal micro-stories to spark unconventional thinking. Use before brainstorming, naming, writing, or any task needing fresh perspective.
allowed-tools
Bash
# 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: ```bash 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 1. Run the bash command above — it returns 3 randomly selected seed paragraphs 2. Read the output — let the absurdist logic seep in 3. Then proceed with the actual creative task with that mental residue active 4. 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.
Ver en GitHub