Home / asheshgoplani / agent-deck · skills/agent-deck/recall/SKILL.md · GitHub

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

Latest version
mdr add asheshgoplani/agent-deck/agent-deck-recall@git:20260920.1d42c6f
Exact content
mdr add asheshgoplani/agent-deck/agent-deck-recall@sha256:d2f19dfadd4adaff

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

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.1d42c6f latest2026-09-20 1d42c6f 13,554 BA view · diff
git:20260919.5c3ee542026-09-19 5c3ee54 12,406 BA view · diff
git:20260919.3b416112026-09-19 3b41611 12,255 BA view · diff
git:20260919.0878c972026-09-19 0878c97 8,660 BA view · diff
git:20260919.aa0753b2026-09-19 aa0753b 8,580 BA view

Audit of the latest version

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

GitHub

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.

More from asheshgoplani/agent-deck

agent-deck-contributor skill
asheshgoplani/agent-deck · .github/skills/agent-deck-contributor/SKILL.md · Contribute to agent-deck (github.com/asheshgoplani/agent-deck) the way the maintainer's intake gate and review machine…
git:20260718.0b171f3 · audit B · 948 stars
CLAUDE.md@assets/watcher-templates claude
asheshgoplani/agent-deck · assets/watcher-templates/CLAUDE.md
git:20260416.8ee7080 · audit A · 948 stars
watcher-creator skill
asheshgoplani/agent-deck · cmd/agent-deck/assets/skills/watcher-creator/SKILL.md · Guide for creating agent-deck watchers conversationally. This skill should be used when users want to set up a new…
git:20260607.9a4ebbb · audit A · 948 stars
CLAUDE.md@internal/agents/testdata/conductor claude
asheshgoplani/agent-deck · internal/agents/testdata/conductor/CLAUDE.md
git:20260822.1a4e608 · audit A · 948 stars
CLAUDE.md@internal/watcher/assets/watcher-templates claude
asheshgoplani/agent-deck · internal/watcher/assets/watcher-templates/CLAUDE.md
git:20260416.8ee7080 · audit A · 948 stars
llms-full.txt llmstxt
asheshgoplani/agent-deck · llms-full.txt
git:20260911.4d798c2 · audit B · 948 stars
llms.txt llmstxt
asheshgoplani/agent-deck · llms.txt
git:20260301.a014772 · audit B · 948 stars
DESIGN.md@scripts/watchdog design
asheshgoplani/agent-deck · scripts/watchdog/DESIGN.md
git:20260726.02bf768 · audit A · 948 stars
agent-deck skill
asheshgoplani/agent-deck · skills/agent-deck/SKILL.md · Terminal session manager for AI coding agents. Use when user mentions "agent-deck", "session", "sub-agent", "MCP…
git:20260919.3b41611 · audit A · 948 stars
fleet skill
asheshgoplani/agent-deck · skills/fleet/SKILL.md · Fan out a fleet of independent agent-deck child sessions from inside a session and check their progress non-blockingly…
git:20260918.08a4437 · audit A · 948 stars
session-share skill
asheshgoplani/agent-deck · skills/session-share/SKILL.md · Share Claude Code sessions between developers. Use when user mentions "share session", "export session", "import…
git:20260917.c163aa0 · audit A · 948 stars

Every file in asheshgoplani/agent-deck

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