CLAUDE.md@templates/knowledge claudeA
CLAUDE.md@templates/knowledge is agent-read markdown (claude) from levnas/ccmemo.
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
# Knowledge Base
Aggregated tacit knowledge from Claude Code work sessions.
One entry per file with YAML frontmatter.
## Structure
```
.claude/knowledge/
├── CLAUDE.md # This index
└── entries/ # One entry per file (YAML frontmatter)
└── YYYY/
└── MM/
└── YYYYMMDD-HHMMSS-author-slug.md
```
- Entries are organized by year/month subdirectories
- `rg` and `fd` recurse into subdirectories automatically — search commands remain unchanged
- Legacy flat entries (directly under `entries/`) remain functional
## Search
### Keyword / tag search
Instant, no setup — use when you know the literal term or tag:
```bash
# Fuzzy search by filename
fd -e md . .claude/knowledge/entries/ | fzf
# Search by tag
rg '#pitfall' .claude/knowledge/entries/
rg '#docker.*#pitfall' .claude/knowledge/entries/
# List all titles
rg '^title:' .claude/knowledge/entries/
# Active entries only
rg '^status: active' .claude/knowledge/entries/
```
### Semantic search (by meaning)
When keywords might miss the entry — synonyms, or a Japanese query against English
identifiers — use the `/recall-knowledge` skill. It runs hybrid search (ripgrep +
…Read the whole file at its exact version.
How to install
mdr add levnas/ccmemo/templates/knowledge/CLAUDE.md@git:20260923.d5ee9c3mdr add levnas/ccmemo/templates/knowledge/CLAUDE.md@sha256:ef72c8dc8887becbPin 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_z4yux5r6bm5xlh2p)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260923.d5ee9c3 latest | 2026-09-23 | d5ee9c3 | 4,171 B | A | view · diff |
| git:20260923.ee539d0 | 2026-09-23 | ee539d0 | 4,066 B | A | view · diff |
| git:20260923.da4a767 | 2026-09-23 | da4a767 | 3,452 B | A | view · diff |
| git:20260816.b055e81 | 2026-08-16 | b055e81 | 3,162 B | A | view · diff |
| git:20260616.605412c | 2026-06-16 | 605412c | 2,979 B | A | view · diff |
| git:20260328.f8aa0f3 | 2026-03-28 | f8aa0f3 | 2,380 B | A | view · diff |
| git:20260328.6388128 | 2026-03-28 | 6388128 | 1,934 B | A | view · diff |
| git:20260328.a1c860d | 2026-03-28 | a1c860d | 1,503 B | A | view |
Audit of the latest version
- pass: Size between 200 bytes and 200 KB (4171 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
levnas/ccmemo · 4 stars · license MIT · pushed 2026-09-23 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_z4yux5r6bm5xlh2p GET https://markdownregistry.com/api/v1/resolve?ref=levnas/ccmemo/templates/knowledge/CLAUDE.md GET https://markdownregistry.com/api/v1/blob/ef72c8dc8887becb174f613590c2de56e48d8e5883a1c184c1ab9e14f29b0fe1
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.