1
Getting Started
Install Claude Code, initialize a project, and generate your starter memory file.
curl -fsSL https://claude.ai/install.sh | bash
cd your-project
claude
/init
claude
/init
- Scans your codebase and proposes an initial project memory.
- Best first step before prompting on a large repository.