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:
- Need to know the tech stack: You need to identify the project's language, framework, or dependencies
- Framework-specific decisions: You need to choose patterns or libraries based on what the project uses
- Test framework identification: You need to know what testing framework is configured
- Build tool detection: You need to know how to build, run, or test the project
- 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.