用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/htlin222/dotfiles --skill env-dx命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | env-dx |
| description | Scan environment for dev readiness — tools, runtimes, permissions. Use in new containers. |
Runs a single diagnostic script to audit the current environment (container or local) for developer tools, runtimes, connectivity, and write permissions.
/env-dx — full scan (all sections)/env-dx quick — skip network and disk checks (faster)bash ~/.claude/skills/env-dx/scripts/scan.sh
For quick mode:
bash ~/.claude/skills/env-dx/scripts/scan.sh --quick
The script is read-only and safe to run. It creates a temp file to test write permissions and a temp uv project to test uv add, both cleaned up immediately.
Each line uses a status prefix:
[OK] — tool found / check passed[MISSING] — tool not found[WARN] — partial issue (old version, limited access)[FAIL] — check failed (no write permission, no network)Summary table — one row per category (System, Container, Required Tools, Runtimes, Permissions, Network, Resources) with rollup status.
Issues — list every [MISSING], [WARN], [FAIL] item with a concrete fix command adapted to the detected OS:
apt-get install -y <pkg>apk add <pkg>dnf install <pkg>brew install <pkg>pipx install <pkg> or uv tool install <pkg>cargo install <pkg>pnpm add -g <pkg> or npm install -g <pkg>Recommendations — prioritized by impact (permissions > required tools > optional tools > nice-to-haves).
Ask if the user wants to:
基于 SOC 职业分类