🔍 How I use /insights to improve my interactions with Claude Code
Claude Code is my daily driver for coding, and since it dropped back in Feb, I have been using /insights. If you've never run it: it's one command. 🧑💻You type /insights, wait a few minutes, and it reads your last 30 days of sessions, your prompts and Claude's responses, and saves an interactive report (In HTML) in your global .claude folder. On PC : C:\Users\YOUR_USERNAME\.claude\usage-data (Local Dir) On Mac : ~/.claude/usage-data (Hidden Home Dir) 🔍Find it, 🖱️click it, 📖read it. (It will open in you defaulted browser.) It only reads the chat history, not your code. Here's what it did for me. ✅ /Insights tells you what you're doing right, the report doesn't only hunt for friction. It leads with what's working, the habits I built that were worth keeping. Mine pointed to my session handoffs and my scan-before-deploy discipline as things I had right, and that landed as much as the fixes did. It's easy to only notice what's broken. Having your good patterns named back to you tells you what you should protect while you change the rest. 🎁 And it hands you the recommended solutions, not just problems. (This was the part I didn't see coming.) It doesn't stop at naming a rough spot. It writes a solution for you. Ready-to-paste in CLAUDE.md rules, suggested skills with the file already drafted, even hook setups and fresh workflows to try. So, the moment it surfaces a pattern, the next step is sitting right there. By the time I finished reading, half the work of improving my setup was already done. (With a little iteration of course😅) ==============Now for the lessons====👇============ The first thing it taught me was how I really work. (I will admit, at first, I was in a bit of denial, and that's not a river in Egypt as my grandma would say❤️🔥.) 💡The first time I ran /insights It showed me I edited far more than I wrote from scratch, which fit, I was refining and verifying way more than I was generating at the time. (I was doing a lot manually)