Agent Skills: AC Insight Extractor

Extract insights from autonomous coding sessions. Use when learning from completions, extracting patterns, analyzing decisions, or improving future performance.

UncategorizedID: adaptationio/skrillz/ac-insight-extractor

Install this agent skill to your local

pnpm dlx add-skill https://github.com/adaptationio/Skrillz/tree/HEAD/.claude/skills/ac-insight-extractor

Skill Files

Browse the full folder contents for ac-insight-extractor.

Download Skill

Loading file tree…

.claude/skills/ac-insight-extractor/SKILL.md

Skill Metadata

Name
ac-insight-extractor
Description
Extract insights from autonomous coding sessions. Use when learning from completions, extracting patterns, analyzing decisions, or improving future performance.

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

See scripts/insight_extractor.py for full implementation.