insights

Installation
SKILL.md

Insights: Workflow Analytics

Purpose

Query claude-mem to show where you spend time on corrections, which files are hotspots, and how your feature-to-fix ratio trends. Identify patterns so you can invest in prevention.

Process

Step 1: Gather Data

Run these HTTP queries in parallel using the Bash tool:

# Bugfixes
curl -s "http://localhost:37777/api/search/by-type?type=bugfix&limit=200"
Installs
2
GitHub Stars
2
First Seen
Jun 19, 2026
insights — lua2147/claude-toolkit-catalog