← ClaudeAtlas

agent-historylisted

Search and analyze AI coding assistant conversation history from Claude Code, Codex CLI, Gemini CLI, and Pi. Use when user asks about past conversations, previous solutions, what was discussed earlier, finding something from history, or analyzing usage patterns. Triggers include "what did we discuss", "find that conversation", "search history", "past sessions", "how much time", "token usage", "which tools".
kvsankar/agent-history · ★ 8 · AI & Automation · score 78
Install: claude install-skill kvsankar/agent-history
# Agent History Skill ## Setup ```bash mkdir -p ~/.claude/skills cp agent-history SKILL.md ~/.claude/skills/ chmod +x ~/.claude/skills/agent-history ``` Once installed, Claude Code will automatically use this skill when you ask about past conversations, usage patterns, or want to search your history. Browse, search, and analyze AI coding assistant conversation history using the `agent-history` CLI tool. ## When to Activate - User asks about **past conversations**: "what did we discuss about X", "find that conversation where we..." - User wants to **find previous solutions**: "how did we fix that error", "what approach did we use for..." - User asks about **usage patterns**: "how much time did I spend", "which tools do I use most" - User wants to **export or backup**: "export my conversations", "backup this project's history" - User references **earlier sessions**: "yesterday we talked about", "last week's work on..." ## Available Commands ### List Sessions ```bash # Current workspace agent-history lss # All sources (local + WSL + Windows + remotes) agent-history lss --ah # Filter by workspace pattern agent-history lss myproject # Filter by date agent-history lss --since 2025-11-01 agent-history lss --since 2025-11-01 --until 2025-11-30 ``` ### Export ```bash # Export current workspace sessions agent-history export # Export specific workspace agent-history export myproject # Export with date filter agent-history export --since 2025-11-24 # Export minimal (no met