Stax · 2026
Setup wizard for AI coding agents
Most projects an AI coding agent inherits are missing the boring setup that makes the agent reliable: a tight tsconfig, a fast linter, a consistent commit style, the right guardrails in CLAUDE.md. The agent ends up improvising or producing slop. I built stax.sh to fix that in one command.
The CLI inspects the project, hands the agent a checklist of best-practice fixes to apply, and each fix lands as its own commit you can revert. Works with Claude Code, Cursor, and Codex CLI. Findings map to skills the CLI serves on demand, so the guidance stays current without needing an update to the project.