Install once, then give each repo the convention.
Follow this path when you are trying AlmightyGPT for the first time. It keeps setup short and shows the exact files and commands you should expect.
1. Install the CLI
> npm install -g almightygptUse Node 18 or newer. The CLI is the shared engine behind terminal, VS Code, chat, MCP, and CI surfaces.
2. Set up provider keys
> almightygpt authThe guided auth flow opens provider key pages, accepts a hidden paste, validates with a real model-class call, and stores keys in the OS keychain.
3. Initialize a repo
> almightygpt init --stack next-jsInit refuses unsafe overwrites unless you choose --backup or --force. It also manages the host .gitignore entry for machine run metadata.
Current stack templates are node-ts, next-js, python-django, python-fastapi, rails, go.
4. Confirm generated files
AGENTS.mdCLAUDE.mdCODEX_AGENT.mdGEMINI_AGENT.md.almightyignore.almightygpt/config.yaml.almightygpt/rules.mddocs/codex-reviews/README.md5. Run the first review
> almightygpt review --diff --worker claude --reviewer codex --topic first-reviewThis reviews uncommitted changes by default. The Worker and Reviewer are separate roles, so one provider can plan or code while another checks the work.
6. Use the editor path
> @almightygpt /authInstall the extension from VS Code Marketplace or Open VSX, open VS Code Chat, and try @almightygpt /auth. From there, use /review, /precommit, and /runs.
