원클릭으로
swcc-stats
Use when the user wants to see a topic's review progress or dashboard. 触发:「看进度」「stats」「复习到哪了」「进度如何」「还剩多少没复习」。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants to see a topic's review progress or dashboard. 触发:「看进度」「stats」「复习到哪了」「进度如何」「还剩多少没复习」。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when the user wants to start reviewing, studying, drilling, or practicing a topic in the current conversation. 触发:「开始复习」「go」「复习一下 X」「过一遍 X」「考考我」「带我学学」「刷题」「巩固 X」「帮我梳理 X」「X 还不太熟」「X 有哪些考点」「抽查 X」。
Use when the user wants to start preparing or reviewing a technical topic, or to update / expand an existing topic. 触发例:「复习 X」「准备面试 X」「给我搭个 X 知识树」「plan X」「更新 X 的知识树」「把这个专题补全点」。
Use when the user wants a mock interview / timed simulated exam over a topic, not a guided study session. 触发:「模拟面试」「mock」「面我一次」「来场模拟」「模拟考」「mock interview」「考一套」。
Use when the user wants to end the current review session — must be the same conversation as the go/weak session it closes. 触发:「结束复习」「stop」「归档」「复习完了」「今天就到这」「收工」「收尾」「存一下进度」「记一下今天的」「先到这」「done」「完事了」。
Use when the user asks how to use this plugin, what the commands do, where to start, which command fits a goal, or wants an overview/cheatsheet of study-with-claude-code. 触发:「swcc 怎么用」「help」「这插件能干啥」「我该用哪个命令」「从哪开始」「命令列表」「使用说明」。
Use when the user wants to reflect on how their learning is going and let the system get better at teaching them — a retrospective that compounds. 触发:「复盘」「阶段总结」「compound」「反思一下我的学习」「最近学得怎么样」「帮我看看我的学习方式」。
| name | swcc-stats |
| description | Use when the user wants to see a topic's review progress or dashboard. 触发:「看进度」「stats」「复习到哪了」「进度如何」「还剩多少没复习」。 |
| argument-hint | [topic] |
| user-invocable | true |
只读地展示一个专题的复习进度。
开始前先读数据契约:
${CLAUDE_PLUGIN_ROOT}/skills/_shared/data-contract.md。本技能只读不写。
参数:$ARGUMENTS —— 可选 topic(默认 config 的 activeTopic)。
nextReview 升序,让用户一眼看到今天该补什么。$HOME/.study-with-cc/config.json 的 activeTopic(config 不存在或缺 activeTopic 时,按数据契约第九节「兜底」扫 topics/ 自愈,不要直接报错)。/swcc-plan <topic>,停止。progress.json(必要时读 review-sessions/ 做趋势聚合)。nodes 的 status 统计:mastered / in_progress / not_started 各占多少、百分比。weakPoints 按 nextReview 升序排列(最该复习的在前)。stats 取 streak、totalReviewCount、totalReviewTime。📊 <topic> 复习进度
━━━━━━━━━━━━━━━━━━━━
🟢 已掌握:<a> / <total> (<x%>)
🟡 学习中:<b> / <total> (<y%>)
🔴 未开始:<c> / <total> (<z%>)
🔴 薄弱点(<n>)
1. <concept>(节点:<node> 上次:<lastReviewed> 下次:<nextReview>)
2. …
🔥 连续复习:<streak> 天
🔢 总复习次数:<totalReviewCount>
⏱️ 总复习时长:<totalReviewTime> 分钟
掌握度变化趋势(可选):若 review-sessions/ 有多份记录,可按日期聚合各节点掌握度,画一个简单的 ASCII 趋势条;数据不足时省略此段,不要编造数字。