Agent Skills
› NeverSight/learn-skills.dev
› ac-insight-extractor
ac-insight-extractor
GitHub从自主编码会话中提取洞察与学习成果,分析决策模式与改进点,优化未来表现。适用于学习完成内容、提取规律及提升性能的场景。
Trigger Scenarios
从自主编码会话中学习
提取代码模式
分析决策过程
提升未来性能
Install
npx skills add NeverSight/learn-skills.dev --skill ac-insight-extractor -g -y
SKILL.md
Frontmatter
{
"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.
Version History
- e0220ca Current 2026-07-05 23:05


