Use when an AI agent opens this repository for the first time, or when tools/* commands fail. Runs the AGENTS.md self-bootstrap protocol (Node check, npm install, workspace + state, optional vanilla-index) via tools/setup.mjs and tools/doctor.mjs without modifying the user's system.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when an AI agent opens this repository for the first time, or when tools/* commands fail. Runs the AGENTS.md self-bootstrap protocol (Node check, npm install, workspace + state, optional vanilla-index) via tools/setup.mjs and tools/doctor.mjs without modifying the user's system.
MCBE JSON UI Self-Bootstrap
Use this skill when:
.agent/state/setup-state.json does not exist
any tools/*.mjs reports a missing dependency or directory
the user explicitly asks you to "set up the kit" or "fix the environment"
Workflow
Read AGENTS.md (section 0 + section 4).
Read .agent/bootstrap.md end-to-end before running any command.
Run node tools/setup.mjs.
On failure, read .agent/doctor.md, then run node tools/doctor.mjs --fix.
After success, run node tools/doctor.mjs --quick to confirm.
Report to the user: which steps ran, which warnings are present in setup-state.json, and whether the optional vanilla-index is available.
Hard rules
Never run sudo. Never elevate.
Never install Node, npm, or any system package on the user's machine.
Never modify files outside this repository during bootstrap.
Never overwrite an existing AI-client config (.cursor/, CLAUDE.md, .github/copilot-instructions.md) without explicit user consent.
If a step requires cloning a large mirror (e.g. vanilla resource mirror), ask the user first; do not auto-clone.