Claude Code Exercises
Fill in the blanks to test your knowledge.
The npm command to install Claude Code globally is: npm install -g @anthropic-ai/___
Claude Code reads a ___ file in the project root automatically at the start of every session to load persistent project context
The Claude Code slash command that summarizes a long conversation without losing task context (unlike /clear) is /___
The flag that disables all permission prompts in Claude Code (appropriate for CI/CD pipelines only) is --dangerously-skip-___
To run Claude Code in one-shot (non-interactive) mode with a single task, use the ___ flag
The Explore-Plan-Execute pattern involves asking Claude Code to produce a ___ before making any changes
The git command to review all changes Claude Code made before committing, file by file interactively, is git add ___
Claude Code's /init command generates a ___ file by analyzing the current project's codebase structure