agent-deck-recall skillA
agent-deck-recall is agent-read markdown (skill) from asheshgoplani/agent-deck: Record and later find what an agent-deck session was for, across harnesses, and hand a past conversation to the current one. Use when the user says "remember what this session was for", "tag this session", "annotate", "mark the outcome", "ticket for this session", "find the session where we...", "what did we decide about", "which Codex/pi/Gemini session did X", "bring that conversation into this session", "search the other machine's sessions", or wants to search past conversations. Available: hi.
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 Recall is agent-deck's memory of what every session was for and what happened in it. Human intent (hints, tags) lives in the profile's state.db and survives everything; the transcript index (recall.db) is disposable: delete it, `recall rebuild`, nothing typed is lost. Full design: `docs/recall.md` in the repo. ## Phase 1 (available now): hints and tags Hints are single-valued per key (setting a key again replaces it). Tags are a set. Well-known keys: `purpose`, `ticket`, `why`, `decision`, `outcome`, `note`, `parent`; any identifier-shaped key works. ### At creation (`add` and `launch`) ```bash agent-deck add . -c claude --hint purpose="fix flaky auth test" --ticket SB-412 --tag auth --tag flaky --why "3rd regression" agent-deck launch . -c claude --ticket SB-412 -m "Fix the flaky auth test" ``` - `launch` derives `purpose` from the first line of `-m` and both commands derive `parent=<parent id>` for a child; an explicit `--hint purpose=` wins. - `conductor setup <name>` records `purpose=conductor <name>`. - `--json` echoes `hints` and `tags`. ### Afterwards (`session annotate`) ```bash …
Read the whole file at its exact version.
How to install
mdr add asheshgoplani/agent-deck/agent-deck-recall@git:20260920.1d42c6fmdr add asheshgoplani/agent-deck/agent-deck-recall@sha256:d2f19dfadd4adaffPin 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_j3dh35u62itrpt4c)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260920.1d42c6f latest | 2026-09-20 | 1d42c6f | 13,554 B | A | view · diff |
| git:20260919.5c3ee54 | 2026-09-19 | 5c3ee54 | 12,406 B | A | view · diff |
| git:20260919.3b41611 | 2026-09-19 | 3b41611 | 12,255 B | A | view · diff |
| git:20260919.0878c97 | 2026-09-19 | 0878c97 | 8,660 B | A | view · diff |
| git:20260919.aa0753b | 2026-09-19 | aa0753b | 8,580 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 (13554 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
asheshgoplani/agent-deck · 948 stars · license MIT · pushed 2026-09-21 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_j3dh35u62itrpt4c GET https://markdownregistry.com/api/v1/resolve?ref=asheshgoplani/agent-deck/agent-deck-recall GET https://markdownregistry.com/api/v1/blob/d2f19dfadd4adaff3aa4f052bbeda1564a23ac4df24ee4350c940bf62f0ef873
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.