Claude Code tips from the creator
Unproofread notes
Claude Code creator Boris shared some tips and best practices to using Claude Code, and it seems actually helpful. I am yet to get a Claude Code subscription but noting this down here for the future:
- you can do more things in parallel by using multiple git worktrees at once
- always start in plan mode, unless you're doing something very simple, and you can even ask another Claude instance to review and modify the plan and then only implement
- keep your CLAUDE.md file updated, end your prompts with "update your CLAUDE.md file so you do not make that mistake again"
- for each repetitive tasks, create a skill and can re-use across projects, can setup /slash commands to quickly refer to skills
- get Claude to fix the bug by itself: enable Slack MCP, paste a Slack bug thread into Claude and just say "fix"
- use prompts like:
- grill me on these changes and don't make a PR until I pass your test
- prove to me this works, etc.
- use /statusline to customize your status bar to always show context usage and current git branch
- add "use subagent" to your prompt where you want Claude to throw more compute at the problem
- if you also want to learn while coding, enable the "explanatory" or "learning" output style in /config
- ask Claude to explain the code by creating visual HTML presentation
- ask Claude to draw ASCII diagrams to understand the codebase in a better way
I can see that some of these are really useful, and not just for Claude Code but for other AI-assisted coding tools as well.
- ← Previous
Some cool text/code editors for macOS - Next →
Plan Mode in Codex CLI is here
Comment via email