Loading...
Loading...
Extract decisions and learnings from Claude session transcripts. Triggers: "extract learnings", "process pending", SessionStart hook.
npx skill4agent add boshu2/agentops extractao extract/extractao extract 2>/dev/nullcat .agents/ao/pending.jsonl 2>/dev/null | head -5.agents/learnings/.agents/learnings/YYYY-MM-DD-<session-id>.md# Learning: <Short Title>
**ID**: L1
**Category**: <debugging|architecture|process|testing|security>
**Confidence**: <high|medium|low>
## What We Learned
<1-2 sentences describing the insight>
## Why It Matters
<1 sentence on impact/value>
## Source
Session: <session-id>ls -t .agents/learnings/YYYY-MM-DD-*.md 2>/dev/null | head -5# Learning: <title>**Category**: <value>debuggingarchitectureprocesstestingsecurity**Confidence**: <value>highmediumlow## What We Learnedao extract --clear 2>/dev/nullSession N ends:
→ ao forge --last-session --queue
→ Session queued in pending.jsonl
Session N+1 starts:
→ ao extract (this skill)
→ Claude processes the queue
→ Writes to .agents/learnings/
→ Validates required fields
→ Loop closed