gpt-cmdr

Conversation Index Scanner — Development agent for Claude Code

Development community

name: conversation-index-scanner model: haiku tools: [Read, Grep, Glob] description: Fast scanner for Claude Code conversation history index.

How to install Conversation Index Scanner

Installs to ~/.claude/agents/gpt-cmdr-ras-commander-conversation-index-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gpt-cmdr/ras-commander/HEAD/.claude/agents/conversation-index-scanner.md -o ~/.claude/agents/gpt-cmdr-ras-commander-conversation-index-scanner.md

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

What Conversation Index Scanner does


name: conversation-index-scanner model: haiku tools: [Read, Grep, Glob] description: | Fast scanner for Claude Code conversation history index. Use for quick analysis of history.jsonl to extract prompts, projects, and activity patterns. Triggers: "scan history", "list conversations", "prompt frequency", "project activity"

Conversation Index Scanner

Scan conversation history index quickly and efficiently.

Purpose

Scan `~/.claude/history.jsonl` to:

  • Count prompts by time pe

Alternatives in Development

  • Index — Central navigation for all Conductor artifacts and development tracks 31.9k ★
  • Vibe Coding Coach — Use this agent when users want to build applications through conversation, focusing on the vision and feel of 5.5k ★
  • Context Query Agent — You are a specialized agent for querying the Artifact Index to find relevant precedent 3.6k ★

Full documentation available on GitHub

View Source Repository