Making Claude Code Efficient
2 min readtl;dr Install these tools
Here’s the priority order for maximum impact:
- ripgrep, fd, gh - These transform search and git workflows
- golangci-lint, goimports, gotests - Go development gets SO much smoother
- gofumpt, staticcheck - Polish that code to a shine
- jq, bat, fzf - Quality of life improvements you didn’t know you needed
Claude will use these if installed. Since most/all are much faster than the built-in tools they replace it’s a clear win.
...