devforgeai-insights

Extract patterns from Claude Code history.jsonl files into markdown insights.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/bankielewicz/Treelint --skill devforgeai-insights
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devforgeai-insights
Source: https://github.com/bankielewicz/Treelint/tree/main/.claude/skills/devforgeai-insights
Command: npx skills add https://github.com/bankielewicz/Treelint --skill devforgeai-insights

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates orchestration of session-miner to extract patterns from Claude Code history.jsonl files and workflow artifacts, delivering structured, actionable insights.

Core Features & Use Cases

  • Coordinates the session-miner subagent to extract patterns from history.jsonl files
  • Aggregates, filters, and formats results into markdown with summaries, tables, and recommendations
  • Caches results to optimize repeated queries and supports multiple query types via /insights

Quick Start

Invoke the /insights command with a specific query_type and optional flags to generate formatted insights.

Frequently Asked Questions about devforgeai-insights

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract patterns from Claude Code history.jsonl files?

You can extract patterns from Claude Code history.jsonl files by orchestrating the session-miner subagent, which aggregates and formats session data into actionable markdown insights with summaries and tables.

Can I cache insights from my Claude Code sessions to optimize repeated queries?

Yes, session insights are cached for one hour to optimize repeated queries, reducing the processing overhead of re-mining history.jsonl files and workflow artifacts when you run the same analysis multiple times.

What is the best way to generate markdown reports from Claude Code session data?

Generating markdown reports from Claude Code session data is best handled by filtering and formatting mined history.jsonl patterns into structured summaries, tables, and actionable recommendations using a dedicated insights orchestrator.

How do I query different types of insights from my Claude Code workflow artifacts?

You can query six different insight types from Claude Code workflow artifacts by invoking the /insights command with a specific query_type and optional flags to filter and format the extracted session patterns.

Does the session-miner support analyzing workflow artifacts alongside history.jsonl logs?

Yes, the session-miner extracts patterns from both history.jsonl files and workflow artifacts, coordinating the aggregation of these combined data sources to deliver a comprehensive view of session activity.

Why are my Claude Code session insights not showing recent activity?

Cached insights might not show recent activity because results are stored for one hour to optimize repeated queries, meaning newly generated history.jsonl entries will only appear after the cache expires and a new mining pass runs.