swcc-stats

swcc-stats is a skill for Claude Code, Codex from guoqiaoZhou/study-with-claude-code. It costs 48 tokens per session (688 once invoked), scanned A, original, MIT.

A read-only progress dashboard for a study topic. It shows learning statuses, weak points, review timing, and available study statistics.

In plain words
What is it for?
Use it to check review progress, find the next weak concepts to revisit, and view available streak, review-count, or time records.
Why use it?
It gives a current view of what has been mastered, what is in progress, and what needs attention without changing study data.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the study-with-claude-code plugin — 12 skills shipped together

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/guoqiaozhou/study-with-claude-code/stats
Any agent
npx skills add guoqiaoZhou/study-with-claude-code --skill stats
Clone the repo
git clone --depth 1 https://github.com/guoqiaoZhou/study-with-claude-code

Made for: Claude Code, Codex.

Or install study-with-claude-code, 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 swcc-stats

README.md
[![agentmods](https://agentmods.dev/badge/skills/guoqiaozhou/study-with-claude-code/stats.svg)](https://agentmods.dev/skills/guoqiaozhou/study-with-claude-code/stats)
Your own site
<a href="https://agentmods.dev/skills/guoqiaozhou/study-with-claude-code/stats"><img src="https://agentmods.dev/badge/skills/guoqiaozhou/study-with-claude-code/stats.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 688 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.00048 $0.00688
Opus 5 $0.00024 $0.00344
Sonnet 5 $0.00010 $0.00138
Haiku 4.5 $0.00005 $0.00069

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

Security

Grade A, and why

swcc-stats 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 5d 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/stats/SKILL.md · 63 lines

What it actually says

swcc · stats — 复习进度展示

只读地展示一个专题的复习进度。

开始前先读数据契约:${CLAUDE_PLUGIN_ROOT}/skills/_shared/data-contract.md。本技能只读不写

参数:$ARGUMENTS —— 可选 topic(默认 config 的 activeTopic)。


核心原则

  1. 只读,不改任何文件。
  2. 不编数字。 趋势/统计数据不足时如实留空或省略,绝不臆造。
  3. 最该复习的排在最前。 薄弱点按 nextReview 升序,让用户一眼看到今天该补什么。

流程

1. 加载数据

  • topic 缺省 → 读 $HOME/.study-with-cc/config.jsonactiveTopic(config 不存在或缺 activeTopic 时,按数据契约第九节「兜底」扫 topics/ 自愈,不要直接报错)。
  • 该专题不存在 → 提示先 /swcc-plan <topic>,停止。
  • progress.json(必要时读 review-sessions/ 做趋势聚合)。

2. 计算

  • nodesstatus 统计:mastered / in_progress / not_started 各占多少、百分比。
  • weakPointsnextReview 升序排列(最该复习的在前)。
  • stats 取 streak、totalReviewCount、totalReviewTime。

3. 渲染

📊 <topic> 复习进度
━━━━━━━━━━━━━━━━━━━━
🟢 已掌握:<a> / <total> (<x%>)
🟡 学习中:<b> / <total> (<y%>)
🔴 未开始:<c> / <total> (<z%>)

🔴 薄弱点(<n>)
1. <concept>(节点:<node> 上次:<lastReviewed> 下次:<nextReview>)
2. …

🔥 连续复习:<streak> 天
🔢 总复习次数:<totalReviewCount>
⏱️ 总复习时长:<totalReviewTime> 分钟

掌握度变化趋势(可选):若 review-sessions/ 有多份记录,可按日期聚合各节点掌握度,画一个简单的 ASCII 趋势条;数据不足时省略此段,不要编造数字。


质量基准

  • 比例数字和 progress.json 对得上;薄弱点按 nextReview 正确排序。
  • 数据不足的段落如实省略,不臆造趋势。
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. 5d ago First seen · 63 lines · 48 tokens per session scan A 834b285524e8

Subscribe to this mod's changes

swcc-stats is a skill published in the GitHub repository guoqiaoZhou/study-with-claude-code (2 stars, last pushed 2mo ago), licensed MIT. It adds 48 tokens to every session and 688 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

textbook-distillation

Turn a textbook or long-form source into a self-paced learning track: intake the material, build a chapter map, draft a lesson plan, then generate self-contained HTML lecture notes in a style the human specifies (layout, palette, emphasis), each lesson carrying worked examples, exercises, and checkpoint questions.…

Lingtai-AI/lingtai · 162 tokens

researchers-historical

Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.

bitwize-music-studio/claude-ai-music-skills · 30 tokens

Interview Prep Generator

Generate STAR stories, practice questions, and talking points from resume.

PramodDutta/qaskills · 16 tokens

obsidian-to-clew-import

Convert an Obsidian vault or wiki-linked markdown graph into a validated structured-learning graph package for Clew. Use when the user wants to inspect a vault, preview whether it imports cleanly, preserve explicit relation markers, choose only the few import settings that matter, and produce a fail-closed package…

miuuyy/Clew · 72 tokens

interview-simulator

Simulate role-specific mock interviews, score each answer, and provide concrete feedback and model responses for interview preparation.

LazyAGI/LazyMind · 27 tokens

Automation Interview Prep

Prepare for SDET and automation interviews round by round, covering coding screens, framework design, API testing tasks, scenario questions, and STAR stories built from real testing work.

PramodDutta/qaskills · 38 tokens