memory-factcheck skillA
memory-factcheck is agent-read markdown (skill) from leeyudok/doksam-skills: 에이전트 영속 메모리를 실제 근거(코드·DB·이슈 트래커·파일시스템)와 대조해 낡은 기억을 교정하고 죽은 기억을 아카이브 후보로 보고하는 감사 스킬. 메모리가 ~30개 파일을 넘었을 때, 큰 스택/인프라 변경(라이브러리 교체, 버전 업그레이드, 서버 이전, 스키마 삭제) 직후, 두 메모리가 서로 모순돼 보일 때, 또는 "메모리 정리해줘 / 감사해줘"(clean up / audit my memory) 요청에 사용한다..
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
# Memory Fact-Check (메모리 사실 검증) 메모리는 부패한다. 기록할 당시 참이었던 사실도 코드·스키마·인프라가 움직이면 거짓이 된다. **낡은 메모리는 없는 메모리보다 나쁘다** — 에이전트가 그것을 읽고 자신 있게 틀린 행동을 하기 때문이다. 이 스킬은 구조적 청소 작업이 **아니다**. 고아 파일, 중복 항목, 인덱스 비대, 깨진 내부 링크 — 그런 점검은 메모리 파일끼리 *서로* 비교한다. 이 스킬은 각 메모리를 **그것이 서술하는 세계와** 비교한다: 코드, 데이터베이스, 이슈 트래커, 파일시스템. 형식이 완벽하고 인덱스도 정확하고 최근에 수정된 메모리라도 내용은 완전히 거짓일 수 있다. 자동 삭제는 금지다. 무엇이 죽었는지는 원본 대조로만 판별할 수 있고, 장애 교훈 하나를 잃는 비용은 크다. 그래서 반자동이다: **교정은 자유롭게, 아카이브는 승인 후에만, 삭제는 절대 하지 않는다.** ## 1. 위치 파악과 인벤토리 메모리 집합을 찾는다. 흔한 위치, 우선순위 순: - 프로젝트 에이전트 지침(`AGENTS.md` / `CLAUDE.md`)이 선언한 경로 — 예: "메모리 SSOT 는 `.claude/memory/`". 선언된 경로가 모든 기본값에 우선한다. - 레포 안의 `.claude/memory/` (팀 공유, 커밋됨) - 호스트의 프로젝트별 메모리 디렉터리 (예: `~/.claude/projects/<slug>/memory/`) 파일마다 frontmatter(`name`/`description`/`type`)와 최종 수정일을 수집한다 (커밋된 메모리는 `git log -1 --format=%cs -- <file>`, 아니면 `stat`). 인덱스 파일(`MEMORY.md`)이 있으면 기록해 둔다 — 그것도 감사 대상이지만, 인덱스이지 메모리가 아니다. **개인 파일은 범위 밖이다** — 프로젝트가 개인용으로 표시한 것(`user_*.md` 등)은 소유자의 것이다. 건드리지 않는다. **다수 파일 읽기**: 메모리 50개를 한 번에 컨텍스트에 쏟아부으면 툴 출력 상한을 넘기고 예산을 낭비한다. `########## <파일명>` 헤더를 붙여 스크래치 파일 하나로 이어 붙인 뒤 페이지 단위로 읽는다. 대충 훑지 않는다 — 낡은 단언은 대개 멀쩡한 문단 안의 한 구절이다. ## 2. 핵심 단언 추출 …
Read the whole file at its exact version.
How to install
mdr add leeyudok/doksam-skills/memory-factcheck@git:20260801.f018038mdr add leeyudok/doksam-skills/memory-factcheck@sha256:7d92cc69f204fd8fPin 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_2d6dsv7un3b6lgyu)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260801.f018038 latest | 2026-08-01 | f018038 | 10,496 B | A | view · diff |
| git:20260729.28672ab | 2026-07-29 | 28672ab | 9,004 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 (10496 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/doksam-skills · 12 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_2d6dsv7un3b6lgyu GET https://markdownregistry.com/api/v1/resolve?ref=leeyudok/doksam-skills/memory-factcheck GET https://markdownregistry.com/api/v1/blob/7d92cc69f204fd8fcd6451bf8d757191ec63924d8ed9420e78ce285bb05ed992
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/doksam-skills
Every file in leeyudok/doksam-skills