Setup Cheat Sheet Your survival card for Week 1
ReemTeam · Cohort 2
setup.coachreemteam.com/mentorship

Start + Stop Claude Code

  • Launch Claude Codeclaude
  • Exit Claude Code cleanly/exit
  • Force-exitCtrl+C twice
  • New line without sendingShift+Enter

Navigate your folders

  • Go to Desktopcd ~/Desktop
  • Make a new foldermkdir name
  • Enter a foldercd name
  • Where am I?pwd
  • List files herels

Claude Code slash commands

  • Show all commands/
  • Clear screen/clear
  • Reload plugins/reload-plugins
  • Run diagnostics/doctor
  • Manage plugins/plugin
  • Set up Discord/discord:configure
  • Pair your user/discord:access pair
  • Check Discord state/discord:access status

Terminal basics

  • Open Terminal (Mac)Cmd+Space → Terminal
  • Open PowerShell (Win)Start → PowerShell (Admin)
  • Fully quit Terminal (Mac)Cmd+Q
  • Paste commandCmd+V / Ctrl+V
  • Stop a running commandCtrl+C
  • Previous command↑ arrow

Re-install if something broke

  • Re-run Mac setup (handles everything)curl -fsSL setup.coachreemteam.com/setup.sh | bash
  • Re-run Windows setup (handles everything)iwr -useb setup.coachreemteam.com/setup.ps1 | iex
  • Health-check all layersreemteam-check
  • Clean up old npm installsudo npm -g uninstall @anthropic-ai/claude-code

Prefer re-running the full setup script over installing individual tools manually — it handles the bun system-PATH symlink that partial installs skip.

Discord bot essentials

  • Developer Portaldiscord.com/developers
  • Bot settingsLeft sidebar → Bot
  • Invite generatorOAuth2 → URL Generator
  • Required scopebot
  • Required permissionsSend · Read · View · React
  • Pairing flowDM bot → paste code in Claude Code

Top 7 blockers — know the fix instantly

Error / Symptom Cause Fix
zsh: command not found: $ You typed the $ from the docs literally Don't type the $. Only what comes after.
command not found: claude Terminal hasn't reloaded after install Quit terminal fully (Cmd+Q), reopen, try again
bun not found in plugin output Discord plugin runtime missing or not in system PATH Re-run setup: curl -fsSL setup.coachreemteam.com/setup.sh | bash → quit + reopen
Bot shows green but won't reply Message Content Intent not saved Dev Portal → Bot → toggle intents ON → click Save Changes
Bot shows offline Plugin not started / bad token /reload-plugins, then /doctor to see error
EACCES permission denied during install npm trying to write to protected folder Use our setup script — it doesn't use npm
Claude Code asks permission for every command Normal safety behavior Choose "Always allow for this project" when you trust it

Know where you are

  • Regular terminaluser@Mac ~ %
  • Claude Code> ? for shortcuts
  • Your Desktop~/Desktop
  • Your home folder~

Support — in order

  • 1. Retry the exact step99% of first errors
  • 2. Search the Onboarding GuideCmd+F keyword
  • 3. Post in Cohort Telegramscreenshot the error
  • 4. Post screenshot + OS in TelegramCode replies <30 min
  • 5. Overnight? Reply comes next morning9am ET sweep