progress

A read-only command that displays learning progress for the current study topic and a lifetime summary across projects. It uses concept maps, counts, and dates from study records.

In plain words
What is it for?
Use it when asking for progress, learning history, or the current study status.
Why use it?
It shows what has been learned and what remains without changing study data or inventing progress measures.

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/codeprakhar25/claude-study-mode/progress
Any agent
npx skills add codeprakhar25/claude-study-mode --skill progress
Clone the repo
git clone --depth 1 https://github.com/codeprakhar25/claude-study-mode

Made for: Claude Code, Codex.

Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 521 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.00054 $0.00521
Opus 5 $0.00027 $0.00260
Sonnet 5 $0.00011 $0.00104
Haiku 4.5 $0.00005 $0.00052

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

Security

Grade A, and why

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 2d 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/progress/SKILL.md · 47 lines

What it actually says

/progress — on-demand progress diagram

The one place the visual lives mid-session. Read-only — never write anything here. Show two parts; keep it honest (real counts and dates only — no streaks, no XP, no invented momentum).

Steps

  1. Current topic map. Read the session file for this project (session= path from your context, under ~/.claude/study/sessions/). If one exists, render a bar + concept list:

    <topic>   ▰▰▰▱▱  <passed>/<total>
    [x] values & types   [x] structs   [>] goroutines   [ ] channels   [ ] HTTP handler
    

    [x] = passed (index < checkpoint), [>] = current (index == checkpoint), [ ] = locked. Bar: one ▰ per passed concept, ▱ for the rest. If no session exists for this project, say so in one line and skip to the lifetime view.

  2. Lifetime summary. Read the ledger (history= path, ~/.claude/study/history.jsonl). Group records by topic; for each show the concept count and the first/last ts (date only). Sort most-recent first.

    Lifetime — <N> concepts · <M> topics
    Go    ▰▰▰      3   (Jun 18 – Jun 22)
    LoRA  ▰▰▰▰▰    5   (Jun 10 – Jun 14)
    STT   ▰▰▰▰     4   (Jun 20 – Jun 22)
    

    If the ledger is empty, say "No concepts logged yet — pass a /quiz checkpoint to start the record." and stop.

Rules

  • Read-only. Do not write the session or ledger from here.
  • Plain markdown + ASCII only (no unicode fancy fonts). Counts must match the ledger exactly — don't pad, don't invent topics or dates.
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. 2d ago First seen · 47 lines · 54 tokens per session scan A 5d87d797acc6

Subscribe to this mod's changes

progress is a skill published in the GitHub repository codeprakhar25/claude-study-mode (12 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 521 once invoked, about $0.0003 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

tutor

Use when the user wants to learn, study, or understand a topic — triggered by requests to teach, tutor, explain concepts, quiz, drill, or build understanding of any subject.

JEFF7712/claude-tutor · 39 tokens

language-learning

AI language tutor for learning ANY language through conversation, vocab drills, grammar lessons, flashcards, and immersive practice. Use when the user wants to: learn a new language, practice vocabulary, study grammar, do flashcard drills, translate phrases, practice conversation, prepare for travel, learn…

jackjin1997/ClawForge · 130 tokens

learn

Interactive lesson tutor for the AI Engineering from Scratch curriculum. Reads LEARNING.md, fetches the next lesson, teaches it section by section in the terminal, quizzes at the end, and records progress. Works cloned or entirely over raw.githubusercontent.com — no setup required. Trigger phrases: "next lesson"…

rohitg00/ai-engineering-from-scratch · 80 tokens

reading-metaskill

当用户想养成阅读习惯、问「读什么书/怎么读」「如何学习新领域/怎么入门某学科」时调用。 核心理念: 阅读是终极元技能; 读你所爱直到爱上阅读, 没有读完义务; 读原著与经典优先; 以教促学; 每天1-2小时即可进入极少数人行列。 不适用于: 具体某本书的书评、考试备考资料选择。 Triggers: 阅读/读书/怎么学习/入门/原著/书单/reading/how to learn.

kangarooking/cangjie-skill · 139 tokens

coach

Learning telemetry, strategy, and schedule — retention stats, calibration, grader audit, n-of-1 experiments, HTML dashboard. Use for "how am I doing", weekly check-ins, strategy questions, auditing the grader, or adjusting how Engram teaches.

nagisanzenin/engram · 53 tokens

learning-notes-automation

学习笔记自动化:视频/播客转录 → 知识点提取 → 闪卡生成 → 知识图谱更新。触发词:学习笔记、闪卡、Anki、知识提取、视频学习.

chubbyguan/chubbyskills · 58 tokens