Custom Slash Commands: Stop Retyping the Same Prompt
There’s a prompt you type all the time. Maybe it’s “review this diff for security issues, focus on auth and input validation, ignore …
8 posts tagged
There’s a prompt you type all the time. Maybe it’s “review this diff for security issues, focus on auth and input validation, ignore …
Go code ages well, mostly. The language doesn’t change much, the standard library stays stable, and idiomatic Go from five years ago still looks …
There’s a failure mode with AI coding tools that everyone recognizes: you describe a change, the model immediately starts editing files, and …
Here’s a pattern I kept hitting with Claude Code: I ask it to fix something, it goes off and reads fifteen files to figure out where the problem …
Most of what I tell Claude Code, I only have to say once and it sticks for the session.
Most CLAUDE.md files I see are either empty or a dumping ground.
A while back I wrote about spec-driven development with Spec Kit, which fixed the “the agent built the wrong thing” problem by making me …
I have been using AI coding agents long enough to know the failure mode by heart.