What problem does it solve? When taking over a large legacy codebase or monorepo, it is hard to know how much code is actually yours, what third-party libraries are embedded directly in source, and which modules are dead weight. This Skill audits C/C++, Android, iOS, and Web codebases in one pass and delivers per-module verdicts. ## Core Features & Use Cases - Cross-stack file classification: Tags every file as project code, embedded third-party code, or build artifact across C/C++, Java/Android, iOS (OC/Swift), and Web (TS/JS/Vue). - Embedded library detection: Identifies 50+ known libraries (FFmpeg, Boost, OpenSSL) with version extraction from headers, licenses, and directory markers. - Four-level module verdicts: Assigns Core Asset, Extract & Merge, Rebuild, or Deprecate per module, with interactive dark-theme HTML reports and monorepo drill-down. - Use Case: On a 50,000-file C++ monorepo, it found FFmpeg 2.x still in production, a triplicated SDK wrapper, and 636 MB of committed build artifacts. ## Quick Start Ask the agent to run a standard-depth repo-scan audit on your repository and produce the interactive HTML report with per-module verdicts.