claude in the root of your project. On the first run in a new
repository, use /init to generate a CLAUDE.md file
describing the project structure. Subsequent sessions load that file automatically,
giving the model context without you re-explaining it each time.
/diff to review pending edits at any point in the session.
src/main.rs and summarize the data flow.cargo test and fix any failures..claude/settings.json under the hooks key. Useful hooks:
cargo clippy after every file edit| Resource | Description |
|---|---|
| Claude Code | Anthropic’s CLI tool — install, docs, and keyboard reference. |
| Gemini CLI | Google’s terminal AI tool, open source. |
| CodeBites: Code AI | Track page with recorded CLI sessions and technique notes. |