remember

remember is a skill for Claude Code, Codex from ahkedia/lyra-ai. It costs 32 tokens per session (704 once invoked), scanned A, original, MIT.

A memory tool that saves important decisions, facts, and project context from a conversation into ByteRover's searchable context tree. ByteRover is a system for storing conversation knowledge for later retrieval.

In plain words
What is it for?
Use it after project decisions, technical investigations, debugging sessions, or other discussions worth preserving for later.
Why use it?
It reduces the need to repeat important project background, technical decisions, and conclusions in future conversations.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/ahkedia/lyra-ai/remember
Any agent
npx skills add ahkedia/lyra-ai --skill remember
Clone the repo
git clone --depth 1 https://github.com/ahkedia/lyra-ai

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for remember

README.md
[![agentmods](https://agentmods.dev/badge/skills/ahkedia/lyra-ai/remember.svg)](https://agentmods.dev/skills/ahkedia/lyra-ai/remember)
Your own site
<a href="https://agentmods.dev/skills/ahkedia/lyra-ai/remember"><img src="https://agentmods.dev/badge/skills/ahkedia/lyra-ai/remember.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 704 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00704
Opus 5 $0.00016 $0.00352
Sonnet 5 $0.00006 $0.00141
Haiku 4.5 $0.00003 $0.00070

Measured 5d ago against content hash 31dfeefae20c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

remember 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 5d 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.

skills/remember/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Remember

Saves meaningful context from the current conversation into ByteRover's long-term memory (.brv/context-tree/). Useful after technical decisions, project planning sessions, debugging sessions, or any conversation worth recalling later.

When to Use

  • After discussing a project decision (e.g., "we decided to use X because Y")
  • After a technical deep-dive (architecture, debugging session, config changes)
  • When Akash asks: "remember this" or "save this"
  • Self-invoke after completing a complex multi-step task — ask "Want me to remember this?" before curating

Operations

Curate current conversation context

TIMESTAMP=$(date +%s)
TMPFILE="/tmp/lyra-memory-${TIMESTAMP}.md"

# Write a structured summary of what's worth remembering
cat > "$TMPFILE" << 'SUMMARY'
[SUMMARY_CONTENT]
SUMMARY

brv curate "$TMPFILE"
rm -f "$TMPFILE"

Decision Logic

  1. Identify what's worth remembering: decisions made, facts learned, preferences expressed, project context, technical outcomes
  2. Skip: greetings, trivial acknowledgments, transient task outputs (e.g., "what's on my shopping list")
  3. Write a structured summary covering:
    • What was decided or done (concrete outcome)
    • Why (reasoning, if stated)
    • Key details (commands, file paths, config changes, names)
    • What to remember for next time (carry-forward context)
  4. Run brv curate on the temp file
  5. Report what was saved in one sentence

Examples

User says: "/remember" Action: Summarize the conversation, write to /tmp/lyra-memory-{ts}.md, run brv curate, clean up Response: "Saved to memory: ByteRover installed on Lyra, Context Tree bootstrapped from MEMORY.md and SOUL.md, /remember skill created."

User says: "remember that we use paise not rupees in Reap Capital" Action: Write a targeted fact-note, curate it Response: "Saved to memory: Reap Capital uses paise (not rupees) for all monetary values."

User says: "save the decisions from this session" Action: Same as /remember — summarize the session's key decisions and curate them Response: One-sentence summary of what was saved.

Read the full file on GitHub · 71 lines

Changes

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.

  1. 5d ago First seen · 71 lines · 32 tokens per session scan A 31dfeefae20c

Subscribe to this mod's changes

remember is a skill published in the GitHub repository ahkedia/lyra-ai (5 stars, last pushed 16d ago), licensed MIT. It adds 32 tokens to every session and 704 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

memory-processor

Iva's daily-memory processor. Reads the day's two-sided transcript (daily/YYYY-MM-DD.md), distills noteworthy entities / decisions / ideas into typed autograph cards, links them into the graph, and produces a daily-summary card (topics + MOC) that navigates down to the raw transcript and up to the week. Model-agnostic…

smixs/iva-agent · 106 tokens

dbrain-processor

Personal assistant for processing daily voice/text entries from Telegram. Classifies content, saves thoughts to Obsidian with wiki-links, generates HTML reports. Integrates Your Business context (clients, projects, CRM). Triggers on /process command or daily 21:00 cron.

smixs/agent-second-brain · 60 tokens

autograph

Schema-as-code enforcement for any Obsidian vault. Zero hardcoded domains. Use when creating vault cards, checking vault health, running schema compliance, deduplicating entities, generating MOC indexes, running decay cycles, bootstrapping a vault, fixing wikilinks, finding orphans or backlinks, extracting entities…

smixs/agent-second-brain · 89 tokens

db-maintenance

/data/tiguclaw.db 한 파일에 기억·세션·대화 기록이 전부 있다. 그래서 이 문서의 순서는 백업 → 용량 → 아카이브다. 크기는 나중에 문제가 되지만 백업은 처음부터 문제다.

tigu77/tiguclaw · 0 tokens

memory-tidy

메모리 인덱스를 정리한다 — 중복 병합·만료 정리·설명 압축. "메모리 정리·기억 정리·메모리 중복·인덱스가 너무 커·메모리 압축·비슷한 기억 합쳐" 류 요청, 그리고 인덱스가 캡에 닿았을 때. ★자동으로 합치지 않는다: 제안하고 사람이 고른다. 지우지 않는다: 아카이브(검색으로 계속 찾히고 되돌릴 수 있다).

tigu77/tiguclaw · 0 tokens

autograph

Schema-as-code enforcement for any Obsidian vault. Zero hardcoded domains. Use when creating vault cards, checking vault health, running schema compliance, deduplicating entities, generating MOC indexes, running decay cycles, bootstrapping a vault, fixing wikilinks, finding orphans or backlinks, extracting entities…

smixs/iva-agent · 89 tokens