poiesic (poh EE sick): Of or relating to creation or production

Making Claude Code Efficient

2 min read

tl;dr Install these tools

Here’s the priority order for maximum impact:

  1. ripgrep, fd, gh - These transform search and git workflows
  2. golangci-lint, goimports, gotests - Go development gets SO much smoother
  3. gofumpt, staticcheck - Polish that code to a shine
  4. 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.

...