원클릭으로
maintain-shell-tools
Use when editing or reviewing MC-Server shell tooling in `tools/` and related shell helpers.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when editing or reviewing MC-Server shell tooling in `tools/` and related shell helpers.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
jq JSON processing: query, filter, transform JSON. Use when parsing JSON files, filtering arrays/objects, transforming structures, or extracting fields from JSON.
Validates JSON data against JSON Schema using the z-schema library. Use when the user needs to validate JSON, check data against a schema, handle validation errors, use custom format validators, work with JSON Schema drafts 04 through 2020-12, set up z-schema in a project, compile schemas with cross-references, resolve remote $ref, configure validation options, or inspect error details. Covers sync/async modes, safe error handling, schema pre-compilation, remote references, TypeScript types, and browser/UMD usage.
Use when validating changed files in this repository with the narrowest relevant checks (ruff, biome, shellcheck, claudelint, pytest).
| name | maintain-shell-tools |
| description | Use when editing or reviewing MC-Server shell tooling in `tools/` and related shell helpers. |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
Use this skill when changing tools/*.sh, minecraft/config/versions.sh, or closely related systemd assets.
Make focused Bash changes without breaking server automation or modifying live Minecraft state by accident.
AGENTS.md, .github/copilot-instructions.md, and the target files. Check tools/common.sh before adding new helpers.[[ ]], and 2-space indentation.print_*, dependency helpers, download helpers, and server helpers from tools/common.sh whenever possible.minecraft/, especially minecraft/backups/, or generated server artifacts unless the task explicitly asks for it.bash -n and shellcheck.