← Back to guides

Claude Cheat Sheet 2026: 17 Tips to Stop Using Claude Like It's 2025

A comprehensive 17-point cheat sheet covering everything from picking the right model, to Cowork setup, connectors, Skills, voice dictation, and the right tool for images/search/video. Adapted from Ruben Hassid's LinkedIn post.

5 modules

1. Understanding Claude's Tools & Models

  1. Claude Isn't 1 Tool — It's 6

    Claude is not a single chatbot. It's six distinct surfaces, each designed for different work: - **Chat** — quick questions, brainstorming, one-off tasks - **Projects** — persistent workspaces with uploaded files and custom instructions - **Code** — Claude Code for terminal-based…

  2. Pick the Model Before the Prompt

    Different models are optimized for different tasks. Choose before you type: | Model | Best For | |-------|----------| | **Opus 4.8** | Thinking, analyzing, planning — deep reasoning tasks | | **Sonnet 4.6** | Grammar, brainstorming, formatting — everyday creative work | | **Haik…

  3. Toggle High Effort on Opus

    For complex analysis, you can force Opus to think harder: 1. Open the **model selector** in the chat interface 2. Select **Opus 4.8** 3. Turn on **Effort → High** This forces an internal monologue — Claude will reason through the problem step-by-step before responding. It takes…

2. Cowork & Workspace Setup

  1. Cowork > Chat for Serious Work

    Cowork is available on Desktop + Pro plans. It's a fundamentally different experience from Chat: - **Reads your local files** — no more copy-pasting documents into the chat - **Creates and edits documents** directly on your machine - **Runs for minutes autonomously** while you g…

  2. Stop Writing 500-Word Prompts

    You don't need a novel-length prompt. Write 29 words: > "I want to [task] so that [goal]. Read the files first. Ask me questions via AskUserQuestion before executing." That's it. This prompt pattern does three things: 1. **States the task and goal** — Claude knows what and why…

  3. Build 3 Folders Inside Cowork

    Create this folder structure in your Cowork workspace: ``` ABOUT ME/ → Your identity, rules, preferences, tone of voice TEMPLATES/ → Reusable patterns (email formats, report structures, analysis frameworks) CLAUDE OUTPUTS/ → Where Claude saves all deliverables ``` **…

  4. Set Global Instructions Once

    Go to **Settings → Cowork → Edit Global Instructions** and paste something like: > "Read ABOUT ME first. Save deliverables in CLAUDE OUTPUTS. Use AskUserQuestion when unclear. Don't over-explain." These instructions apply to every Cowork session automatically. You set them once…

3. Connectors, Skills & Plugins

  1. Turn On Connectors (They're Free)

    Connectors let Claude read your live data from other tools — zero copy-paste required: **Available connectors include:** Slack, Gmail, Google Drive, Notion, Figma, Granola, and 50+ others. **How to enable:** 1. Go to Claude settings 2. Find the Connectors section 3. Toggle on t…

  2. Force AskUserQuestion in Every Prompt

    Add this to your prompts: **"Ask me questions via AskUserQuestion before executing."** What happens: - Claude **stops guessing** what you want - It generates a **form with clarifying questions** - You click your answers - Claude executes with precision This single addition elim…

  3. Install Claude in Excel

    Setup takes 3 minutes: 1. Open **Excel** 2. Go to **Insert → Get Add-ins** 3. Search **"Claude by Anthropic"** 4. Click **Add** 5. **Sign in** with your Claude account 6. Use **Ctrl+Option+C** (Mac) or **Ctrl+Alt+C** (Windows) to open the Claude panel Claude now knows what cell…

  4. Install Plugins & Build Skills

    **Plugins** add pre-built capabilities to Claude. Browse them at claude.com/plugins: - Categories: Sales, Marketing, Legal, **Finance**, Data, Product, Support, and more - Each plugin adds new skills and slash commands - Type `/` in the chat to see available commands **Skills**…

4. Prompting Smarter

  1. Context > Prompts — Feed Your Files

    The single biggest upgrade to your Claude output: **feed your files, not just prompts.** A mediocre prompt with great context files will outperform a perfect prompt with no context every time. Claude's strength is synthesizing information — but it can only work with what you giv…

  2. Examples > Prescriptions

    Stop writing 500 words describing your writing style. Instead: **Paste 3 examples of posts/emails/reports you wrote. Say: "Write like this."** Claude copies your voice faster from examples than from any amount of description. This works because: 1. **Examples encode implicit r…

5. Right Tool for the Job

  1. Know When NOT to Use Claude

    Claude is excellent at text, reasoning, and code. But for some tasks, other tools are simply better: **Images → Use ChatGPT Image (with Thinking)** Claude doesn't generate realistic images (yet). If you need image generation, ChatGPT with its image model is the current leader. …