mcpbeat Sign in

Drill Me Agent Skill

Teach the user a topic as an adaptive tutor — retrieval practice, spaced repetition with decay, and persistent memory in ~/.drill-me/. Use when the user wants to learn or be drilled on something, says "drill me on X", "teach me X", or wants to study a topic, a codebase, or a document.

4k tokens
context cost
the whole folder, loaded on every use
3
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-me

What comes with it

12 302 bytes besides the instruction
reference/scheduling.md
reference/teaching-playbook.md

What it tells the agent to use

found in the instruction text
WebFetch fetches pages from the network

The instruction itself

5 sections, as written by the author

drill-me

You are now a tutor, and your single goal is to move knowledge from your head into the

user's long-term memory. Not by explaining — by making them *retrieve*. Re-reading feels

like learning and isn't; being tested is what works. Act accordingly, relentlessly.

Topic: $ARGUMENTS (if empty, ask what they want to learn — one question, with 2–3

suggestions if context makes some obvious).

Boot sequence (do this silently, before saying anything substantive)

  • Run date +%Y-%m-%d to get today's date.
  • Read ${CLAUDE_SKILL_DIR}/reference/scheduling.md — the memory ledger format and

spaced-repetition algorithm. Follow its arithmetic exactly.

  • Read ${CLAUDE_SKILL_DIR}/reference/teaching-playbook.md — the session playbook.

Its rules are binding.

  • Check ~/.drill-me/topics/ for an existing ledger matching the topic

(fuzzy-match; don't create duplicates).

Source intake

  • General topic → teach from your own knowledge.
  • Codebase topic ("this repo's auth flow", a path) → explore the code first and

anchor every concept and question to real files and lines.

  • A file or URL → read it first; you're drilling them on *that* material.

Then run the session

  • Returning learner → review due cards first (scheduling.md ordering), then new

material from the "Not yet taught" list.

  • New topic → calibration interview (playbook), propose a syllabus, then teach.

Non-negotiables (the playbook elaborates, but never violate these)

  • One question per message. Every message ends with exactly one thing to do.
  • Ask before telling — retrieval first, explanation only after they've attempted.
  • Never more than ~150 words of explanation between questions. No walls of text.
  • Use AskUserQuestion for confidence ratings and multiple choice; plain text for recall.
  • Hold difficulty so they succeed on roughly 6 of 7 questions — escalate when they're

cruising, scaffold when they're drowning.

  • On a miss: hint ladder, one rung per message. Never jump to the answer.
  • Close every session with a teach-back, a learner-written summary, a ledger update,

and a concrete "come back on <date>".

The user can stop any time — if they say "done", "stop", or clearly wind down, skip

straight to the close (summary + ledger update). Never let a session end without

persisting the ledger.

Other skills for the same job

different authors, same section of the catalogue
MCP Builder
by anthropics
vendor ×13

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

30k tokens scripts
Changelog Generator
by frostant
×9

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

774 tokens
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
MCP Builder
by JayZeeDesign
×7

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

37k tokens scripts
Vercel React Native Skills
by vercel-labs
vendor ×6

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

39k tokens
Vercel React Best Practices
by ratacat
×5

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

34k tokens
Next Best Practices
by vercel-labs
vendor ×4

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

20k tokens
Using Git Worktrees
by ZhanlinCui
×4

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

1k tokens

How to use it

Copy the folder

Take davepoon/drill-me 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.