fmind

100 mods across 8 repositories, 1.9k stars between them.

fmind/agent-evolutions

Instructions file Gemini CLI

Gemini CLI instructions for fmind/agent-evolutions, a project described as: Genetic exploration of solution spaces for AI coding agents (Claude Code, Gemini CLI, GitHub Copilot, OpenCode) — gather a verifiable objective, evolve variants, apply the winner.

1 3mo ago A 5 tokens copy · 100% MIT

fmind/agent-evolutions

Skill Claude CodeCodex

Apply phase of an agent evolution — diff the winner workspace against the live repo, get explicit user confirmation, copy files in, optionally re-run gates against the live tree. Writes applied. Requires winner set by /run-agent-evolution.

1 3mo ago C 56 tokens original MIT

new-agent-evolution

99

fmind/agent-evolutions

Skill Claude CodeCodex

Capture phase of an agent evolution — discuss the objective, gates, rubric, scope, and budget; write .agents/evolutions/ - /{evolution.yaml, EVOLUTION.md} only on explicit user agreement. Pairs with /run-agent-evolution (next) and /apply-agent-evolution (later).

1 3mo ago A 74 tokens original MIT

run-agent-evolution

100

fmind/agent-evolutions

Skill Claude CodeCodex

Run phase of an agent evolution — plan a batch of up to budget.parallel variants, dispatch sub-agents in parallel to materialize and evaluate them, learn from results, repeat until budget / wall-clock / plateau. Writes winner on a clean stop. Requires an evolution captured via /new-agent-evolution…

1 3mo ago A 81 tokens original MIT