9 tips for Claude Code
I've been blown away by the quality of work that Claude Code produces compared to Cursor, and I want to give you 9 practical tips to get the most out of it:
Press Shift-Tab to get into "Plan" mode. Use that generously to figure out what you're going to have the AI do before it does it.
Drag reference images directly into the terminal.
Run
/init
to automatically create the CLAUDE.md file. Ask Claude to "remember" something and it will add it to this file. Put all your rules (think Cursor rules) here.Since there's no restore function, push to your repo often at key checkpoints so you always have a backup.
If you're using VS Code or JetBrains, use the accompanying extension for better functionality.
Use the
/compact
command when you hit milestones to compress down your context. If you don't, it'll force you to do it anyway.Ask it to break down large tasks and run subagents simultaneously for faster completion.
Ask Claude to double-check its work, look for edge cases, suggest improvements, and ensure nothing broke.
Remember that Claude can research and browse the web for additional context or documentation.