Flux Gen banner
mistakeknot mistakeknot

Flux Gen

AI community

Description

--- name: flux-gen description: Generate review agents from task prompts via LLM design user-invocable: true codex-aliases: [flux-gen] argument-hint: "[task prompt text] [--from-specs path]" disable-model-invocation: true --- # Flux-Gen — Review Agent Generator Generate `fd-*` review agents in `.claude/agents/` using LLM-designed specs tailored to the task at hand. ## Step 0: Detect Mode Parse `$ARGUMENTS`: - If `$ARGUMENTS` starts with `--from-specs` → **Specs mode**: skip Step 1 (LLM desi

Installation

Installs to ~/.claude/skills/mistakeknot-interflux-flux-gen/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mistakeknot-interflux-flux-gen && curl -fsSL https://raw.githubusercontent.com/mistakeknot/interflux/HEAD/commands/flux-gen.md -o ~/.claude/skills/mistakeknot-interflux-flux-gen/SKILL.md

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

Full documentation available on GitHub

View Source Repository