Home / jeong-sik / masc · skills/sangokushi-3/SKILL.md · GitHub

sangokushi-3 skillA

sangokushi-3 is agent-read markdown (skill) from jeong-sik/masc: 삼국지 III (Koei 1993, Korean) on the shared DOS machine: boot with KOEI.COM, the copy-protection code, the numbered prompts from main menu to the first ruler's turn, a 2-player hotseat, and ending a month. Apply a fact only when the visible prompt matches it..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# 삼국지 III

Everything below is an observation from real runs on the DOS lane, not a rule
of the game. Apply a step only when the screen shows the prompt it names, and
read the screen (PNG artifact) after every decision. The general DOS lane
rules — controller, passing, saves — are in the `dos-play` Skill.

## Boot

`masc_dos_load` with `program: samguk3`, `boot: KOEI.COM`. KOEI.COM runs the
opening (OPEN.EXE) and then the game (MAIN.EXE). The KOEI logo waits for a
key; `enter` skips the opening.

## Copy protection

A white box: `CODE:` / `INPUT CODE [孔李李]`, three red hanja. The code for
`[孔李李]` was `10183`: `masc_dos_type` `10183`, then `enter`. If the box
shows different hanja, the code is not known here — ask the operator rather
than guessing, since a wrong code ends the program.

## From the title to the first turn

Every prompt ends in `(range)?`; type the number, then `enter`.

| Prompt | Observed choice |
| --- | --- |
| 마우스를 사용할 경우에는 클릭해 주세요 / 키보드… 키를 눌러 주세요 | any key (`space`) |
| 어느 것을 하겠습니까(1-3)? — 1 새로운 게임, 2 데이터 로드, 3 장수 등록 | `1` |
| 몇번의 시나리오입니까(1-6)? | `1` (189년, 동탁 폭정) |
| 몇 명으로 게임하겠습니까(0-8)? | the number of human players; `0` lets every ruler be AI (spectating) |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jeong-sik/masc/sangokushi-3@git:20260924.d874f3b
Exact content
mdr add jeong-sik/masc/sangokushi-3@sha256:9ad76c9dab897ac5

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ci4owh2544gpopnq.svg)](https://markdownregistry.com/a/art_ci4owh2544gpopnq)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260924.d874f3b latest2026-09-24 d874f3b 2,966 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (2966 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

jeong-sik/masc · 1 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ci4owh2544gpopnq
GET https://markdownregistry.com/api/v1/resolve?ref=jeong-sik/masc/sangokushi-3
GET https://markdownregistry.com/api/v1/blob/9ad76c9dab897ac513e7ec2090f3501238a42976fbf6eebf6bc8f51f1baf4c3b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from jeong-sik/masc

masc-pr-patrol skill
jeong-sik/masc · .agents/skills/masc-pr-patrol/SKILL.md · masc 저장소의 열린 PR 을 순찰한다. 담당·라벨·리뷰어를 정리하고, 빨간 CI 가 내 변경 탓인지 낡은 base·취소·시간 초과 탓인지 가르고, 병합 전에 초록이 실제로 무엇을 증명하는지 확인한다. PR…
git:20260915.1aca47d · audit A · 1 stars
ocaml-coding skill
jeong-sik/masc · .agents/skills/ocaml-coding/SKILL.md · masc 저장소에서 OCaml 5.5 + Eio 코드를 쓰기 전에 보는 점검표다. 오류를 Result 와 닫힌 합타입으로 다루는 법, 예외 잡기와 Eio 취소, Mutex·Lazy 선택, 자원…
git:20260915.1aca47d · audit A · 1 stars
tui-chat-design skill
jeong-sik/masc · .agents/skills/tui-chat-design/SKILL.md · masc TUI 채팅 화면이 무엇을 어떤 기호로 그리는지 정리한 표와 규칙이다. 말한 사람 마크, 턴 레일, 왼쪽 여백의 순서, 시계 칸, Ctrl-F 밀도 단계, 밝기 위계와 끝난 일의 접힘, 줄 문구를 바꾸거나…
git:20260922.0b84617 · audit A · 1 stars
tui-pty-scenario skill
jeong-sik/masc · .agents/skills/tui-pty-scenario/SKILL.md · masc TUI 를 진짜 터미널(PTY)에 띄워 확인하는 파이썬 시나리오를 돌리고, 고르고, 실패를 읽고, 새로 만든다. test/test_tui_keyboard_input.py 의 가족·시나리오…
git:20260915.2876085 · audit A · 1 stars
AGENTS.md agents
jeong-sik/masc · AGENTS.md
git:20260901.5774b0f · audit A · 1 stars
dos-observe skill
jeong-sik/masc · addons/dos-world/skills/dos-observe/SKILL.md · Read the DOS world's counter, captured screen, action receipt and incarnation before deciding whether another input is…
git:20260912.adbe357 · audit A · 1 stars
frame-progress skill
jeong-sik/masc · addons/frame-progress/skills/frame-progress/SKILL.md · Interpret MSX observed frame progress rows and select their two original capture references without confusing frames…
git:20260912.eac50a4 · audit A · 1 stars
msx-observation-rows skill
jeong-sik/masc · addons/msx-observer/skills/msx-observation-rows/SKILL.md · Read selected MSX frames and input history from existing Lane observation rows with their machine incarnation, source…
git:20260915.0b8fe85 · audit A · 1 stars
quiz-deck skill
jeong-sik/masc · addons/quiz-questions/skills/quiz-deck/SKILL.md · Turn Board, memory or GitHub records into a quiz fact deck whose every answer is quoted from the record. Use before…
git:20260923.fc02cd8 · audit A · 1 stars
value-difference skill
jeong-sik/masc · addons/value-difference/skills/value-difference/SKILL.md · Read signed changes between supplied numeric observations with their original values, clocks, cursors and evidence.
git:20260912.b883817 · audit A · 1 stars
design-system skill
jeong-sik/masc · dashboard/design-system/SKILL.md
git:20260531.0e03bdd · audit C · 1 stars
AGENTS.md@docs-site agents
jeong-sik/masc · docs-site/AGENTS.md
git:20260905.373a8f1 · audit A · 1 stars

Every file in jeong-sik/masc

Browse by kind, by grade A, or by owner.