What problem does it solve?
When you ask about past AI conversations without naming a platform, a single-provider lookup can silently miss history stored elsewhere. This Skill acts as the entry point that decides which provider-specific skill should handle your request, and it owns the one job no single provider can do alone: a unified inventory spanning Claude Code, OpenAI Codex, and Kimi CLI history.
Core Features & Use Cases
- Platform and intent routing: Directs each request to the correct executor skill based on platform (Claude Code, Codex, Kimi CLI) and whether you need evidence (what was said) or resumption (continuing interrupted work).
- Cross-provider inventory: Produces a single list of sessions with titles, dates, and IDs across all three providers using the --source all scope.
- Cross-provider content search: Extends full-text search beyond Claude's store by adding --codex and --kimi flags when a quote, file, or tool result could live in any provider.
- Use Case: You ask "what have I been working on this week?" without remembering which tool you used. This Skill routes to the bundled inventory with all providers in scope, so no conversation store is silently skipped.
Quick Start
Ask the assistant to list all your recent AI conversations across Claude Code, Codex, and Kimi CLI, or to find which past chat discussed a specific topic.