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.

설치로 이동

소스 정보

저장소
aviz85/claude-skills-library
최근 소스 활동
2026년 6월 10일 07:40
감지된 SKILL.md 언어
영어
스타
49
포크
14

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
2 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
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.
GitHub에서 보기