Claude code journal
satya - 5/30/2026, 8:31:03 AM
a video from source
satya - 5/30/2026, 8:32:14 AM
summary
- Boris from Anthropic shares practical tips for using Claude Code, a fully agentic AI assistant.
- Learn to enhance your workflow with codebase Q&A, automatic git history analysis, and tool integration for editing and debugging directly within your existing terminal and IDE.
satya - 5/30/2026, 8:33:53 AM
few commands
- /terminal setup
- /github app
satya - 5/30/2026, 8:34:18 AM
what is claude github app?
what is claude github app?
satya - 5/30/2026, 8:35:28 AM
allowed tools
- Pick the tools so you dont have to do every time
satya - 5/30/2026, 8:36:03 AM
How do I speak to claude code in windows for my work?
How do I speak to claude code in windows for my work?
Search for: How do I speak to claude code in windows for my work?
satya - 5/30/2026, 8:40:41 AM
Other basics
- github integration
- ask about code
- look at history as well
- speak to it
satya - 5/30/2026, 8:44:37 AM
editing code
- tools are few
- edit files
- give tools and it become magical
- run commands
- search files
satya - 5/30/2026, 8:47:02 AM
Before changes
- brainstorm a little bit
- make a plan
- ask it to think first
- ask for approval
- before you write code make a plan
satya - 5/30/2026, 8:48:39 AM
How best to work with github for changing repos, commit, push etc
How best to work with github for changing repos, commit, push etc
Search for: How best to work with github for changing repos, commit, push etc
satya - 5/30/2026, 8:53:41 AM
How do you design feedback loops for claude code?
How do you design feedback loops for claude code?
Search for: How do you design feedback loops for claude code?
satya - 5/30/2026, 9:05:28 AM
On Context
- claude.md is the entire project context across sessions
- It is for the entire team
- claude.local.md is just for you
- ask claude to update it with your available tools, files etc
- dont check in your version if a team project
- keep it short
- each sub directory can have its own
- there is one for the entire enterprise as well
satya - 5/30/2026, 9:06:42 AM
how do mcp servers work with claude code?
how do mcp servers work with claude code?
satya - 5/30/2026, 9:10:59 AM
Permissions etc
- memory
- slash commands
- permissions
- mcp servers
- share this setup with all the teams
- you can edit memory files (hierarchically)
- check all of these into git
satya - 5/30/2026, 9:12:53 AM
use of puppateer mcp server with claude code
use of puppateer mcp server with claude code
satya - 5/30/2026, 9:17:20 AM
interesting shortcuts
- you can use hash to remember things and update memory
- use a ! command to directly invoke a bash command (very useful to save LLM round trips)
- esc to cancel what it is doing
satya - 5/30/2026, 9:18:34 AM
what is the beauty of claude code sdk?
what is the beauty of claude code sdk?
satya - 5/30/2026, 9:27:57 AM
a stunning statement
- will it be true?
- folks in the near future will not be using IDEs as models get even better
- for code building anyway
- may be view only editors