docs-sync skillA
docs-sync is agent-read markdown (skill) from leeyudok/agents-scaffold: 코드·설정·프리셋 변경 뒤 문서를 현행화한다. "문서 현행화", "README 갱신", "문서 최신화" 요청 시, 그리고 동작·경로·버전·수치를 바꾼 PR 을 올리기 직전에 사용. 문서의 주장을 실제 코드·명령 출력·공식문서와 대조해 정정하고, 다국어 짝 파일을 함께 갱신한다..
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
# 문서 현행화 (docs-sync)
문서 stale 은 **자동 게이트에 걸리지 않는다.** 링크 체커는 깨진 링크만 보고, 테스트
스위트는 문서를 읽지 않는다. 그래서 절차로 잡는다.
## 원칙
- **주장 단위로 검증한다.** 문서를 "읽고 자연스러운지" 보는 게 아니라, 문장이 담은
**검증 가능한 주장**(경로·버전·수치·동작·기본값)을 뽑아 실제와 대조한다.
- **근거 없이 고치지 않는다.** 파일:라인, 명령 출력, 공식문서 URL 중 하나가 있어야 한다.
확인 못 한 건 지우지 말고 **"미검증"으로 명시**한다 — 조용히 삭제하면 정보가 사라진다.
- **낙관적 서술 금지.** 부분만 동작하면 "동작한다"고 쓰지 않는다. 되는 범위와 안 되는
범위를 나눠 쓴다.
## 절차
### 1. 변경 범위 추출
```bash
git log --oneline <last-doc-commit>..HEAD
git diff --stat <last-doc-commit>..HEAD
```
문서에 영향 주는 변경만 추린다 — CLI 플래그·기본값, 파일/디렉터리 경로, 생성 산출물,
버전, 임계값·수치, 게이트 동작, 지원 범위.
### 2. 문서의 검증 가능한 주장 수집
대상: `README*`, `AGENTS.md`, `CLAUDE.md`, 각 디렉터리 `README.md`, 스킬/에이전트 문서.
```bash
grep -rn '`[^`]*/`\|버전\|기본값\|default\|v[0-9]\+\.[0-9]' README*.md docs/ 2>/dev/null
```
특히 낡기 쉬운 것: **디렉터리 트리 블록**(신규 산출물 누락), **버전 표기**,
**"자동으로 ~한다" 류 동작 서술**, **지원 매트릭스**.
### 3. 주장별 대조
| 주장 유형 | 검증 방법 |
|---|---|
| 경로·파일 존재 | `ls` / `find` — 실제 생성물 기준, 소스 트리 아님 |
| CLI 플래그·기본값 | `<cmd> --help` 실행. 문서 인용 금지, 출력이 근거 |
| 도구 버전 | `<cmd> --version` 실측 + **실측 일자 병기** |
| 동작("자동 로드한다") | 해당 도구 **공식문서 URL**. 없으면 "문서 근거 없음"으로 표기 |
| 수치·임계값 | 코드에서 grep 하거나 실제 산출물 측정(`wc -c` 등) |
…Read the whole file at its exact version.
How to install
mdr add leeyudok/agents-scaffold/docs-sync@git:20260822.8e0b825mdr add leeyudok/agents-scaffold/docs-sync@sha256:1717e1f1c6864bfcPin 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.
[](https://markdownregistry.com/a/art_grnqvzxj2wojyrkn)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260822.8e0b825 latest | 2026-08-22 | 8e0b825 | 4,643 B | A | view · diff |
| git:20260822.f99046d | 2026-08-22 | f99046d | 4,557 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4643 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
leeyudok/agents-scaffold · 25 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_grnqvzxj2wojyrkn GET https://markdownregistry.com/api/v1/resolve?ref=leeyudok/agents-scaffold/docs-sync GET https://markdownregistry.com/api/v1/blob/1717e1f1c6864bfc0198a397f0d0792437303f8db2a6f732209f2cc099548477
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 leeyudok/agents-scaffold
Every file in leeyudok/agents-scaffold