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 what is dead weight. This Skill scans C/C++, Android, iOS, and Web codebases in one pass to answer those questions with actionable 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 such as FFmpeg, Boost, and OpenSSL with version extraction, even when not declared in package managers. - Four-level module verdicts: Assigns Core Asset, Extract & Merge, Rebuild, or Deprecate per module, delivered in interactive dark-theme HTML reports with drill-down navigation. - Use Case: Auditing a 50,000-file C++ monorepo before refactoring to find outdated vendored dependencies, duplicated SDK wrappers, and hundreds of 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.