Install and shell
Confirm the claude command resolves in the shell you actually use, then document any local environment variables separately from shared repo files.
A Claude Code setup checklist generator creates a practical runbook for installing Claude Code, documenting repository context, setting permissions, adding MCP servers, validating Git workflow, and running the first verification commands.
npm install -g @anthropic-ai/claude-code cd ~/src/my-app git status --short test -f CLAUDE.md || touch CLAUDE.md npm run build # Add MCP servers after base CLI verification, then test them one at a time. claude --print "Read this repo and summarize the main app structure, verification commands, and any setup risks. Do not edit files."
Confirm the claude command resolves in the shell you actually use, then document any local environment variables separately from shared repo files.
Use CLAUDE.md to record commands, conventions, test scope, deployment rules, and review expectations so each run starts with the same context.
Start with explicit allow, ask, and deny rules so Claude Code can work quickly without surprising installs, pushes, secret reads, or destructive commands.
A Claude Code setup checklist generator creates a tailored install and configuration checklist for Claude Code, including shell setup, CLAUDE.md, permissions, MCP servers, Git workflow, and first verification commands.
Confirm the CLI starts, open the repository, run git status, document repo commands in CLAUDE.md, and run one read-only prompt that explains the project before requesting edits.
Commit shared guidance such as CLAUDE.md and safe .claude/settings.json rules, but keep personal paths, local secrets, and machine-specific overrides in .claude/settings.local.json.
Add MCP servers after the base Claude Code workflow works. Start with one read-only server, verify it, then add higher-risk servers one at a time.
No. The checklist generator runs in your browser and only creates copyable text from the options you choose.
Build the companion config files after your base setup is ready.