Session Pattern Analyzer
Description
--- name: session-pattern-analyzer description: "Analyzes Claude Code session JSONL files to extract execution patterns: plan-ratio, delegation, parallel usage, handoff, repeated n-grams, tool frequency. Uses jq on tool_use metadata only — never reads prompt text. Scales via split+parallel when many sessions exist. Returns SESSION_REPORT JSON." tools: Read, Grep, Glob, Bash --- <!-- Source: team-attention/harness (harness-session v0.3.1). Imported 2026-04-17 with attribution. --> # session-pat
Installation
Installs to ~/.claude/agents/henry-1981-context-first-harness-session-pattern-analyzer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/henry-1981/context-first-harness/HEAD/.claude/agents/session-pattern-analyzer.md -o ~/.claude/agents/henry-1981-context-first-harness-session-pattern-analyzer.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development