christina-memory

christina-memory is a skill for Claude Code, Codex from amadeus-ex-machina/christina. It costs 29 tokens per session (174 once invoked), scanned A, original, MIT.

A memory tool for storing and searching project knowledge, such as architecture decisions and constraints. It can also update older conclusions when newer information replaces them and remove stale memories.

In plain words
What is it for?
Searching project memory, saving architecture decisions, revising superseded decisions, and cleaning up memories based on their distance from recent commits.
Why use it?
It helps an agent retain useful project context across tasks instead of repeatedly rediscovering it. It also reduces confusion caused by outdated decisions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Searching project memory, saving architecture decisions, revising superseded decisions, and cleaning up memories based on their distance from recent commits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/amadeus-ex-machina/christina/memory
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 amadeus-ex-machina/christina --skill memory
Clone the repo
git clone --depth 1 https://github.com/amadeus-ex-machina/christina

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/amadeus-ex-machina/christina/memory/github.svg)](https://agentmods.dev/skills/amadeus-ex-machina/christina/memory)
Your own site
<a href="https://agentmods.dev/skills/amadeus-ex-machina/christina/memory"><img src="https://agentmods.dev/badge/skills/amadeus-ex-machina/christina/memory/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 christina-memory

Your own site · 80×15
<a href="https://agentmods.dev/skills/amadeus-ex-machina/christina/memory"><img src="https://agentmods.dev/badge/skills/amadeus-ex-machina/christina/memory.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 174 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.00174
Opus 5 $0.00015 $0.00087
Sonnet 5 $0.00006 $0.00035
Haiku 4.5 $0.00003 $0.00017

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

Security

Grade A, and why

christina-memory 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 10d 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/memory/SKILL.md · 15 lines

What it actually says

Christina OKF Memory Evolution

Durable semantic memory index, ADR retrieval, belief revision, and epistemic garbage collection.

Tool: memory_evolve

  • Search memory: memory_evolve(action="search", query="security policy", linked_symbols=["AuthService"])
  • Persist insight: memory_evolve(action="persist", title="ADR Title", content="...", tags=["sec"])
  • Revise belief: memory_evolve(action="revise", title="New ADR", content="...", supersedes=["Old ADR"])
  • Epistemic GC: memory_evolve(action="gc", commit_distance=5)
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. 10d ago First seen · 15 lines · 29 tokens per session scan A 24bdceecea43

Subscribe to this mod's changes

christina-memory is a skill published in the GitHub repository amadeus-ex-machina/christina (0 stars, last pushed 16d ago), licensed MIT. It adds 29 tokens to every session and 174 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

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

memory-audit-pattern-extraction

A method for investigating repeated mistakes by comparing related memories and checking whether an earlier reminder failed. It looks at where the reminder was stored, when it was created, and whether it was strong enough to prevent the mistake.

Dataojitori/nocturne_memory · 48 tokens

init-workspace-documentation

Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.

griddynamics/rosetta · 10 tokens

memorix-mini-skills

Use when durable project knowledge, gotchas, workflows, or repeated fixes should become reusable agent guidance instead of ordinary memory.

AVIDS2/memorix · 30 tokens

memorix-sessions

Use when resuming work, preparing handoff context, binding an HTTP control-plane project, or deciding whether sessionstart is useful.

AVIDS2/memorix · 31 tokens

frontmcp-extensibility

Use when extending FrontMCP beyond the core SDK by integrating external npm packages, libraries, or third-party services into providers and tools. Covers VectoriaDB for in-memory semantic and vector search (ML-based embeddings or TF-IDF keyword engines, with persistence) and the tamper-evident, hash-chained skill…

agentfront/frontmcp · 124 tokens