Gan Build banner
mturac mturac

Gan Build

Development community

Description

--- description: Run a generator/evaluator build loop for implementation tasks with bounded iterations and scoring. --- Parse the following from $ARGUMENTS: 1. `brief` — the user's one-line description of what to build 2. `--max-iterations N` — (optional, default 15) maximum generator-evaluator cycles 3. `--pass-threshold N` — (optional, default 7.0) weighted score to pass 4. `--skip-planner` — (optional) skip planner, assume spec.md already exists 5. `--eval-mode MODE` — (optional, default "pl

Installation

Installs to ~/.claude/skills/mturac-everything-openai-codex-gan-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mturac-everything-openai-codex-gan-build && curl -fsSL https://raw.githubusercontent.com/mturac/everything-openai-codex/HEAD/commands/gan-build.md -o ~/.claude/skills/mturac-everything-openai-codex-gan-build/SKILL.md

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

Full documentation available on GitHub

View Source Repository