I've been using Claude Code for a while, so here are my personal workflow improvements that I use the most, as of June 2026.
I've been using Claude Code for a while, so here are my personal workflow improvements that I use the most, as of June 2026.
1. Export Your Conversations with /export
If you want to save the current conversation with Claude, to show it to colleagues or just read later for debugging purposes, Claude Code has a command for it.
The /export command lets you save your entire conversation to a file or to a clipboard.

2. Run Bash Commands Instantly with "!"
If you are in Claude and you need to run a command like npm run build, don't exit Claude and don't open another Terminal tab/window.
Type ! and enter the command to run it directly in your shell without Claude interpreting it.

3. Let Claude Ask You Questions with AskUserQuestion
Claude Code can ask you clarifying questions to make sure your plan is good. To ensure this...