CtrlK
BlogDocsLog inGet started
Tessl Logo

ac-insight-extractor

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

64

Quality

75%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./.claude/skills/ac-insight-extractor/SKILL.md

The canonical home for this skill is ac-insight-extractor in fernandezbaptiste/Skrillz

SKILL.md
Quality
Evals
Security

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.

Repository
fernandezbaptiste/Skrillz
Last updated
First committed

Canonical home

fernandezbaptiste/Skrillz
In sync

since Sep 12, 2026

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.