From creative-seeds
Injects random surreal micro-stories to disrupt pattern-thinking before creative tasks like brainstorming, naming, writing, or idea generation.
npx claudepluginhub aviz85/claude-skills-library --plugin creative-seedsThis skill is limited to using the following tools:
Before any creative task, randomly sample 3 seeds from the collection to disrupt default patterns.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Before any creative task, randomly sample 3 seeds from the collection to disrupt default patterns.
Run this to pull 3 random seeds:
perl -MList::Util=shuffle -e '@l=<>; print join("\n---\n", (shuffle @l)[0..2])' ~/.claude/skills/creative-seeds/seeds.md 2>/dev/null || shuf -n 3 ~/.claude/skills/creative-seeds/seeds.md
Or read the full seeds file and randomly pick 3 entries.
~/.claude/skills/creative-seeds/seeds.mdThe seeds are not prompts. They are cognitive disruptors. They work by contaminating your pattern-matching with nonsense, forcing novel connections.