Agent Skills
› davepoon/buildwithclaude
› drill-status
drill-status
GitHub展示用户学习进度,包括已学主题、待复习卡片、薄弱概念及下一步建议。适用于查询因何而学、学习状态或 drill-me 状态时调用。只读操作,无教学功能。
Trigger Scenarios
用户询问有什么需要复习的
用户想了解学习进展如何
用户请求查看 drill-me 状态
Install
npx skills add davepoon/buildwithclaude --skill drill-status -g -y
SKILL.md
Frontmatter
{
"name": "drill-status",
"description": "Show drill-me learning progress — topics studied, cards due for review, weakest concepts, and what to study next. Use when the user asks what's due, how their learning is going, or for their drill-me status.",
"allowed-tools": "Read Glob Bash"
}
drill-status
Report on the user's learning state. Read-only — no teaching, no ledger writes.
- Run
date +%Y-%m-%d. - Read
~/.drill-me/index.mdand every file in~/.drill-me/topics/. If the directory doesn't exist, say so and suggest/drill:me <topic>to start. - Print a compact report:
- A table of topics: cards, due now, next due date, last session.
- Weak spots: cards flagged
cw(confident-wrong) orleech, and any card with stability under 2 days after 3+ reviews — name the concepts plainly. - Recommendation: the single best next action ("3 cards due in Rust lifetimes — a 10-minute review today beats 30 minutes on Friday").
Keep it under a screenful. No lectures, no science explainers — just the dashboard.
Version History
- 502fc01 Current 2026-07-05 15:11


