setup
Installation
SKILL.md
Getting Forge installed, configured, upgraded, and diagnosed in a repo. These are the bootstrap and maintenance commands — distinct from the everyday workflow stages.
Install & configure
forge setup # interactive agent configuration (Claude/Cursor/Codex …)
forge setup --yes # non-interactive: accept defaults (use this in automation)
forge setup --agents claude,cursor --skip-external # target specific harnesses, skip service prompts
forge setup --path <dir> --dry-run # preview against another dir, write nothing
forge setup is interactive by default. In any automated/agent context pass --yes (or --non-interactive) so it never blocks on a prompt.