ce-session-extract

Extract skeletons or error signals from AI session files.

Updated Sep 25, 2024
One-click install
npx skills add https://github.com/kwam1na/athena --skill ce-session-extract-kwam1na
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-session-extract
Source: https://github.com/kwam1na/athena/tree/main/.agents/skills/ce-session-extract
Command: npx skills add https://github.com/kwam1na/athena --skill ce-session-extract-kwam1na

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill enables researchers to isolate concise, actionable insights from large session dumps without loading full transcripts into context.

Core Features & Use Cases

  • Extracts a clean skeleton narrative (user and assistant turns) from Claude Code, Codex, or Cursor session files.
  • Extracts error signals such as tool failures or command errors for rapid triage.
  • Supports per-session analysis for targeted deep-dives in session-research workflows.

Quick Start

Invoke ce-session-extract with a session file path and mode to produce a concise skeleton or error summary.

Frequently Asked Questions about ce-session-extract

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

FAQPage Schema
How do I extract session skeletons from Claude Code or Cursor JSONL files?

To extract session skeletons from Claude Code or Cursor JSONL files, you can use this skill's built-in parsing to isolate clean user and assistant turns without loading the full transcript into context.

What is the best way to find error signals in AI session transcripts?

Finding error signals in AI session transcripts is done by extracting tool failures or command errors for rapid triage, allowing you to isolate concise and actionable insights from large session dumps.

Does this session extraction tool require any external dependencies or libraries?

This session extraction tool does not require external dependencies; it only requires Python 3 installed in your environment to run its built-in parsing scripts on your JSONL inputs.

Can I analyze a single Codex session file for a targeted deep-dive?

Yes, you can analyze a single Codex session file for a targeted deep-dive, as the skill supports per-session analysis by invoking it with a specific session file path and mode.

How do I limit the output size when parsing large AI transcript dumps?

You can limit the output size when parsing large AI transcript dumps by using the skill's optional limits feature, which produces structured outputs while keeping the extracted skeleton or error summary concise.