Claude-skill-registry environment-validation

Unify toolchain versions and validation rules (project, gitignored). Use when environment validation guidance is required.

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/environment-validation" ~/.claude/skills/majiayu000-claude-skill-registry-environment-validation && rm -rf "$T"
manifest: skills/data/environment-validation/SKILL.md
source content

Purpose

Validate that the active development toolchain satisfies governance requirements (versions, availability, and basic configuration) and produce a concise status signal that downstream agents and skills can consume.

IO Semantics

Input: Current shell/environment, installed tools, and configuration files. Output: Validation results (pass/fail plus key findings) and remediation hints. Side Effects: May trigger separate installation or remediation commands when invoked by higher-level workflows, but this skill itself should focus on detection and reporting.