extract

Extract actionable learnings from Claude session transcripts into Markdown files.

418|40|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/boshu2/agentops --skill extract-boshu2
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: extract
Source: https://github.com/boshu2/agentops/tree/main/skills/extract
Command: npx skills add https://github.com/boshu2/agentops --skill extract-boshu2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the extraction of actionable learnings from Claude session transcripts, reducing manual review time and ensuring consistent capture of insights.

Core Features & Use Cases

  • Automatically process queued extractions from prior sessions to surface key learnings.
  • Convert session summaries into structured learning notes and save them under .agents/learnings/.
  • Use cases include post-session knowledge reviews, knowledge-base construction, and team onboarding with preserved insights.

Quick Start

After a session ends, run ao extract to process pending learnings and write results to the learning repository.

Frequently Asked Questions about extract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract learnings from Claude session transcripts automatically?▼

To extract learnings from Claude session transcripts automatically, run the extraction command to process the pending queue and write structured Markdown notes to the .agents/learnings/ directory for knowledge reuse.

What is the best way to archive actionable insights from multiple Claude sessions?▼

Archiving actionable insights from multiple Claude sessions is done by reading the pending extraction queue, processing each item, and saving the summarized learnings in a standardized Markdown format under .agents/learnings/.

How does automated knowledge extraction from Claude sessions work?▼

Automated knowledge extraction from Claude sessions works by reading queued session items, processing them to surface key learnings, and writing the results as structured learning notes into a dedicated repository.

Do I need any external dependencies to process Claude session learnings?▼

You do not need any external dependencies to process Claude session learnings, as the extraction workflow operates independently to read the pending queue and write Markdown files to the .agents/learnings/ directory.

Can I use extracted Claude session learnings for team onboarding?▼

You can use extracted Claude session learnings for team onboarding by converting session summaries into structured learning notes, ensuring preserved insights are consistently captured and archived for new members.