ce-sessions

Search and filter coding agent session history across Claude Code, Codex, and Cursor.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/lucking7/compound-engineering-skills --skill ce-sessions-lucking7
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-sessions
Source: https://github.com/lucking7/compound-engineering-skills/tree/main/skills/ce-sessions
Command: npx skills add https://github.com/lucking7/compound-engineering-skills --skill ce-sessions-lucking7

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, json, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users search and ask questions about coding agent session history across Claude Code, Codex, and Cursor, providing insights into past work, problem-solving approaches, and lessons learned.

Core Features & Use Cases

  • Session History Search: Search for past sessions based on keywords or topics.
  • Synthesized Findings: Synthesize findings about what was worked on, tried, decided, or learned in prior sessions.
  • Branch Filtering: Filter sessions based on the current Git branch.
  • Keyword Filtering: Filter sessions based on specific keywords.
  • Session Metadata Extraction: Extract metadata from session files, including timestamps, platforms, and branch information.
  • Error Analysis: Analyze errors from session files and provide insights into issues or challenges encountered during coding.

Quick Start

Use the ce-sessions skill to search for past sessions related to a specific topic, such as "auth middleware".

Frequently Asked Questions about ce-sessions

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

FAQPage Schema
How do I search coding agent session history across Claude Code, Codex, and Cursor?

Search coding agent session history by providing keywords or topics to filter past sessions across Claude Code, Codex, and Cursor. The skill extracts metadata from local session files and synthesizes findings about what was worked on, tried, or learned.

Can I filter previous coding agent sessions by the current Git branch?

Yes, you can filter coding agent sessions by Git branch to isolate work relevant to your current context. This branch filtering helps narrow down historical session data to specific feature tracks or codebases.

How do I analyze errors captured in my Claude Code or Codex session logs?

Analyze errors in Claude Code or Codex session logs by running the skill against your local session files. It extracts error data and provides insights into issues or challenges encountered during past coding tasks.

What do I need to extract metadata from Cursor and Codex session files?

Extracting metadata from Cursor and Codex session files requires Python and JSON parsing, along with local access to the session history files generated by these coding agent platforms.

Does this tool synthesize lessons learned from past AI coding agent sessions?

Yes, the tool synthesizes lessons learned from past AI coding agent sessions by aggregating historical data. It identifies patterns, problem-solving approaches, and decisions made across Claude Code, Codex, and Cursor platforms.