marrow-save

marrow-save is a skill for Claude Code from aryawidjaja/marrow. It costs 12 tokens per session (162 once invoked), scanned A, original, AGPL-3.0.

A session helper that saves lasting knowledge to Marrow, a shared knowledge store. The input does not describe what information it saves or how it can be retrieved.

In plain words
What is it for?
Use it when you need to save session knowledge to Marrow, but the available information does not specify further jobs.
Why use it?
The available description is too thin to identify a specific problem it removes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the marrow plugin — 1 skill, 5 hooks shipped together

Good fit Use it when you need to save session knowledge to Marrow, but the available information does not specify further jobs.

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

Made for: Claude Code.

Or install marrow, the plugin that ships this one along with the rest of its 1 skill, 5 hooks.

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 marrow-save

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/aryawidjaja/marrow/marrow-save"><img src="https://agentmods.dev/badge/skills/aryawidjaja/marrow/marrow-save.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 162 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 unknown 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.00012 $0.00162
Opus 5 $0.00006 $0.00081
Sonnet 5 $0.00002 $0.00032
Haiku 4.5 $0.00001 $0.00016

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

Security

Grade A, and why

marrow-save 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 8d 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.

plugins/marrow/skills/marrow-save/SKILL.md · 15 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 8d ago First seen · 15 lines · 12 tokens per session scan A 7cdc860b8724

Subscribe to this mod's changes

marrow-save is a skill published in the GitHub repository aryawidjaja/marrow (3 stars, last pushed 27d ago), licensed AGPL-3.0. It adds 12 tokens to every session and 162 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

handoff

Compact the current conversation into a portable handoff document, with an optional live clarification path for compatible Codex tasks.

tt-a1i/matt-skills-with-to-goal · 26 tokens

remem

Use when the user asks Codex to recall prior project context, save durable decisions or bug fixes, inspect remem memory health, or activate remem automatic memory hooks from the Codex plugin.

majiayu000/remem · 42 tokens

context-doctor

Reduces token waste in Claude Code sessions across two axes — context footprint (auto-generates .claudeignore, guides over-read files and /clear timing) and command output (routes to a command-output proxy/hook such as rtk to trim verbose CLI stdout). In hub environments, regularly audits bloated…

chrono-meta/forge-harness · 91 tokens

verify-bidirectional

A skill that immediately updates the baseline and reflects it in the next session when the user raises a counter-argument to an AI recommendation. Triggered by "is that right?", "re-examine this", "something seems off here". Explicit /verify-bidirectional call also possible.

chrono-meta/forge-harness · 62 tokens

salience-splitter

Splits an over-loaded always-loaded context asset (SKILL.md, CLAUDE.md, memory index) into a lean resident layer plus an on-demand layer, by when content is needed rather than by length, linked by imperative pointers. Alias: skill-splitter. Triggers: "SKILL.md too large", "split this skill", "skill is bloated", "skill…

chrono-meta/forge-harness · 96 tokens