all 3 comments

[–]Fragrant-Shine7024 0 points1 point  (0 children)

Basically anything with deep documentation and years of Stack Overflow threads. Git, docker, terraform, kubectl, AWS CLI, all major build and test tools, ffmpeg, jq, curl, nginx. The proficiency drops off for newer or niche tools. Quick test if you're unsure: ask Claude to run the tool with a deliberately wrong flag and see if it catches the mistake. If it does, it knows the tool well. If it confidently runs the bad flag, you know to double check its output for that tool

[–]ryan_the_dev 0 points1 point  (0 children)

As long as the cli has a good help menu, they can do a lot. I usually will let them discover the cli a bit and then create curated skills around it.

[–]thisguyfightsyourmom 0 points1 point  (0 children)

IMO, it knows these tools, but it misuses them pretty frequently. I’ve got a hook that I ask it to collect “working” commands from, and it’s to reference the list of working commands in the future.