skills/smithery.ai/tech-stack-analyzer

tech-stack-analyzer

Installation
SKILL.md

Tech Stack Analyzer Skill

This skill delegates tech stack detection to a specialized lightweight agent, keeping your context lean.

When to Invoke This Skill

Invoke this skill when ANY of these conditions are true:

  1. Need to know the tech stack: You need to identify the project's language, framework, or dependencies
  2. Framework-specific decisions: You need to choose patterns or libraries based on what the project uses
  3. Test framework identification: You need to know what testing framework is configured
  4. Build tool detection: You need to know how to build, run, or test the project
  5. Dependency analysis: You need to check what packages/libraries are already installed

Why Use This Skill?

Without this skill: You would read package.json, go.mod, requirements.txt, etc. directly, loading hundreds of lines of dependencies into your context.

With this skill: The tech-stack-analyzer agent (haiku model) reads manifests and returns a concise 30-50 line summary.

Installs
1
First Seen
Mar 25, 2026
tech-stack-analyzer from smithery.ai