Home / levnas / ccmemo · templates/knowledge/CLAUDE.md · GitHub

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

Latest version
mdr add levnas/ccmemo/templates/knowledge/CLAUDE.md@git:20260923.d5ee9c3
Exact content
mdr add levnas/ccmemo/templates/knowledge/CLAUDE.md@sha256:ef72c8dc8887becb

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_z4yux5r6bm5xlh2p.svg)](https://markdownregistry.com/a/art_z4yux5r6bm5xlh2p)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260923.d5ee9c3 latest2026-09-23 d5ee9c3 4,171 BA view · diff
git:20260923.ee539d02026-09-23 ee539d0 4,066 BA view · diff
git:20260923.da4a7672026-09-23 da4a767 3,452 BA view · diff
git:20260816.b055e812026-08-16 b055e81 3,162 BA view · diff
git:20260616.605412c2026-06-16 605412c 2,979 BA view · diff
git:20260328.f8aa0f32026-03-28 f8aa0f3 2,380 BA view · diff
git:20260328.63881282026-03-28 6388128 1,934 BA view · diff
git:20260328.a1c860d2026-03-28 a1c860d 1,503 BA view

Audit of the latest version

A  14 of 14 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from levnas/ccmemo

plan-task skill
levnas/ccmemo · skills/plan-task/SKILL.md · Persist multi-step plans and task progress across Claude Code sessions. Use when starting work that may span multiple…
git:20260405.465b784 · audit A · 4 stars
recall-knowledge skill
levnas/ccmemo · skills/recall-knowledge/SKILL.md · Recall knowledge base entries by meaning, not just keywords — hybrid search (lexical ripgrep + local vector embeddings…
git:20260923.33efe69 · audit A · 4 stars
record-knowledge skill
levnas/ccmemo · skills/record-knowledge/SKILL.md · Record tacit knowledge — quirks, pitfalls, dependencies, decisions, root causes — as tagged Markdown entries in…
git:20260416.a4537a9 · audit A · 4 stars
review-knowledge skill
levnas/ccmemo · skills/review-knowledge/SKILL.md · Review and maintain the knowledge base — find stale entries, orphan entries without connections, missing links between…
git:20260726.7717424 · audit A · 4 stars
CLAUDE.md@templates/tasks claude
levnas/ccmemo · templates/tasks/CLAUDE.md
git:20260310.b04ad63 · audit A · 4 stars

Every file in levnas/ccmemo

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