claude-code-cheat-sheet provides a collection of Claude Code tips, commands, and workflows with installation, authentication, and usage guidance across platforms. It includes commands for installation, login, version checks, and various command levels.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
Claude Code Cheat Sheet (Beta) is a guide containing commands and workflows for Claude Code, including installation, authentication, model configuration, session management, and advanced usage across operating systems. It lists commands for starting Claude Code, signing in, and performing print-mode operations, with a multi-level command taxonomy from Basic to Expert levels.
How it works
The project documents how to install Claude Code native binaries or via package managers, how to authenticate, and how to run Claude Code in REPL or print mode. It provides examples of common workflows, including:
- Native installation via curl or PowerShell scripts
- Package manager installations (brew, winget)
- CLI commands for starting claude, checking version, updating, and managing sessions
- Directory management, model configuration, tool permissions, and output/input formatting
Getting started
Install and sign in, then run claude, as shown in the Quick Start and Level 1 sections. Examples include:
curl -fsSL https://claude.ai/install.sh | bash
claude auth login
claude
irm https://claude.ai/install.ps1 | iex
claude auth login
claude
# macOS
brew install --cask claude-code
# Windows
winget install Anthropic.ClaudeCode
Check installation:
claude --version
claude auth status
claude --continue
Recent releases
Latest release: v1.0.0 Claude Code Cheat Sheet v1.0.0 (2025-07-07): First release! Complete 10-level guide with 95%+ tested commands. From basic installation to enterprise deployment.
Traction
1893 stars, 257 forks, 6 open issues as of last update.
Behind the repo
- Repository created 2025-07-07.
- Topics include claude, claude-3, claude-ai, claude-code, claude-desktop, claudecode-mcp.
Caveats
License: MIT. Latest push: 2026-05-27. Open issues: 6.






