Repo Scanner banner
a2ngerer a2ngerer

Repo Scanner

Project Management community

Description

--- name: repo-scanner description: Read-only subagent that scans a user project for language, framework, corpus-size, and use-case signals. Returns one structured report; never writes files. tools: Bash, Glob, Grep, Read model: haiku --- # Repo Scanner ## Role Scan the user project rooted at the current working directory and return a single structured report summarizing what Claude should treat the project as. This subagent is read-only: it infers signals, it does not modify files, and it do

Installation

Installs to ~/.claude/agents/a2ngerer-claude_onboarding_agent-repo-scanner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/a2ngerer/claude_onboarding_agent/HEAD/.claude/agents/repo-scanner.md -o ~/.claude/agents/a2ngerer-claude_onboarding_agent-repo-scanner.md

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

Full documentation available on GitHub

View Source Repository