tommy0103tommy0103Communityยท1 Agent Skills Included

obelisk

Search and query past coding session history locally

Indexes past Claude Code, Codex, Kimi Code, Pi, and DeepSeek sessions into one local SQLite database. Lets you ask questions like how a bug was fixed, which files changed, or why a decision was made, with answers backed by real evidence. Eliminates digging through raw transcript files and includes a desktop app for browsing sessions, memories, and usage stats.
npx skills add tommy0103/obelisk --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Obelisk?โ–ผ

Run `npx skills add tommy0103/obelisk --all -g -y` in your terminal to install the skill globally. It requires Node.js 22.13 or newer and builds its local index on first run.

What does Obelisk do?โ–ผ

It indexes your past coding sessions from Claude Code, Codex, Kimi Code, Pi, and DeepSeek into one searchable local database. You can then ask plain-language questions about past fixes, file changes, and decisions.

How do I search my past coding sessions?โ–ผ

Type `/obelisk` followed by your question in a supported coding session, such as asking how a bug was fixed last time. The agent runs a small local query and answers with cited evidence from your history.

Does Obelisk send my session data to the cloud?โ–ผ

No. Everything is indexed and queried locally in a SQLite database under your home folder, so your private session history never leaves your machine.

Can I browse my session history without an agent?โ–ผ

Yes. Obelisk includes a desktop app for macOS, Windows, and Linux where you can browse sessions, view memories, see usage charts, and generate weekly recap cards.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’