wiki skillA
This file is byte-identical to the first copy the registry indexed. Same content hash, same audit grade.
wiki is agent-read markdown (skill) from yeachan-heo/oh-my-claudecode: LLM Wiki — persistent markdown knowledge base that compounds across sessions (Karpathy model).
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
# Wiki
Persistent, self-maintained markdown knowledge base for project and session knowledge. Inspired by Karpathy's LLM Wiki concept.
## Operations
### Ingest
Process knowledge into wiki pages. A single ingest can touch multiple pages.
```
wiki_ingest({ title: "Auth Architecture", content: "...", tags: ["auth", "architecture"], category: "architecture" })
```
### Query
Search across all wiki pages by keywords and tags. Returns matching pages with snippets — YOU (the LLM) synthesize answers with citations from the results.
```
wiki_query({ query: "authentication", tags: ["auth"], category: "architecture" })
```
### Lint
Run health checks on the wiki. Detects orphan pages, stale content, broken cross-references, oversized pages, and structural contradictions.
```
wiki_lint()
```
### Quick Add
Add a single page quickly (simpler than ingest).
```
wiki_add({ title: "Page Title", content: "...", tags: ["tag1"], category: "decision" })
```
### List / Read / Delete
```
wiki_list() # Show all pages (reads index.md)
wiki_read({ page: "auth-architecture" }) # Read specific page
wiki_delete({ page: "outdated-page" }) # Delete a page
```
### Log
…Read the whole file at its exact version.
How to install
mdr add yeachan-heo/oh-my-claudecode/wiki@git:20260818.d35e979mdr add yeachan-heo/oh-my-claudecode/wiki@sha256:1e5d60094789a537Pin 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_rgcedpcsictuo2ed)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260818.d35e979 latest | 2026-08-18 | d35e979 | 2,895 B | A | view · diff |
| git:20260406.9a485d0 | 2026-04-06 | 9a485d0 | 2,195 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 (2895 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
yeachan-heo/oh-my-claudecode · 39,312 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_rgcedpcsictuo2ed GET https://markdownregistry.com/api/v1/resolve?ref=yeachan-heo/oh-my-claudecode/wiki GET https://markdownregistry.com/api/v1/blob/1e5d60094789a537c5848140a8db4e3919eef8825c86bc379a2884293b7696b4
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 yeachan-heo/oh-my-claudecode
Every file in yeachan-heo/oh-my-claudecode