memoryze

A memory-saving skill that turns selected parts of a conversation into durable notes in a persistent knowledge graph. A knowledge graph stores connected pieces of information so they can be found and reused later.

In plain words
What is it for?
Use it to save a bug fix, business rule, workaround, or other useful conclusion from the current conversation for future work.
Why use it?
It prevents important decisions, fixes, and explanations from being lost when the conversation ends. It also lets the user choose how many notes to create and what each should focus on.

Skill for Claude CodeCodex

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/aendrix03/graft/memoryze
Any agent
npx skills add AEndrix03/Graft --skill memoryze
Clone the repo
git clone --depth 1 https://github.com/AEndrix03/Graft

Made for: Claude Code, Codex.

Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,482 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.00122 $0.01482
Opus 5 $0.00061 $0.00741
Sonnet 5 $0.00024 $0.00296
Haiku 4.5 $0.00012 $0.00148

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

Security

Grade A, and why

memoryze 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 3d 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.

integrations/claude-code/skills/memoryze/SKILL.md · 132 lines

How it starts

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

memoryze — Distill and persist conversation knowledge

You are about to commit something the user solved/decided to long-term memory. This skill is the shape of that act: pick the right granularity, write titles that future-you will actually find, and avoid garbage-in.

Argument shape

The user invokes you with a free-form prompt that may include:

Hint Example What it means
count / granularity "3 nodi", "atomic", "one big node", "split per business rule" How many nodes to produce. Default: heuristic (see below).
focus "the WHY, not the diff", "include the workaround", "skip syntax" What aspect of the solution to emphasize in body.
scope "this conversation", "from the bug fix onwards", "only the SQL part" Which slice of context to distill.
target profile "in the work profile", "in test" Switch via GRAFT_PROFILE for the inserts.
enrichment "expand with the official docs link", "add the error message" Inject extra data the agent should look up before saving.

Examples:

  • /memoryze the spring boot @Valid cascade fix, 1 node, focus on WHY
  • /memoryze split this debugging session into atomic nodes per hypothesis tested
  • /memoryze le ultime 10 messaggi su Angular signal reactivity, 3 nodi

If hints are absent, ask at most one clarifying question, then proceed with the default heuristic.

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

Subscribe to this mod's changes

memoryze is a skill published in the GitHub repository AEndrix03/Graft (11 stars, last pushed 10d ago), licensed Apache-2.0. It adds 122 tokens to every session and 1,482 once invoked, about $0.0006 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

coding

编写并运行 Python 代码,验证脚本逻辑和输出。.

bojieli/ai-agent-book · 18 tokens

kayba-stage-6-hitl

Human-In-The-Loop gate that presents the action plan with full context, collects an informed approval/modification/rejection decision, and records the outcome. Trigger when the user says "run stage 6", "HITL review", "approve action plan", or when invoked by the kayba-pipeline orchestrator. Requires eval/actionplan.md…

kayba-ai/agentic-context-engine · 87 tokens

kayba-stage-7-fixer

Implement the approved fixes from the action plan and log all changes. Trigger when the user says "run stage 7", "implement fixes", "apply action plan", or when invoked by the kayba-pipeline orchestrator. Requires eval/actionplan.md to exist.

kayba-ai/agentic-context-engine · 61 tokens

regex-mastery

Use this skill when writing regular expressions, debugging pattern matching,optimizing regex performance, or implementing text validation. Triggers on regex, regular expressions, pattern matching, lookahead, lookbehind, named groups, capture groups, backreferences, and any task requiring text pattern matching.

alibaba/anolisa · 60 tokens

ws-ckpt

工作区快照管理。用户说"保存一下"、"存个快照"时创建 checkpoint,仅限 Linux; 说"回滚"、"撤销"、"恢复到之前"时 rollback;说"删掉快照"时 delete; 说"对比快照"、"快照改了什么"时 diff; 说"看看快照"、"有哪些快照"时 list;说"查看快照状态"、"查看快照剩余空间"时 status。.

alibaba/anolisa · 115 tokens

food-order

Reorder previous Foodora orders, preview cart contents, and track delivery ETA/status with ordercli. Use when the user wants to reorder food, check delivery status, or browse recent Foodora order history. Never confirm an order without explicit user approval.

Bitterbot-AI/bitterbot-desktop · 53 tokens