返回 Skill 列表
extension
分类: 开发与工程无需 API Key

dependency-install-helper

指导安装项目依赖和工具链。当初级开发人员在设置环境时遇到困难时使用。

person作者: jakexiaohubgithub

Dependency Install Helper

Purpose

Guide installation of project dependencies and toolchains.

Inputs to request

  • OS and shell environment.
  • Required runtime versions.
  • Package manager and lockfile type.

Workflow

  1. Identify required runtime versions and package managers.
  2. Provide install commands for the platform.
  3. Call out common setup pitfalls and verification steps.

Output

  • Setup commands and verification checks.

Quality bar

  • Prefer official installers or version managers.
  • Include a quick sanity check command.