Install
$ agentstack add skill-jesse-merhi-skills-session-recall ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Session Recall
Use agent-session-find as the first recall step when previous agent work may answer the current question. The goal is to recover the right full session with minimal tokens, not to dump transcripts into context.
Keep session contents local. Do not upload session contents or paste whole session logs into external tools.
Workflow
- Confirm the command setup in [command-setup.md](references/command-setup.md).
- Start with a recent, bounded fuzzy query:
agent-session-find --index-since 14d --max-sources 80 "".
- Add repo or cwd context when the project is known:
agent-session-find --cwd "" --since 30d "".
- Search one source when the likely harness is known:
agent-session-find --source codex "" or agent-session-find --source claude "".
- If the user mentions a handoff, worker, subagent, delegated implementation,
reviewer pass, branch, commit, or PR opened by another agent, retry with --workers.
- If nothing matches, widen gradually: increase
--index-since, remove
--cwd, try synonyms, then omit --max-sources for a fuller local refresh.
- If running several follow-up searches against the same index, add
--no-refresh after the first successful refresh.
- Use [query-strategy.md](references/query-strategy.md) for search terms.
- Inspect low-token result cards first, then use
[result-handling.md](references/result-handling.md) before opening logs.
Defaults
Use these defaults unless the task suggests otherwise:
agent-session-find --index-since 14d --max-sources 80 ""
agent-session-find --cwd "" --since 30d ""
agent-session-find --limit 5 ""
For stale or long-running projects, prefer --index-since 90d over an unbounded first pass. Run agent-session-find status when you need to see index size before widening.
Context Pointers
- Use [command-setup.md](references/command-setup.md) for binary, wrapper,
privacy, database, and parallel-refresh rules.
- Use [query-strategy.md](references/query-strategy.md) for query terms and
widening strategy.
- Use [result-handling.md](references/result-handling.md) for interpreting
result cards and deciding when to open local JSONL.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jesse-merhi
- Source: jesse-merhi/skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.