Repo Orientation banner
JonathanBeck1 JonathanBeck1

Repo Orientation

Development community

Description

--- name: repo-orientation description: Read-only orientation for a codebase you have not worked in. Traces how the app actually starts and where its state lives, and reports only what it read in files it opened — naming, explicitly, the parts it did not cover. Use on a first session in an unfamiliar repo, when inheriting someone else's project, or before planning a change whose blast radius you cannot yet predict. Not for locating a single known symbol (search for that directly), and not for re

Installation

Installs to ~/.claude/agents/jonathanbeck1-claude-studio-toolkit-repo-orientation.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/JonathanBeck1/claude-studio-toolkit/HEAD/agents/repo-orientation.md -o ~/.claude/agents/jonathanbeck1-claude-studio-toolkit-repo-orientation.md

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

Full documentation available on GitHub

View Source Repository