Context Mem History banner
JubaKitiashvili JubaKitiashvili

Context Mem History

Development community

Description

--- name: context-mem-history description: Show session chain history — previous sessions, their summaries, and token usage allowed-tools: Bash --- Show the session chain history for this project. 1. Query the database for chain history: ```bash node -e " const Database = require('better-sqlite3'); const db = new Database('.context-mem/store.db', { readonly: true }); try { const tableExists = db.prepare(\"SELECT name FROM sqlite_master WHERE type='table' AND name='session_

Installation

Installs to ~/.claude/skills/jubakitiashvili-context-mem-context-mem-history/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jubakitiashvili-context-mem-context-mem-history && curl -fsSL https://raw.githubusercontent.com/JubaKitiashvili/context-mem/HEAD/commands/context-mem-history.md -o ~/.claude/skills/jubakitiashvili-context-mem-context-mem-history/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository