aiunlocked1412

Boxbox Scanner — Development agent for Claude Code

Development community

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

Terminal
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

  1. Run pwd and ls -la to see the project root.
  2. 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 Repository