skills/idea-darwin/SKILL.md
Darwinian idea evolution engine — toss rough ideas onto an evolution island, let them compete, crossbreed, and mutate through structured rounds to surface your strongest concepts.
npx skillsauth add ranbot-ai/awesome-skills idea-darwinInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A round-based idea iteration system that treats ideas as competing organisms — scoring, selecting, crossing, and evolving them through structured rounds to surface the strongest concepts.
Most idea management tools are filing cabinets: they store ideas, tag them, and let them rot. Idea Darwin flips the paradigm — instead of organizing ideas, it lets them compete. Every idea is a living species on an evolution island. Each round, the fittest get deepened, different ideas cross-pollinate to produce unexpected hybrids, and external stimuli trigger mutations.
Your ideas are alive on this island. Like organisms, they follow three core laws:
Every idea gets a structured card recording: core question, full description, lineage (parent/child IDs), 6-dimensional scores, and change history.
| Dimension | Weight | What It Measures | |---|---|---| | Novelty | 10% | Genuine breakthrough or repetition? | | Feasibility | 20% | Technically and resource-wise achievable? | | Value | 20% | Impact if successful? | | Logic | 20% | Internally consistent, no gaps? | | Cross Potential | 10% | Can spark something new when combined? | | Verifiability | 20% | Can we design a validation path? |
seed → exploring → refining → crossing → validated → dormant
The user always has final say on all life-or-death decisions. The system only recommends.
Create an ideas.md file:
## Personal knowledge base that learns my style
I want a system that reads everything I write and gradually learns how I think.
## Commute-to-podcast converter
Record voice memos during my commute, auto-convert them into podcast scripts.
/idea-darwin init
/idea-darwin round
Append new ideas to ideas.md, add environmental variables to stimuli.md.
/idea-darwin init --budget 8 --actions 3
/idea-darwin round 3
/idea-darwin dormant IDEA-0005
/idea-darwin wake IDEA-0005
clawhub install idea-darwintools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.