C9PG
Claude Code Docs

Troubleshooting

ProblemFirst thing to try
Signed in with the wrong accountRestart claude and sign back into the team account before following the rest of this guide.
Configuration feels overwhelmingGo back to Core Session Commands, Your First Feature, and Daily Workflow.
Unsure whether to use /init or CLAUDE_CODE_NEW_INIT=1 claudeUse /init for the faster baseline and the env-var flow for the broader guided bootstrap.
Hooks not firingVerify with /hooks, then re-check the matcher and the event name in .claude/settings.json.
Hook blocks unexpectedlyConfirm whether the hook returned allow (0), warn (1), or block (2), then inspect the message Claude surfaced.
Context is filling too fastUse /context, compact earlier with /compact, and interrupt bad turns with Ctrl+C instead of letting the session drift.
Debugging keeps looping without progressSwitch to /debug, provide the real failure output, and ask Claude to investigate before changing code.
Permission prompt fatigueReview /permissions and pre-approve safe commands in shared settings first. Use --allowedTools for a one-off wide-open session before you reach for --dangerously-skip-permissions.
Plugin you expected is missingOpen /plugin, review what is already installed, add only the missing plugin, and restart Claude Code if the state still looks stale.
Superpowers features are unavailableCheck the plugin manager first. If Superpowers is installed, ask Claude what skills are active before assuming the plugin failed.
Remote Control session is hard to find/rename before /rc, then resume by name or use the Claude app/code view.
claude doctor shows environment issuesUpdate Claude Code first, then re-check authentication, shell setup, and network access.