save-all

save-all is a skill for Claude Code from tingyulu/MyR2D2. It costs 178 tokens per session (3,081 once invoked), scanned B, original, no licence file.

A shutdown checklist that finds unsaved work across open coding-agent sessions, writes it to disk, verifies it, and reports whether anything remains unsynchronized.

In plain words
What is it for?
It is for safely wrapping up before a reboot, shutdown, or workday end; it does not restart the computer.
Why use it?
It reduces the risk of losing work that exists only inside a conversation before restarting or ending the day.

Skill for Claude Code

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

Part of the myr2d2 plugin — 12 skills shipped together

Good fit It is for safely wrapping up before a reboot, shutdown, or workday end; it does not restart the computer.

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

Made for: Claude Code.

Or install myr2d2, the plugin that ships this one along with the rest of its 12 skills.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tingyulu/myr2d2/save-all"><img src="https://agentmods.dev/badge/skills/tingyulu/myr2d2/save-all.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 178 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,081 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00178 $0.03081
Opus 5 $0.00089 $0.01541
Sonnet 5 $0.00036 $0.00616
Haiku 4.5 $0.00018 $0.00308

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

Security

Grade B, and why

save-all scanned grade B with 1 finding 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 6d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

tx=$(find ~/.claude/projects -name "${CLAUDE_CODE_SESSION_ID}.jsonl" 2>/dev/null | head -1)
skills/save-all/SKILL.md · 126 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 6d ago Changed · +38 lines 5c5320426e4c
  2. 10d ago First seen · 88 lines · 178 tokens per session scan B e9ad826fd85d

Subscribe to this mod's changes

save-all is a skill published in the GitHub repository tingyulu/MyR2D2 (18 stars, last pushed 8d ago), with no licence file. It adds 178 tokens to every session and 3,081 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). 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

stay-within-limits

Use when long-running or parallel agent work must respect 5-hour and weekly usage limits by checking usage between waves, pausing near the cap, and resuming only when the window is clear.

BuilderIO/skills · 45 tokens

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

kepano/obsidian-skills · 63 tokens

crisis-holding

Draft crisis holding statements, journalist Q&A posture, and what-not-to-say guidance from confirmed incident facts, with a hard legal-counsel gate. Builds each statement through proven crisis-comms frameworks (holding-statement anatomy, SCCT, CAP order, the legitimate non-answer, bridge/flag/block).

elvisun/newsjack · 67 tokens

find-journalists

Build, refine, dedupe, and enrich small fit-checked journalist lists for newsjack campaigns. Uses the newsjack CLI (preferred) or the medialyst MCP for news search and journalist enrichment, and falls back to a best-effort local mode with no verified contacts; the agent owns how returned data is organized.

elvisun/newsjack · 69 tokens

agent-estate

Perpetual autonomous work loop for Claude Code — no end condition, no memory regression, no context overfill. Maintains a persistent ledger across all sessions.

majiayu000/claude-skill-registry · 36 tokens

story-origin-check

Recover the first public timestamp and canonical major coverage for a newsjacking signal, then decide whether newer coverage is the same story, a different story, or a materially new development.

elvisun/newsjack · 40 tokens