Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

🏠 Back to Blog

CC4E #8: Keeping Up with the Claude Code Treadmill (30 Tips & Tricks)

Author: Hannah Stulberg | Published: 2026-05-04

30 tips curated from 1,500+ hours of use. Don’t set up all 30 at once – pick the 2-3 that solve a problem you’re feeling right now.

Section 1: Make Cursor Feel Like Yours (Tips 1-5)

  1. Pick a Cursor theme – browse built-in, install from marketplace, or have Claude build a custom one
  2. Tame terminal panel – rename tabs, color-code, add icons, drag to reorder, split panes
  3. Markdown editor extension – options: Mark Sharp (best feel, deletes images on save), Markdown Live Editor (preserves images, mangles formatting), Markdown Inline Editor (fades syntax), built-in preview (side-by-side, no inline editing)
  4. Surface ~/.claude/ folder – add to workspace via File > Add Folder to Workspace
  5. Build Cursor workspaces – group multiple folders; each maintains its own CLAUDE.md and context

Section 2: See What Claude Is Doing (Tips 6-9)

  1. Ctrl+O – live stream of every file opened, tool called, reasoning step. 10% higher success rate for experienced users
  2. /context – breakdown of context usage by category (system prompt, tools, memory, MCPs, messages). Reveals bloated CLAUDE.md or context-heavy skills
  3. claude-counter – Chrome extension adding live context bar on claude.ai
  4. DeepWiki – swap “github.com” for “deepwiki.com” in any repo URL for auto-generated docs and architecture diagrams

Section 3: Cleaner Source Material (Tips 10-12)

Markdown is 1/3 to 1/2 the tokens of PDFs/Word docs and produces higher-quality output.

  1. Google Workspace files as markdown – manual (download as .md) or automated via gws CLI
  2. markitdown – Microsoft’s open-source tool. Converts PDF, Word, Excel, PowerPoint to markdown. Works on individual files or entire folders
  3. Firecrawl – returns full page content as clean markdown (unlike WebFetch which returns a summary). Scrape URLs, crawl sites, map site URLs, deep research. Free tier: 500 pages

Section 4: Connect Claude to the Web (Tips 13-15)

ToolWhat it doesBest for
Claude in Chrome (Tip 13)Reads/controls open Chrome tabs with your login stateActing on apps you’re signed into
Playwright MCP (Tip 14)Fresh browser, no inherited loginsClean testing, cross-browser checks
Chrome DevTools MCP (Tip 15)Inspects: performance traces, network, console, LighthouseDebugging, not acting

These give Claude browser control. Firecrawl gives Claude browser content.

Section 5: Visual Work (Tips 16-19)

  1. /canvas-design – generate PNGs (diagrams, posters, explanatory visuals)
  2. Image editing – resize, crop, convert, watermark, annotate, combine into PDFs
  3. Mermaid diagrams – open-source diagramming language in markdown. Claude writes the code, preview renders it. Export to PNG via mermaid-cli for sharing
  4. Local HTML files – quick visual previews, layout prototypes, interactive demos. Pair with Chrome extension for Claude to verify its own output

Section 6: Get More from Every Session (Tips 20-26)

  1. Terminal shortcuts – Option+arrow (jump word), Ctrl+A/E (start/end of line), Option+Backspace (delete word), Cmd+K (clear visible terminal)
  2. /branch – creates parallel sub-sessions inheriting full parent context. Name original first with /rename
  3. /btw – side questions without contaminating main session context
  4. Caveman mode – compresses Claude’s output ~75%. Three levels: lite, full, ultra. Turn off for prose/docs
  5. RTK (Rust Token Killer) – compresses Claude’s input (terminal output) by 60-90%. Install via brew. Pair with Caveman for compounding savings
  6. /voice and Wispr Flow – three options: /voice (built-in, hold space), voice button in apps, Wispr Flow (system-wide paid dictation)
  7. /loop – reruns a prompt on a schedule or self-paced. Use for: keeping Claude going on long plans, waiting for conditions then acting, variable-interval monitoring

Section 7: Take Claude Off Your Laptop (Tips 27-29)

Cloud sessions have MCPs and repo contents but NOT local MCPs, local CLIs, or user-level skills.

  1. Claude mobile app – Code tab for cloud sessions. Requires files in GitHub. Edits stay on temp branch until PR
  2. /teleport and /remote-control – teleport pulls cloud session to laptop; remote-control lets phone act as remote keyboard (laptop must stay awake: caffeinate -dims claude)
  3. Claude Code Channels – text Claude via Telegram/Discord, responds from active laptop session. Requires --dangerously-skip-permissions

Section 8: Just for Fun (Tip 30)

  1. Custom thinking verbs – Claude cycles through ~185 verbs (“Pondering…”, “Cogitating…”). Customize via spinnerVerbs in ~/.claude/settings.json