Library Detection Skill Automatically detect the technology stack of a project by analyzing package manifests and configuration files. Returns structured data for use in onboarding, documentation discovery, and tool configuration. Variables | Variable | Default | Description | |----------|---------|-------------| | SCAN DEPTH | 3 | Max directory depth to search for manifests | | INCLUDE DEV DEPS | true | Include development dependencies in analysis | | DETECT FRAMEWORKS | true | Identify frameworks from dependencies | | DETECT TEST TOOLS | true | Identify test frameworks and runners | | OUTPU…