local-conversation-history

Installation
SKILL.md

Local Conversation History — router

This skill decides which skill runs. It does not parse history itself, does not own commands for a single provider, and never re-implements what an executor already does. If you find yourself explaining flags for one provider, you are in the wrong skill — hand off and stop.

Route by platform × action

Establish two things before routing: which platform the conversation lived on, and whether the user wants evidence (what was said/done) or resumption (take the work forward).

Platform Read evidence Continue the work
Claude Code daymade-claude-code:read-claude-code-history daymade-claude-code:continue-claude-code-work
OpenAI Codex daymade-claude-code:read-codex-history daymade-claude-code:continue-codex-work
Kimi CLI read-claude-code-history, with the Kimi scope named — see Provider scope no continuation skill exists
Installs
179
GitHub Stars
1.4K
First Seen
Jul 13, 2026
local-conversation-history — daymade/claude-code-skills