save-progress

save-progress is a skill for Claude Code from yarikleto/claude-teacher-plugin. It costs 30 tokens per session (671 once invoked), scanned A, original, MIT.

A checkpoint command for saving a student’s learning progress during an ongoing session. It records topics, quiz results, misconceptions, and changes in understanding in the education database.

In plain words
What is it for?
Use it midway through a study session to save newly covered topics, quiz results, resolved misconceptions, and learning preferences.
Why use it?
It prevents work completed so far from being lost before the session ends. The session can continue after the checkpoint.

Skill for Claude Code

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

Part of the claude-teacher plugin — 15 skills, 5 hooks shipped together

Good fit Use it midway through a study session to save newly covered topics, quiz results, resolved misconceptions, and learning preferences.

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

Made for: Claude Code.

Or install claude-teacher, the plugin that ships this one along with the rest of its 15 skills, 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 save-progress

README.md
[![agentmods](https://agentmods.dev/badge/skills/yarikleto/claude-teacher-plugin/save-progress.svg)](https://agentmods.dev/skills/yarikleto/claude-teacher-plugin/save-progress)
Your own site
<a href="https://agentmods.dev/skills/yarikleto/claude-teacher-plugin/save-progress"><img src="https://agentmods.dev/badge/skills/yarikleto/claude-teacher-plugin/save-progress.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 671 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.00030 $0.00671
Opus 5 $0.00015 $0.00336
Sonnet 5 $0.00006 $0.00134
Haiku 4.5 $0.00003 $0.00067

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

Security

Grade A, and why

save-progress 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.

skills/save-progress/SKILL.md · 95 lines

How it starts

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

Save Progress

Mid-session checkpoint that persists everything learned so far to the global education DB. Unlike /summary (which ends the session), this saves state and keeps going.

Invocation

/save-progress — save everything from the current session so far

Process

1. Analyze Current Session

Review the conversation so far and identify:

  • New topics explained (not yet in DB)
  • Quiz results (not yet saved)
  • Challenge results (not yet saved)
  • New misconceptions discovered
  • Misconceptions resolved
  • Depth changes observed
  • Any new info about the student's preferences

2. Update Topic Files

For each topic touched this session, create or update ~/.local/share/claude-education/topics/<slug>.json:

{
  "name": "Topic Name",
  "slug": "topic-name",
  "status": "weak|learned|solid",
  "depth": "surface|working|deep",
  "first_seen": "[date first encountered]",
  "last_reviewed": "[today]",
  "next_review": "[calculated]",
  "review_interval_days": 1,
  "quiz_scores": [],
  "misconceptions": [],
  "prerequisites": [],
  "related_topics": [],
  "notes": ""
}

3. Save Any Unsaved Quiz Records

For each quiz taken this session that hasn't been saved yet, write to ~/.local/share/claude-education/quizzes/[date]_[topic].json.

4. Update Dashboard

Update ~/.local/share/claude-education/dashboard.json:

  • Refresh all topic statuses
  • Recalculate stats
  • Update last_session and current_topic

5. Append to Session Log

Add entries to ~/.local/share/claude-education/sessions/[date].jsonl for any events not yet logged:

{"time": "[now]", "event": "checkpoint", "topics_saved": ["..."], "note": "mid-session save"}

6. Update Student Profile

If you learned anything new about the student (preferences, background, goals), update ~/.local/share/claude-education/student.json.

7. Update Project-Local Tracking

Sync memory/knowledge_gaps.md with the current state if it exists.

8. Confirm

── Progress Saved ────────────────────────
  Topics updated: [list]
  Quizzes saved: [count]
  Misconceptions recorded: [count]
  Dashboard synced: ✓

  Keep going! Your progress is safe.
──────────────────────────────────────────

Read the full file on GitHub · 95 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 · 95 lines · 30 tokens per session scan A 90eae37c96e1

Subscribe to this mod's changes

save-progress is a skill published in the GitHub repository yarikleto/claude-teacher-plugin (7 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 671 once invoked, about $0.0002 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

learn-anything

A source-grounded adaptive tutor that tracks proof of mastery rather than content completion. Use it to learn a topic systematically, build a course from PDFs, webpages, transcripts or notes, practice retrieval and transfer, resume a long-running course, or verify whether the learner can recall and apply what they…

Nar101/learn-anything · 162 tokens

learn-by-ai

Run long-term, evidence-based adaptive learning and reconnect named study requests to local project records across sessions. Use when a learner says to start, continue, or resume learning a subject; for systematic study plans, source-grounded teaching, layered practice, review, or maintaining a knowledge graph and…

iyohesohoka646-dotcom/learn-by-ai · 77 tokens

learning-mode

Guide active, hands-on learning without completing the chosen learning target for the learner. Use when the user explicitly wants to learn, practice, master, or build something themselves with guidance, especially when a technology or concept is new to them. Diagnose the smallest missing prerequisite, guide prediction…

melsayedx/learning-mode · 116 tokens

fyuu-tutor

Operate long-running, document-backed tutoring projects that turn trusted materials or goals into adaptive HTML lessons, practice, and evidence-guided next steps. Use when creating, continuing, reviewing, or handing off a private learning project; auditing source materials; planning a curriculum; generating lessons or…

fyuuwang/fyuu-tutor · 80 tokens

teach

Use when the user wants to learn or be taught a topic interactively over multiple turns, with the agent acting as tutor rather than answer-giver. Triggers on phrases like "teach me", "tutor me", "quiz me", "let's learn", "help me understand X by working through it step by step", or any request framed around learning a…

SebastianElvis/hammer · 192 tokens

deeptutor-cli

Configure, manage, and use DeepTutor through its CLI, including capabilities, knowledge bases, partners, memory, sessions, notebooks, providers, skills, and the server or Web app.

HKUDS/DeepTutor · 42 tokens