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 skills/luizedupp/rememb/experience-recordnpx skills add LuizEduPP/Rememb --skill experience-recordgit clone --depth 1 https://github.com/LuizEduPP/RemembWhat 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 | $0.00031 | $0.00429 |
| Opus 5 | $0.00015 | $0.00215 |
| Sonnet 5 | $0.00006 | $0.00086 |
| Haiku 4.5 | $0.00003 | $0.00043 |
Grade A, and why
experience-record 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 2d 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.
What it actually says
Record Experience
Capture valuable lessons for future reference.
Categories
| Tag | Use For |
|---|---|
[BUG] |
Bug solutions |
[PATTERN] |
Successful patterns |
[PITFALL] |
Things to avoid |
[DECISION] |
Important choices |
[PERF] |
Optimizations |
Template
# [CATEGORY] Title
## TL;DR
[One sentence]
## Problem
[What was the issue]
## Solution
[How it was solved]
## Code Example
```language
// Before (bad)
...
// After (good)
...
Prevention
[How to avoid in future]
Tags
#tag1 #tag2
## Example
```markdown
# [BUG] Null Pointer in User Query
## TL;DR
Check for null before accessing user properties.
## Problem
API crashed on non-existent user.
## Solution
Added null check and 404 response.
## Prevention
- Unit tests for null cases
- Use Optional types
Storage
/experience/
├── bugs/
├── patterns/
└── decisions/
Tips
- Write while context is fresh
- Include code examples
- Add searchable tags
Overview
Use this skill for the capability described in this document.
When to Use
Use this skill when the request matches the capability, constraints, and activation cues described below.
Core Workflow
Follow the primary workflow, commands, and decision points documented in the sections below.
Examples
Use the examples and snippets already present in this document whenever they apply to the task.
Best Practices
Follow the constraints, conventions, and cautions documented below, and prefer the documented path over improvisation.
References
Use any linked scripts, assets, reference files, and companion resources mentioned in this document.
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.
- 2d ago First seen · 106 lines · 31 tokens per session scan A 247731347515
experience-record is a skill published in the GitHub repository LuizEduPP/Rememb (4 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 429 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.
Other skills, from other repositories
community-answer
Answer Help Desk questions related to your Gene expertise.
memex-retro
Save insights from completed tasks to Zettelkasten memory.
linksee-memory
The bridge to the agent's "past self". Before any new task, file edit, decision, or right after a failure, recall past caveats (pain records) / learnings (growth log) / implementation history from linksee-memory. This is the only way to solve Claude Code's "memory amnesia every session" problem. The "never repeat the…
recall-failure-lessons
Use before risky or recurring work, or when a current task resembles a previously recorded failure and the task provides concrete evidence for a bounded lookup.
supermemory-agent-learning
Build and integrate SuperMemory — MCP-first agent learning for Claude, Cursor, and custom orchestrators. Use when implementing selective memory capture, evidence-first reflection, lesson validation, promotion queues, retrieval telemetry, experiments, rollback, or wiring SuperMemory via MCP, REST, or SDK. Trigger on…
ownmem-init
Install or update OwnMem in the current repository. Use when the user asks to set up OwnMem, add local project memory for coding agents, or refresh an existing OwnMem installation after a version bump.