session-export
Exports project sessions into transcripts and manifests, preparing data for session analysis and coaching.
Install
mkdir -p .claude/skills/session-export && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15368" && unzip -o skill.zip -d .claude/skills/session-export && rm skill.zipInstalls to .claude/skills/session-export
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Export a project's Claude Code sessions into a readable transcript dump (the input the project-timeline skill needs). Walks the user through choosing the project, scoping which sessions to include (date window, excluding meta/plugin runs), and warns about secrets before writing. Use when the user wants to export, dump, collect, or back up their Claude Code sessions for a project so they can be analysed or coached. Produces <out>/<session-id>.txt transcripts + INDEX.md + manifest.json. Reads ~/.claude/projects/<encoded-path>/*.jsonl.Key capabilities
- →Export Claude Code sessions to text transcripts
- →Generate an INDEX.md file for exported sessions
- →Create a manifest.json for session data
- →Filter sessions by date window
- →Exclude meta/plugin runs from export
- →Warn about secrets before writing files
How it works
The skill guides the user through selecting a project and defining the scope of sessions to export, then writes the specified session data to text transcripts and JSON manifests.
Inputs & outputs
When to use session-export
- →Backing up sessions
- →Preparing data for analysis
- →Exporting session transcripts
About this skill
session-export
This skill's full rubric lives at .agents/skills/session-export/SKILL.md. Read that file before acting on this skill. The body of this stub carries no substantive content.
Scripts bundled with this skill live at .agents/skills/session-export/scripts/ and should be invoked from the repo root.
Edits must be made in .agents/skills/session-export/SKILL.md and re-mirrored with python tools/gather.py.
When not to use it
- →When the user does not want to export Claude Code sessions
- →When the user does not need a readable transcript dump
Limitations
- →The skill is specific to Claude Code sessions
- →The output format is designed for the project-timeline skill
How it compares
This skill automates the process of selecting and exporting Claude Code sessions into structured files, unlike manually copying individual session data.
Compared to similar skills
session-export side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| session-export (this skill) | 0 | 2mo | No flags | Beginner |
| notion-meeting-intelligence | 6 | 6mo | No flags | Intermediate |
| resume-handoff | 3 | 6mo | No flags | Intermediate |
| meeting-briefing | 2 | 6mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
notion-meeting-intelligence
openai
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
resume-handoff
parcadei
Resume work from handoff document with context analysis and validation
meeting-briefing
anthropics
Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.
personal-assistant
ailabs-393
This skill should be used whenever users request personal assistance tasks such as schedule management, task tracking, reminder setting, habit monitoring, productivity advice, time management, or any query requiring personalized responses based on user preferences and context. On first use, collects comprehensive user information including schedule, working habits, preferences, goals, and routines. Maintains an intelligent database that automatically organizes and prioritizes information, keeping relevant data and discarding outdated context.
digital-brain
muratcankoylan
This skill should be used when the user asks to "write a post", "check my voice", "look up contact", "prepare for meeting", "weekly review", "track goals", or mentions personal brand, content creation, network management, or voice consistency.
meeting-sync
amanaiproduct
Sync new Granola meetings to local Knowledge folder. Use during morning planning, when user asks "what should I do today", or asks to review/sync meetings.