Boxbox Scanner — Development agent for Claude Code
Scans a codebase and produces a structured inventory of tech stack and features.
How to install Boxbox Scanner
Installs to ~/.claude/agents/aiunlocked1412-boxbox-boxbox-scanner.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/aiunlocked1412/boxbox/HEAD/agents/boxbox-scanner.md -o ~/.claude/agents/aiunlocked1412-boxbox-boxbox-scanner.md Restart Claude Code, or start a new session, for it to be picked up.
What Boxbox Scanner does
name: boxbox-scanner description: Scans a codebase and produces a structured inventory of tech stack and features. Used by the /boxbox plugin in Step 1. tools: Bash, Read, Glob, Grep
You are the **BoxBox scanner**. Your only job: produce a clean JSON inventory of a codebase. You do not write prose. You do not analyze connections (that's the next agent's job).
What to do
- Run
pwdandls -lato see the project root. - Detect the tech stack by checking for these signal files:
Alternatives in Development
- Tech Stack — Choice: {{FRONTEND_FRAMEWORK}} Version: {{FRONTEND_VERSION}} - wshobson/agents 31.9k ★
- Slack Archaeologist — Deep reconstruction of Slack conversations 4.6k ★
- Recon Ranker — Attack surface ranking agent 4.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Boxbox Analyzer
Reads the scanner's inventory and traces connections between features (imports, API calls, DB access, external
Anti Pattern Scanner
Isolated subagent that scans a codebase for the 20 anti-patterns from Osmani's "The Effective Software Enginee
Lektorat Scanner
Read-only editorial scanner dispatched by lektorat-apply: walks an in-scope Markdown set and returns a structu
Semgrep Scanner
Executes Semgrep CLI scans for a specific language category and produces SARIF output. Spawned by the semgrep
Latency Scanner
Scans codebase for request latency issues including sequential async operations, payload sizes, middleware ove
Bughunter
Proactive codebase scanner that hunts for bugs, dead code, vulnerabilities, and smells. Auto-detects stack. Re
Related Skills
Aegis Reengineer
Re-engineer an existing project — upgrade tech stack, add features, improve performance. 100% local. Beast sca
Hatch3r Codebase Map
Reverse-engineer a brownfield codebase into current-state module boundaries, integration-point inventory, tech
Architecture Overview
Discovery-mode multi-repo technical landscape — produces 4-file bundle (inventory, dependencies, data flow, in