What problem does it solve? Teams often lack an accurate picture of what technologies a codebase actually uses — manifests lie, dependencies go unused, and external services hide in config files. This Skill produces an evidence-backed technology inventory of a codebase, with or without a prior Sokrates analysis. ## Core Features & Use Cases - Full-stack inventory: Detects languages, runtimes, frameworks, libraries, build tooling, CI/CD pipelines, infrastructure, databases, external services, and protocols, each cited with file/line evidence. - Gap and risk detection: Flags missing CI, build systems, or lockfiles, plus EOL runtimes, duplicated libraries, risky dependency sourcing, and version fragmentation with severity ratings. - Validated reporting: Writes a structured findings report to _sokrates/reports/ai-insights/tech-stack-scan.json, validates it, and renders an interactive explorer page. - Use Case: Before a migration or audit, ask for a deep tech scan of a repository to get a complete, verifiable list of every framework, datastore, and third-party service the system depends on. ## Quick Start Run a deep tech scan on this repository and tell me what technologies, frameworks, and external services it uses.