// unofficial · community maintained // cheatsheet v2.1.216 // updated 2026-07-21
The Claude Code reference. Commands, skills, agents, MCP, config and news — in one dense place.
ClaudeREF.com is the developer hub for everything about Claude Code: a searchable reference of 124+ entries, deep dives on skills and subagents, MCP wiring, configuration, and a running feed of Claude & Claude Code updates. Readable in the browser, printable, and pipeable straight into your terminal.
What is ClaudeREF?
ClaudeREF is an unofficial, community-maintained Claude Code reference for developers who need accurate commands without digging through scattered notes. The searchable cheatsheet collects keyboard shortcuts, slash commands, CLI flags, skills, subagents, MCP setup, configuration, and environment variables in one browser page. The same reference is available as ANSI text, Markdown, plain text, or JSON, so it can be read with curl, saved locally, or piped into other tools. ClaudeREF also publishes practical workflow articles and dated summaries of Claude and Claude Code updates. Each section links to stable URLs for sharing and bookmarking, while the printable layout supports offline use. The project is maintained by Shai Chikorel and is not affiliated with Anthropic; for authoritative product behavior, always confirm details against Anthropic's official documentation.
Browse by topic
Latest on Claude & Claude Code
All news →Claude Code 2.1.216 — sandbox filesystem toggle & auth-mode fixes
New sandbox.filesystem.disabled setting, faster long sessions, and fixes for auto-mode after OAuth expiry.
Claude Code ultrareview — parallel multi-agent cloud review
Kick off a fleet of reviewers against a PR from your terminal.
Claude Opus 4 — the original Claude 4 flagship
Anthropic launched Opus 4 with stronger coding and agentic capabilities and a 200K-token context window.
What's on this site
Every shortcut, slash command, flag and setting — fuzzy search, click-to-copy, deep links, print-ready.
Built-in and custom skills, frontmatter options, subagent isolation and permission modes.
Server wiring, scopes, transports, and the settings that actually matter day to day.
curl https://clauderef.com/cheatsheet returns ANSI-coloured output. Add ?format=json|md|txt for anything else.
Latest from Content — articles & video summaries
All content →
30 Minutes to Master Claude Code — full beginner-to-builder walkthrough
Tyler Germain's 30-minute crash course: install, plans, the .claude folder, CLAUDE.md, MCP servers and skills, then two live builds — a Next.js site and an Instagram assistant.

The four MCP servers actually worth wiring up
Most MCP servers are demos. These four earn their place in a daily setup.

Subagents, properly: when forking context beats one long thread
A practical model for when to spawn a subagent, what to put in its prompt, and how to keep the parent thread cheap.