🧩
AI EngineeringTypeScript

Tech Stack Detection

by echoVic

Tech Stack Detection is an AI Engineering skill for Claude Code, published by echoVic in boss-skill.

548 stars50 forkson echoVic/boss-skillAdded 2026/08/26Repository updated 2026/08/23
ai-agentsbmadbmad-workflowclaude-codecursorskilltrae
Install in seconds
Install Tech Stack Detection
Copy Tech Stack Detection into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/echoVic/boss-skill/tree/main/skill/skills/shared/tech-stack-detection ~/.claude/skills/tech-stack-detection

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/echoVic/boss-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skill/skills/shared/tech-stack-detection/SKILL.md in echoVic/boss-skill
Installs to
~/.claude/skills/tech-stack-detection
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Tech Stack Detection does

Tech Stack Detection analyzes project config files to identify languages, frameworks, databases, testing tools, and deployment setup. Use it before code generation or architecture work to match the existing stack.

Tech Stack Detection is cataloged under AI Engineering on DirSkills. Tech Stack Detection comes from a repository tagged ai-agents, bmad, bmad-workflow, claude-code and cursor.

Documentation

README

技术栈检测方法

适用场景

在进行技术选型、架构设计、代码生成前,需要先了解项目当前使用的技术栈,以便:

  • 遵循项目现有的技术选择
  • 生成符合项目规范的代码
  • 避免引入不兼容的技术

检测方法

1. 检测配置文件

使用 ReadGlob 工具检测项目根目录的配置文件:

JavaScript/TypeScript 生态
文件 说明 检测内容
package.json Node.js 项目配置 dependencies, devDependencies, scripts
tsconfig.json TypeScript 配置 确认使用 TypeScript
next.config.js Next.js 配置 确认使用 Next.js
vite.config.js Vite 配置 确认使用 Vite
nuxt.config.js Nuxt 配置 确认使用 Nuxt

检测命令

# 检测是否存在
ls package.json tsconfig.json next.config.js vite.config.js 2>/dev/null

# 读取 package.json
Read(file_path: "package.json")

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Tech Stack Detection

  • What else does echoVic publish alongside Tech Stack Detection?

    Tech Stack Detection is one of 25 skills that DirSkills catalogs from echoVic/boss-skill, the repository it ships in. Its siblings there include Architecture Design, Backend API Development and Backend Testing Guide. Each one is a separate skill with its own page in this directory, installs the same way Tech Stack Detection does, and is maintained by echoVic in that same repository. The rest of the collection is listed on the echoVic/boss-skill page.

  • How does Tech Stack Detection compare to other AI Engineering skills?

    Tech Stack Detection ranks #2056 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Tech Stack Detection against them. Open each page to compare what they document and how they install.

More from echoVic/boss-skill

Tech Stack Detection is one of 25 skills cataloged on DirSkills from echoVic/boss-skill.

See all 25 skills