AIPass: Skill for Codex

.codex/skills/memo/SKILL.md

memo is a skill for Codex from AIOSAI/AIPass. It costs 28 tokens per session (553 once invoked), scanned A, original, MIT.

A session-memory updater that records work completed, useful discoveries, unfinished tasks, and observations in .trinity files. It reads the project’s passport file before updating those records.

In plain words
What is it for?
Use it after significant work to update local session history, key learnings, todos, and collaboration observations. It reports which memory files were changed.
Why use it?
It helps preserve context between coding sessions so important decisions and remaining work are not forgotten. It also removes completed tasks from the open-task list.

Skill for Codex

Written for Codex: installed under .codex/.

This is AIOSAI/AIPass's own configuration. It tells Codex how to work on AIPass itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything AIPass configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AIOSAI/AIPass. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AIOSAI/AIPass/main/.codex/skills/memo/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AIOSAI/AIPass

Made for: 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 memo

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiosai/aipass/memo.svg)](https://agentmods.dev/skills/aiosai/aipass/memo)
Your own site
<a href="https://agentmods.dev/skills/aiosai/aipass/memo"><img src="https://agentmods.dev/badge/skills/aiosai/aipass/memo.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 553 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.00028 $0.00553
Opus 5 $0.00014 $0.00277
Sonnet 5 $0.00006 $0.00111
Haiku 4.5 $0.00003 $0.00055

Measured 7d ago against content hash 3a5d2cc8d057, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

memo 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 7d 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.

.codex/skills/memo/SKILL.md · 34 lines

How it starts

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

Memory Update

Purpose: Update branch memory files after completing work this session.

Execution

  1. Read .trinity/passport.json first — re-absorb your identity, role, and principles before writing memories
  2. Review what was done this session (context, recent changes, key decisions)
  3. Update each file below as needed
  4. Confirm completion — list files updated

What to Update

Always

  • .trinity/local.json — Add a session entry to sessions if significant work was done; add key_learnings for facts you'd need next time. Todos: add what you parked, and DELETE every todo you finished this session — the proof goes in the session entry, not the todo. Rollover never trims todos (they're operational), so done ones you leave behind resurface as "open" next load and you waste time re-confirming them.
  • .trinity/observations.json — Add notable collaboration insights: breakthrough moments, pattern corrections, flow states, friction points, preference discoveries. Skip if nothing notable this session.

Entry shape — one rule for all four types

key_learnings, sessions, todos (local.json) and observations (observations.json) all share ONE shape: a list of objects, newest at the top (index 0). Every entry carries a number (monotonic int per type — highest = newest, never reused; new = current max + 1) and a date (ISO), plus its text field + extras: key_learnings {number, date, key, value} · sessions {number, date, summary, status, tags} · todos {number, date, task, priority, status} · observations {number, date, note, tags}.

When adding: stamp number + date, then prepend (newest on top). Don't hand-trim sessions/key_learnings/observations — rollover archives the oldest by number to @memory automatically. Todos are the exception — rollover never touches them, so you prune done ones by hand (delete finished todos, see above).

If Relevant

  • .trinity/passport.json — Evolve identity when the branch's role, capabilities, or principles have genuinely changed. Don't update just to update — but don't leave placeholders forever either.
  • README.md — Does it reflect current state? Update if stale.

Read the full file on GitHub · 34 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. 7d ago First seen · 34 lines · 28 tokens per session scan A 3a5d2cc8d057

Subscribe to this mod's changes

memo is a skill published in the GitHub repository AIOSAI/AIPass (273 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 553 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-30.

Related

Other skills, from other repositories

learning-capture

Log corrections, errors, and discoveries to orbital/LESSONS.md so future sessions avoid repeating mistakes.

zqiren/Orbital · 0 tokens

aura

Give this agent a real email address, a webhook URL, durable memory across runs, and the ability to wait for an event without burning tokens. Use when a task needs a verification code sent by email, needs to wait for a webhook or an approval, needs to remember something after the session ends, or needs to survive a…

phillypmack/aura-agent · 74 tokens

squad-bootstrap

Skill de inicialização da squad. Faz a varredura do projeto e popula a memória técnica e de negócios em memories/. ATENÇÃO - SÓ DEVE ser executada se houver solicitação explícita do usuário ("instalar a squad", "fazer setup inicial", "bootstrap do projeto") ou logo após o instalador (install.sh) ter configurado a…

rcelebrone/DotAgents · 84 tokens

compound

Persistência de aprendizados nas memórias vivas ao final de cada ciclo. Use para "atualizar memória", "guardar aprendizados" ou "sincronizar contexto do projeto". Executada pelo Tech Lead após o PO definir Status entregue.

rcelebrone/DotAgents · 52 tokens

agentic-loop

Run long-lived autonomous agent loops with persistent memory, context-window compaction, self-healing retries, and resumable state. Use when an AI coding agent must retain progress across sessions, recover from failures, or avoid context exhaustion.

meharajM/agent-loop-mcp · 50 tokens

Context Doctor

Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.

letta-ai/letta-code · 30 tokens