Keep going
Every workflow on Rundown University, free for 7 days
Members get all guides, courses, live sessions, and $1,000+ in partner perks.
published feb 10, 2026
Members get every guide, course, and $1,000+ in partner perks.
In this guide, you’ll learn how to use Claude Code’s hidden `/insights` feature to improve your coding habits. You’ll generate a built-in report from your Claude Code history, review Claude’s feedback on your process, and turn the report’s recommendations into reusable `CLAUDE.md` instructions, custom skills, or hooks.
You’ll produce a local Claude Code insights report and reusable improvements for future coding sessions.
If `/insights` fails, close Claude Code with `ctrl + c` and reopen it to update Claude Code before trying again.
Create an empty folder and open it in your IDE. Open a new terminal session and run: `claude /insights`.
Pro tip: If this command fails, close Claude Code with `ctrl + c` and reopen it. This should update Claude Code if you needed an update to use `/insights`.
Claude should begin working on your insights report. When it’s done, it will give you a link to a file named `report.html`. Copy it into your current folder.
Start the webpage with `cmd + shift + p` and find the “Open Live Server” tool.
Pro tip: You can also give the HTML file to Claude or ChatGPT and have them run it for you.
Scroll through the report sections. Here’s some of what you’ll find:
Scroll down to “Existing CC Features to Try.” This section has copy-paste-ready lines for your `CLAUDE.md`.
Each suggestion comes with a “Copy” button and an explanation of why it matters for you specifically. For example, if Claude keeps ignoring your theme preferences, you might see a `CLAUDE.md` line like this:
This project uses TypeScript with a custom shadcn/ui dark theme. ALWAYS use the initialized theme tokens instead of arbitrary Tailwind color classes.Open your `CLAUDE.md` in any project, paste in the suggestions you want, and Claude will follow them in future sessions.
The report also suggests Custom Skills and Hooks based on your patterns.
Custom skills are reusable prompts you trigger with a single command. If you keep doing the same task over and over, such as generating `CLAUDE.md` files for new repos, the report will suggest turning that into a skill so it runs with one command instead of a full session.
To set one up, paste the skill code from the report into Claude Code and say:
Set up this skillClaude creates it for you. You can then use it anytime with a custom slash command in Claude Code.
Pro tip: To use newly installed skills, exit and restart Claude Code.
Keep going
Members get all guides, courses, live sessions, and $1,000+ in partner perks.