Home / yuno15-bb / greymatter-engine · skills/recall/SKILL.md · GitHub

recall skillB

recall is agent-read markdown (skill) from yuno15-bb/greymatter-engine: Search the C Brain trunk for notes relevant to a subject, and read the ones that matter. Use when the user asks what they already know about something, wants past decisions on a topic, says "did we solve this before", "what do I have on X", "check my notes", or when a task smells like something already worked out once..

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

# Recall from the trunk

Retrieve what is already known before working something out again.

## How

Run the recall, top 5, and read what comes back:

```bash
brain recall "$ARGUMENTS"
```

If `brain` is not on the PATH, the plugin ships it — call it directly:
`"${CLAUDE_PLUGIN_ROOT}/bin/brain" recall "$ARGUMENTS"`.

Each result gives a score, a note name and a path relative to the trunk
(`~/.c-brain/trunk`). **Open the ones above the noise floor and actually read
them** — the ranking is lexical, so it tells you where to look, never what is
true.

## Then

- Say what the notes establish, and cite each one by its path so the user can
  check you.
- Say plainly when nothing relevant came back. A confident answer assembled
  from three weakly-matching notes is worse than "the trunk has nothing on
  this" — it looks like memory and is not.
- Never rewrite a note as a side effect of reading it.

## Scale

Recall holds well to about a thousand notes and degrades past that
(`tests/recall_benchmark.py` publishes the numbers). On a large trunk, prefer
several narrow queries over one broad one.

Read the whole file at its exact version.

How to install

Latest version
mdr add yuno15-bb/greymatter-engine/recall@git:20260729.12a9be5
Exact content
mdr add yuno15-bb/greymatter-engine/recall@sha256:32366e15f75a8fc3

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260729.12a9be5 latest2026-07-29 12a9be5 1,451 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: Frontmatter declares a name
  • pass: Frontmatter block present
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (1451 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

yuno15-bb/greymatter-engine · 3 stars · license Apache-2.0 · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_cglrfp6ljws24aia
GET https://markdownregistry.com/api/v1/resolve?ref=yuno15-bb/greymatter-engine/recall
GET https://markdownregistry.com/api/v1/blob/32366e15f75a8fc32f7ad652426b16844ac626d172e4d866e178fa24ce78bd2d

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 yuno15-bb/greymatter-engine

distill skill
yuno15-bb/greymatter-engine · skills/distill/SKILL.md · Turn what was just worked out into a C Brain note — filed in the right zone, linked to what it relates to, indexed. Use…
git:20260729.12a9be5 · audit B · 3 stars
doctor skill
yuno15-bb/greymatter-engine · skills/doctor/SKILL.md · Check the health of the C Brain installation and trunk — dead links, unindexed notes, broken hooks, stale state. Use…
git:20260729.12a9be5 · audit B · 3 stars

Every file in yuno15-bb/greymatter-engine

Other files named recall

recall skill
cursor/plugins · pstack/skills/recall/SKILL.md · Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports…
git:20260908.d7cde2b · audit A · 8,499 stars
recall skill
indranilbanerjee/digital-marketing-pro · skills/recall/SKILL.md · Retrieve validated marketing learnings from the brand's compound intelligence graph for a channel, audience, objective…
git:20260812.b624042 · audit A · 833 stars
recall skill
oliver-kriska/claude-elixir-phoenix · plugins/elixir-phoenix/skills/recall/SKILL.md · Recall prior work from past sessions — how a bug was fixed, what was decided, where a pattern lives. Use when asked…
git:20260724.918f809 · audit A · 555 stars
recall skill
michael-denyer/pstack-claude · plugins/pstack/skills/recall/SKILL.md · Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports…
git:20260917.430a4f5 · audit A · 553 stars
recall skill
backnotprop/pstack · skills/recall/SKILL.md · Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports…
git:20260914.aa2db46 · audit A · 418 stars
recall skill
agenttoolkit/altk-evolve · platform-integrations/claw-code/plugins/evolve-lite/skills/evolve-lite/recall/SKILL.md · Must be used at the start of any non-trivial task involving code changes, debugging, repo exploration, file inspection…
git:20260511.003bd53 · audit A · 116 stars
recall skill
7xuanlu/wenlan · plugin-codex/skills/recall/SKILL.md · Search Wenlan's local memory from Codex by query. Targeted lookup, not session orientation. Invoked as /recall <query>.
git:20260830.f906cc5 · audit A · 78 stars
recall skill
7xuanlu/wenlan · plugin/skills/recall/SKILL.md · Search Wenlan's local memory by query. Targeted lookup, not orientation. Invoked as `/recall <query>`. Use when the…
git:20260727.0534517 · audit A · 78 stars

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