ac-insight-extractor

Installation
SKILL.md

AC Insight Extractor

Extract insights and learnings from autonomous coding sessions.

Purpose

Analyzes completed sessions to extract patterns, learnings, and improvements for future sessions.

Quick Start

from scripts.insight_extractor import InsightExtractor

extractor = InsightExtractor(project_dir)
insights = await extractor.extract_session_insights()
await extractor.apply_learnings(insights)

API Reference

Installs
21
GitHub Stars
11
First Seen
Jan 24, 2026
ac-insight-extractor — adaptationio/skrillz