Variations banner
johnlindquist johnlindquist

Variations

Development community

Description

--- description: Generate multiple variations of a topic with guidance and present them for selection allowed-tools: AskUserQuestion, Read, Glob, Grep argument-hint: [amount] [guidance] [topic] --- # Generate Variations Create multiple variations of a specified topic using guidance to steer the results, and present them to the user for selection. ## Arguments - **amount**: Number of variations to generate (e.g., 3, 5, 10) - **guidance**: Instructions to steer the variations (e.g., "make it m

Installation

Installs to ~/.claude/skills/johnlindquist-claude-variations/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository