Tab · Insights
Prompts
Mine every prompt you ever wrote for the one that worked — and ship it as a snippet. Full archive of captured user prompts (every repo with Claude Code telemetry).
See it in motion
Where to find it
- Localhost:
/prompts.html?repo=<id> - API:
GET /api/prompts?repo=<id> - Keyboard: ⌘ K then
prompt - Sidebar: Insights → Prompts
What it does for you
Full-text search across every session.Find the prompt you wrote three weeks ago that produced the good output. The session + outcome links travel with it.
Outcomes annotated by the session.Each prompt row carries the session's outcome class (shipped / reverted / abandoned) so you can filter for prompts that actually led somewhere.
Promote to a snippet, reusable in any repo.Mark a prompt as a snippet; it shows up in the snippet picker for any tracked repo. Your best prompt becomes house style.
Configure
Privacy mode controls what gets captured. metadata-only records count + length; content-redacted records the body with secrets stripped; off captures nothing. Set per repo in Settings → Telemetry privacy.
Use it well
When a prompt produces a great result, mark it as a snippet right then. The promote-to-snippet button is one click. Don't wait — context fades, and the prompt-text-without-context becomes useless within a sprint.