agent-historylisted
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