Cmd+A and Ctrl+A are your friends Select all and paste content Claude can't fetch - private pages, Reddit, terminal output.
Multitasking with terminal tabs Use the cascade method: new tasks open right, sweep left to right. Focus on 3-4 tasks max.
Claude Code as a writing assistant Give context, dictate with voice for first draft, then go line-by-line refining together.
Markdown is the s**t Write blog posts, docs, LinkedIn posts in markdown. Paste into Notion to convert for other platforms.
Use Notion to preserve links when pasting Paste text with links into Notion first, then copy from Notion to get markdown with preserved URLs.
Claude Code as a research tool Research GitHub Actions failures, Reddit sentiment, codebases, public info. Give it the right access.
Mastering different ways of verifying its output Write tests, use visual Git clients, create draft PRs, or ask Claude to verify every claim with a table.
Write lots of tests (and use TDD) Have Claude write tests for its code. TDD works great: write failing tests, commit, then implement.
Spend time planning, prototype quickly Plan at higher abstraction using Claude's knowledge. Prototype fast, then delete and rebuild if needed.
Ask Claude to simplify overcomplicated code When Claude creates tangled messes, ask it to simplify. It's good at recognizing its own complexity.