generate_tech_stack
Automatically detect and visualize the tech stack of a project directory in a single HTML page, including architecture diagrams and tool summaries.
Instructions
Scan a project directory and generate a TECH_STACK.html visual page. Includes a stat row, layered architecture diagram, bar chart summary, and colour-coded tool cards. Detects languages, frameworks, databases, AI SDKs, testing, observability, security, and infrastructure tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output_file | No | Path for the output HTML. Defaults to <project_dir>/TECH_STACK.html. | |
| project_dir | No | Absolute path to the project root. Defaults to cwd. | |
| open_browser | No | Open the file in the default browser after creation. |