Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/sdsrss/claude-mem-lite/lessongit clone --depth 1 https://github.com/sdsrss/claude-mem-liteWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/sdsrss/claude-mem-lite/lesson)<a href="https://agentmods.dev/commands/sdsrss/claude-mem-lite/lesson"><img src="https://agentmods.dev/badge/commands/sdsrss/claude-mem-lite/lesson.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00062 | $0.00695 |
| Opus 5 | $0.00031 | $0.00347 |
| Sonnet 5 | $0.00012 | $0.00139 |
| Haiku 4.5 | $0.00006 | $0.00069 |
Grade A, and why
lesson scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/lesson
Record a lesson / gotcha / workaround. Writes a searchable observation
(type=discovery with the text as lesson_learned) so future sessions can
find it via mem_search and the PreToolUse recall hooks surface it on the
relevant files. Does NOT touch memdir — so lessons never end up in the L1
system-prompt memory section and do not conflict with the WHAT_NOT_TO_SAVE
semantics sdscc enforces. (Redirected v3.39: was the events table, which
mem_search never read.)
When to use
After you (or the user) solve a tricky bug or discover a non-obvious behavior:
- "you need to call X before Y or the test hangs"
- "don't use this import path — it shadows the real module"
- "the API returns null when you pass empty string, even though docs say it throws"
Don't use for trivial fixes (typos, renames), for rules that belong in memdir
(user preferences, project-wide conventions), or for general project notes
(use /mem:memory or mem_save instead).
Arguments
- Positional text: the lesson description (what went wrong + root cause + fix).
--file <path>: scope to a specific file. The lesson will surface via pre-tool-recall the next time the file is opened via Edit/Write.--files f1,f2,f3: comma-separated list for multiple files.--importance <1|2|3>: default2. Use3for critical lessons you always want surfaced;1for minor gotchas.
Execution
Run via Bash — pass the full lesson text as the positional content, and a
distilled version in --lesson so it lands in the high-weight lesson_learned
field. --lesson is capped at 500 chars (longer values are rejected), so for a
long lesson keep the full text in the positional content and trim --lesson to
the core insight:
node ${CLAUDE_PLUGIN_ROOT}/cli.mjs save "<full text>" \
--type discovery \
--title "<first 60 chars of text>" \
--lesson "<core insight, ≤500 chars>" \
[--files f1,f2,...] \
--importance <1|2|3>
Confirm to user with: Lesson saved: #<id>.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 59 lines · 62 tokens per session scan A fa8116c676fc
lesson is a command published in the GitHub repository sdsrss/claude-mem-lite (57 stars, last pushed yesterday), licensed MIT. It adds 62 tokens to every session and 695 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
session-save
Save the current session state — decisions, modified files, current status, and next steps — to a handoff file for later resume.
presence-reset
Wipe presence state for the current project, all projects, or specific subsystems. Asks for confirmation before destructive action.
clear
Context-clearing command. Provides a seamless transition across session boundaries. Target: under 30 seconds.
sc-detail
Throughline の退避済みターン(L2 本文 + L3 ツール入出力)を時刻で復元する.
scope
Search your Claude Code session history (full-text, always fresh).
tl
Throughline の UserPromptSubmit hook が /tl を検出し、バトン(現セッション ID)を保存しました。.