manutencao-de-memoria

manutencao-de-memoria is a skill for Claude Code, Codex from juliano-ceconi/okam. It costs 29 tokens per session (220 once invoked), scanned A, original, MIT.

A workspace memory skill that reviews completed conversations and records useful lessons in a knowledge index.

In plain words
What is it for?
Use it after a session ends or when an important lesson is learned, so the lesson can be summarized and added to the correct knowledge category.
Why use it?
It helps future coding sessions avoid repeating fixed bugs, settled decisions, or the same questions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it after a session ends or when an important lesson is learned, so the lesson can be summarized and added to the correct knowledge category.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juliano-ceconi/okam/manutencao-de-memoria
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.

Any agent
npx skills add juliano-ceconi/okam --skill manutencao-de-memoria
Clone the repo
git clone --depth 1 https://github.com/juliano-ceconi/okam

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 manutencao-de-memoria

README.md
[![agentmods](https://agentmods.dev/badge/skills/juliano-ceconi/okam/manutencao-de-memoria/github.svg)](https://agentmods.dev/skills/juliano-ceconi/okam/manutencao-de-memoria)
Your own site
<a href="https://agentmods.dev/skills/juliano-ceconi/okam/manutencao-de-memoria"><img src="https://agentmods.dev/badge/skills/juliano-ceconi/okam/manutencao-de-memoria/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for manutencao-de-memoria

Your own site · 80×15
<a href="https://agentmods.dev/skills/juliano-ceconi/okam/manutencao-de-memoria"><img src="https://agentmods.dev/badge/skills/juliano-ceconi/okam/manutencao-de-memoria.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 220 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00029 $0.00220
Opus 5 $0.00015 $0.00110
Sonnet 5 $0.00006 $0.00044
Haiku 4.5 $0.00003 $0.00022

Measured 12d ago against content hash 8e724bd76c27, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

manutencao-de-memoria 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 12d 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.

.agents/skills/manutencao-de-memoria/SKILL.md · 20 lines

What it actually says

🧠 Manutenção de Memória

Esta skill deve ser invocada sempre que uma sessão de trabalho termina ou uma lição importante é aprendida.

🎯 Objetivo

Garantir que o "Subconsciente" do Workspace seja alimentado com informações úteis, evitando que agentes futuros repitam os mesmos erros ou perguntem as mesmas coisas.

📋 Fluxo de Trabalho

  1. Análise: Revise o histórico da conversa e identifique decisões, bugs corrigidos ou preferências do usuário.
  2. Destilação: Resuma a lição em 1 ou 2 frases curtas e diretas.
  3. Escrita: Localize o arquivo ./knowledge/wiki/index.md e adicione a lição na categoria correta.
  4. Confirmação: Informe ao usuário qual lição foi "eternizada" na memória de governança.
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. 12d ago First seen · 20 lines · 29 tokens per session scan A 8e724bd76c27

Subscribe to this mod's changes

manutencao-de-memoria is a skill published in the GitHub repository juliano-ceconi/okam (2 stars, last pushed 25d ago), licensed MIT. It adds 29 tokens to every session and 220 once invoked, about $0.0001 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

R-cleanup-context

Audit and clean CLAUDE.md, memory, skills, and rules — resolve every finding (fix/promote/relocate/delete), track recurrences, target bloat=0. Triggers: "cleanup context" | "context audit" | "clean memory" | "drain memory" | "prune memory" | "audit memory" | "consolidate rules" | "spa day" | "memory audit".

Roxabi/roxabi-plugins · 93 tokens

memoria

Memoria Persistente Tienes acceso a una base de datos de memoria persistente.

rocopolas/FemtoBot · 0 tokens

agentmemory-agents

How agentmemory wires into host coding agents via the connect command. Use when installing agentmemory into a specific agent, when asked which agents are supported, or when a connect adapter writes the wrong config path.

rohitg00/agentmemory · 46 tokens

wiki-retrieve

Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…

AgriciDaniel/claude-obsidian · 81 tokens

last30Days

Resolve "last30Days" to a concrete ISO date range relative to your run time — a rolling 30-day window ending today. Returns inclusive civil dates plus exact UTC instants so you have temporal context without computing dates by hand. Read-only: no writes, no network. Use before a "last 30 days" / trailing-month task…

chaitanyagiri/munder-difflin · 83 tokens

thisWeek

Resolve "thisWeek" to a concrete ISO date range relative to your run time — this week so far (Monday → today). Returns inclusive civil dates plus exact UTC instants so you have temporal context without computing dates by hand. Read-only: no writes, no network. Use before a week-to-date task (this week's activity…

chaitanyagiri/munder-difflin · 77 tokens