env-check

GitHub

用于检查系统是否具备 Docker、K8s 等学习游戏的环境依赖。执行脚本并友好反馈结果,指导用户修复缺失项或启动服务,确保环境就绪。

.claude/skills/env-check/SKILL.md ericboy0224/learn-docker-and-k8s

Trigger Scenarios

用户询问环境要求 用户遇到设置问题 用户报告环境异常

Install

npx skills add ericboy0224/learn-docker-and-k8s --skill env-check -g -y
More Options

Non-standard path

npx skills add https://github.com/ericboy0224/learn-docker-and-k8s/tree/main/.claude/skills/env-check -g -y

Use without installing

npx skills use ericboy0224/learn-docker-and-k8s@env-check

指定 Agent (Claude Code)

npx skills add ericboy0224/learn-docker-and-k8s --skill env-check -a claude-code -g -y

安装 repo 全部 skill

npx skills add ericboy0224/learn-docker-and-k8s --all -g -y

预览 repo 内 skill

npx skills add ericboy0224/learn-docker-and-k8s --list

SKILL.md

Frontmatter
{
    "name": "env-check",
    "description": "Check if the system is ready for the Learn Docker & K8s game. Verifies Docker, Docker Compose, kubectl, kind, disk space, and port availability. Use when the user asks about requirements, setup, or environment issues.",
    "argument-hint": "[--full]"
}

Environment Check

Run the environment check script and report results to the player in a friendly way:

bash engine/environment-check.sh

After the check:

All Passed

Tell the player they're all set. If this is during game start, continue to the game.

Some Warnings

Explain which optional tools are missing and when they'll need them:

  • kubectl + kind: "You won't need these until Chapters 6-7 (Kubernetes). You can install them later!"
  • curl: "Some challenge verifications use curl. Most things still work without it."

Failures

Guide the player to fix each failure:

If $ARGUMENTS contains "--full", also check:

  • Docker can pull images: docker pull hello-world
  • Docker can run containers: docker run --rm hello-world
  • Docker networking works: docker network create learn-test && docker network rm learn-test

Be encouraging — don't make missing optional tools feel like failures.

Version History

  • da325b6 Current 2026-07-25 07:24

Same Skill Collection

.claude/skills/cleanup/SKILL.md
.claude/skills/engage-check/SKILL.md
.claude/skills/hint/SKILL.md
.claude/skills/next/SKILL.md
.claude/skills/play/SKILL.md
.claude/skills/progress/SKILL.md
.claude/skills/skip-to/SKILL.md
.claude/skills/verify/SKILL.md

Metadata

Files
0
Version
da325b6
Hash
ddf32898
Indexed
2026-07-25 07:24

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-22 00:20
浙ICP备14020137号-1 $mapa de visitantes$