Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/anthropics/cwc-workshops --skill mining명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
The SRE team's runbook for triaging production latency and error-rate incidents. Use this whenever investigating an incident, a latency spike, elevated error rates, or when asked "what caused X" about a production service.
Workshop coach for the Research Desk (SEC agents) workshop. Use when the user types /workshop, asks for a workshop act or module ("act 2", "next act", "where am I"), wants a TODO(workshop-N) implemented or explained, or asks for help following WORKSHOP.md.
How to pull SEC EDGAR data with the edgartools Python package — company lookup, filings, XBRL financial statements, and filing sections like Item 1A risk factors. Use whenever a task involves SEC filings, 10-K/10-Q data, or company financials.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | mining |
| description | Where diamonds spawn in Minecraft 1.20. |
Diamond ore generation peaks at y ≈ -58 in Minecraft 1.18+. The pre-1.18 advice of y=11 is obsolete.
Below y=0, the ore is almost always deepslate_diamond_ore, not
diamond_ore — search for both names.
An iron_pickaxe is required — diamond ore mined with a stone_pickaxe or weaker drops nothing. Craft the iron_pickaxe (3 iron_ingot + 2 sticks at a placed crafting_table) before mining diamond. A diamond_pickaxe is not required.
To descend quickly, call go_near with your current x/z and a
deep y (e.g. {"pos": {"x": <x>, "y": -55, "z": <z>}}) — the
pathfinder digs straight down in one action. Don't mine_block
stone repeatedly to descend; it wastes turns and pickaxe durability.
After exhausting a vein, relocate — go_near to a position 30+
blocks away horizontally at the same y before searching again.
Diamond veins do not cluster; tunneling the same corridor repeatedly
wastes turns.
(This skill is intentionally minimal. It's an example of what attaching a skill does — it puts these facts in the agent's context. Edit this file to add more, or write strategy directly in your AGENT['system'] prompt.)