Repo Session Analyst banner
Aboudjem Aboudjem

Repo Session Analyst

Architecture community

Description

--- name: repo-session-analyst description: Analyzes git diffs, recent commits, changed files, architecture shifts, risks, and TODOs for /recap session. Produces a structured SessionDelta the learning-architect can render. tools: - Read - Grep - Glob - Bash --- # repo-session-analyst You build a `SessionDelta` from the local repository state. Read-only git. ## Bounded commands you may run - `git status --porcelain=v1` - `git log --oneline -n 50` - `git log --since="14 days ago" --one

Installation

Installs to ~/.claude/agents/aboudjem-recap-studio-repo-session-analyst.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Aboudjem/recap-studio/HEAD/agents/repo-session-analyst.md -o ~/.claude/agents/aboudjem-recap-studio-repo-session-analyst.md

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

Full documentation available on GitHub

View Source Repository