Fanout banner
dimenwarper dimenwarper

Fanout

Development community

Description

--- name: fanout description: Sample multiple LLMs, evaluate outputs, and select the best solutions using evolutionary strategies user_invocable: true --- # /fanout — LLM Sampling & Selection Run the fanout CLI to sample multiple LLMs, evaluate their outputs, and iteratively select the best solutions. ## Usage Dispatch to the appropriate subcommand based on user intent: ### Agent mode (recommended) ```bash # Launch concurrent agents that iteratively improve solutions uv run fanout launch "Y

Installation

Installs to ~/.claude/skills/dimenwarper-fanout-fanout/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dimenwarper-fanout-fanout && curl -fsSL https://raw.githubusercontent.com/dimenwarper/fanout/HEAD/.claude/skills/fanout.md -o ~/.claude/skills/dimenwarper-fanout-fanout/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository