Scan my existing project and build the Claude Code environment for it.

Orchestrator — this is an EXISTING project with code already written. Do NOT ask what I want to build. Instead:

1. Scan the current directory thoroughly:
   - Read package.json, pyproject.toml, requirements.txt, Cargo.toml, go.mod, etc.
   - Look at the directory structure to understand the architecture
   - Read any existing CLAUDE.md, .mcp.json, or .claude/ files
   - Identify the tech stack, frameworks, and patterns from actual code

2. Run the environment scanner to detect my current level (0-10)

3. Build everything I'm missing up to Level 5:
   - CLAUDE.md based on what actually exists in the codebase
   - MCP servers for the detected technologies
   - Skills based on the actual patterns found in the code
   - Memory system with a real codebase map
   - Specialized agents matched to the actual directory structure

4. Show me what was detected and what was built

If $ARGUMENTS is provided, use it as additional context about the project.
Otherwise, figure everything out from the code.

$ARGUMENTS
