mcpbeat

Drill Status

davepoon/drill-status

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.

264 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
3248
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/davepoon/buildwithclaude --skill drill-status

The instruction itself

1 sections, as written by the author

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.md and 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) or leech, 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.

How to use it

Copy the folder

Take davepoon/drill-status from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.