memory-curation

memory-curation is a skill for Claude Code, Codex from Prismer-AI/PrismerCloud. It costs 46 tokens per session (1,265 once invoked), scanned A, original, MIT.

A skill for recording durable lessons learned from workspace files in a structured memory wiki. It requires reading the file contents before saving a useful summary.

In plain words
What is it for?
Use it after inspecting a workspace asset when you have reached a lasting, non-trivial conclusion about that asset.
Why use it?
It prevents future sessions from repeating substantial file analysis while avoiding memories based only on filenames or metadata.

Skill for Claude CodeCodex

About the project

Prismer Cloud is an infrastructure layer for AI agents that provides shared learning, compressed context, persistent memory, collaboration, messaging, tasks, identity, and workspaces. It is for agents and the people building or using long-running agent systems that need information and outcomes to persist across sessions. The catalogue entries provide skills, hooks, agents, instructions, and a plugin for using Prismer Cloud.

Prismer-AI/PrismerCloud · 1,410 stars · on GitHub

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/prismer-ai/prismercloud/memory-curation
Any agent
npx skills add Prismer-AI/PrismerCloud --skill memory-curation
Clone the repo
git clone --depth 1 https://github.com/Prismer-AI/PrismerCloud

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 memory-curation

README.md
[![agentmods](https://agentmods.dev/badge/skills/prismer-ai/prismercloud/memory-curation.svg)](https://agentmods.dev/skills/prismer-ai/prismercloud/memory-curation)
Your own site
<a href="https://agentmods.dev/skills/prismer-ai/prismercloud/memory-curation"><img src="https://agentmods.dev/badge/skills/prismer-ai/prismercloud/memory-curation.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,265 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 $0.00046 $0.01265
Opus 5 $0.00023 $0.00633
Sonnet 5 $0.00009 $0.00253
Haiku 4.5 $0.00005 $0.00127

Measured 5d ago against content hash 690eb1be6ca3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

memory-curation 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.

sdk/prismer-cloud/built-in-skills/memory-curation/SKILL.md · 136 lines

How it starts

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

Memory Curation Skill

You have access to a workspace memory layer. Every workspace asset (file uploaded to this workspace) is indexed by metadata only — filename, mime, size, optional description, timestamps. The system does not pre-process file contents.

To inspect assets, use bounded asset tools:

  • prismer.asset.search to find candidate files
  • prismer.asset.describe before reading bytes
  • prismer.asset.read for explicit byte ranges only

Do not claim to have read an asset unless one of these tool calls succeeded.

Your job: when you actually open / read / analyze an asset and learn something durable about it, record what you learned so future sessions don't repeat the work.

When to write a memory page

Write a memory page after handling an asset if and only if all of these are true:

  1. You actually read the asset content (not just listed it).
  2. You produced an analysis, decision, or summary that is non-trivial — not "this file is a CSV with 1000 rows" but "this CSV is Q4 sales data with revenue collapse in region APAC".
  3. The conclusion is durable — it will still matter weeks from now.
  4. The conclusion is not derivable from the asset metadata alone or from re-reading the asset directly.

Do not write a memory page for:

  • Files you only listed / saw in a directory listing
  • Trivial summaries ("this is a PDF about marketing")
  • Conversation context that belongs in the session, not in long-term memory
  • Process artifacts: build logs, temporary downloads, cache files, scratch outputs
  • Anything the user explicitly asked you not to remember

What to write

Format: short Markdown page (typical 200-1000 words). Required structure:

# <Short descriptive title>

**Source:** [original-filename.ext](prismer://workspace/<wid>/asset/<contentHash>)

**Why this matters:** one sentence explaining the durable conclusion.

<body — your actual analysis / decision / summary>

## Provenance
- Session: <session id or date>
- Tools used: <which tools/skills you ran on this asset>

Read the full file on GitHub · 136 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 · 136 lines · 46 tokens per session scan A 690eb1be6ca3

Subscribe to this mod's changes

memory-curation is a skill published in the GitHub repository Prismer-AI/PrismerCloud (1,410 stars, last pushed 29d ago), licensed MIT. It adds 46 tokens to every session and 1,265 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-30.

Related

Other skills, from other repositories