Cross Repo Scout banner
michaelhazza michaelhazza

Cross Repo Scout

Project Management community

Description

--- name: cross-repo-scout description: Searches sibling repos under .claude/project-registries.json sibling_repos[] for prior solutions. Local-first (Glob/Grep + git log -1) with GitHub fallback (gh search code + gh api). Ranks via Contract 2 rubric. Returns at most 3 results with Contract 6 envelope including partial: true when any sibling unreachable. tools: Read, Glob, Grep, Bash model: sonnet --- **Project context (read first).** If `.claude/context/agent-context.md` exists, consume it wit

Installation

Installs to ~/.claude/agents/michaelhazza-claude-code-framework-cross-repo-scout.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/michaelhazza/claude-code-framework/HEAD/.claude/agents/cross-repo-scout.md -o ~/.claude/agents/michaelhazza-claude-code-framework-cross-repo-scout.md

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

Full documentation available on GitHub

View Source Repository