ce-session-inventory

Discover session files and extract metadata across Claude Code, Codex, and Cursor with Python scripts.

Updated May 4, 2026
One-click install
npx skills add https://github.com/IAmKongHai/compound-engineering-plugin-zh --skill ce-session-inventory-iamkonghai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-session-inventory
Source: https://github.com/IAmKongHai/compound-engineering-plugin-zh/tree/main/3.4.2/skills/ce-session-inventory
Command: npx skills add https://github.com/IAmKongHai/compound-engineering-plugin-zh --skill ce-session-inventory-iamkonghai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the discovery of session files and extraction of metadata across Claude Code, Codex, and Cursor, simplifying the process of researching session history.

Core Features & Use Cases

  • Session File Discovery: Automatically locate session files across different platforms.
  • Metadata Extraction: Extract session metadata such as timestamps, branch, cwd, size, and platform.
  • Use Case: Imagine you need to analyze session data from the last week across all platforms. Use this Skill to quickly find and extract the necessary metadata.

Quick Start

Discover and extract metadata for sessions in the 'my-project' repository from the last 7 days across all platforms.

Frequently Asked Questions about ce-session-inventory

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

FAQPage Schema
How do I extract metadata from Claude Code, Codex, and Cursor session files?

Session metadata extraction across Claude Code, Codex, and Cursor is automated by running Python scripts that match directories and pull timestamps, branch, cwd, size, and platform data from session files.

What is the best way to find session history files across multiple AI coding platforms?

Discovering session files across multiple platforms like Claude Code and Cursor is handled by automatically locating them through directory matching scripts, streamlining session history research workflows.

Can I filter extracted session metadata by repository and time range?

Yes, session metadata extraction supports filtering by repository name and time range, allowing you to quickly find sessions from specific projects like 'my-project' within the last 7 days across all platforms.

Do I need Python installed to discover and extract Codex session metadata?

Python is required to run the scripts that perform directory matching and metadata extraction for Codex session files, as the automation relies on these Python scripts to function.

What specific metadata fields are extracted from Cursor and Claude Code sessions?

Session metadata extraction pulls specific fields including timestamps, branch, cwd, size, and platform from Cursor and Claude Code session files for analysis.

Why use automated session file discovery instead of manually searching directories?

Automated session file discovery eliminates manual directory searching by using scripts to locate and extract metadata across Claude Code, Codex, and Cursor, simplifying session history research workflows.