What problem does it solve?
This Skill provides a way to search and query Claude Code and Codex session history, enabling users to easily retrieve past session information and make informed decisions based on past interactions.
Core Features & Use Cases
- Search and Query: Allows users to search and query their Claude Code and Codex session history.
- Session History: Stores and indexes Claude Code and Codex session history.
- Agent-First Retrieval: Provides an agent-first approach to retrieving session history, allowing agents to write JS queries and run them locally.
- Memory Layer: Supports a persistent memory layer for storing and recalling conclusions from past sessions.
- App Surface: Provides an Electron desktop app for humans to browse sessions, manage memories, and view usage stats.
Quick Start
To install the skill, run the following command:
npx skills add tommy0103/obelisk-skill
Then, in any Claude Code session, you can use the skill by running:
/obelisk-skill <your question>