Claude-skill-registry dependency-install-helper

Guide installation of project dependencies and toolchains. Use when a junior developer is stuck setting up the environment.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/dependency-install-helper" ~/.claude/skills/majiayu000-claude-skill-registry-dependency-install-helper && rm -rf "$T"
manifest: skills/data/dependency-install-helper/SKILL.md
source content

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.