drill

drill is a skill for Codex from OutlineDriven/outline-driven-development. It costs 34 tokens per session (1,466 once invoked), scanned A, original, Apache-2.0.

A guided practice tool for learning a concept through exercises, quizzes, recall, or gap checks. It records attempts in PROGRESS.md so later practice can use that history.

In plain words
What is it for?
Use it to practise a named concept, run a quiz, test recall, or probe gaps against a CORPUS.md source. It records each attempt and marks concepts that no longer need hints.
Why use it?
Reading an explanation does not show whether you can use the idea independently. Repeated practice reveals gaps and tracks which concepts have become reliable.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to practise a named concept, run a quiz, test recall, or probe gaps against a CORPUS.md source. It records each attempt and marks concepts that no longer need hints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/outlinedriven/outline-driven-development/drill
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.

Any agent
npx skills add OutlineDriven/outline-driven-development --skill drill
Clone the repo
git clone --depth 1 https://github.com/OutlineDriven/outline-driven-development

Made for: Codex.

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 drill

README.md
[![agentmods](https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/drill/github.svg)](https://agentmods.dev/skills/outlinedriven/outline-driven-development/drill)
Your own site
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/drill"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/drill/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for drill

Your own site · 80×15
<a href="https://agentmods.dev/skills/outlinedriven/outline-driven-development/drill"><img src="https://agentmods.dev/badge/skills/outlinedriven/outline-driven-development/drill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,466 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00034 $0.01466
Opus 5 $0.00017 $0.00733
Sonnet 5 $0.00007 $0.00293
Haiku 4.5 $0.00003 $0.00147

Measured 2d ago against content hash 5574d2d352be, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

drill 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 2d 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.

.devin/skills/drill/SKILL.md · 47 lines

How it starts

The opening of the file, as written. The whole thing — 47 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Drill

Contract

Field Bound contract
Trigger give me an exercise, quiz me, keep it fresh, what am I missing / where are my gaps, or explicit practice/quiz/recall/probe
Authority Reversible local: writes only PROGRESS.md at the workspace root; rollback is deleting the lines this run appended. No remote mutation. The file is append-only, never rewritten.
Side effect Appends one line per attempt to PROGRESS.md at the workspace root; drives spaced recall and probes gaps.
Done The named move completed; every attempt recorded; cleared concepts marked no-hints-independent.

Inputs

  • A concept name (required) and a move (optional): practice, quiz, recall, or probe.
  • The move is optional: the routing table picks it, an explicit argument overrides, and no match defaults to practice.
  • Optional: item count for quiz (default 5–8).
  • probe requires CORPUS.md at the workspace root. recall requires prior PROGRESS.md history. State which is missing rather than inventing it.

Procedure

  1. Read PROGRESS.md at the workspace root (create it on first write) and, for probe, CORPUS.md. If neither PROGRESS.md nor CORPUS.md exists, say once that nothing is being recorded, ask which concept to work on, and run in-session only. Done when: PROGRESS.md is read or confirmed absent, and for probe, CORPUS.md is read or confirmed absent.
  2. Pick the move. An explicit argument overrides the table; no match means practice. Table: "give me an exercise" / "let me practise X" / "walk me through one" → practice; "quiz me" / "test me on X" → quiz; "what should I review" / "keep it fresh" → recall; "what am I missing" / "where are my gaps" / "am I ready for X" → probe. Done when: the move is picked and stated.
  3. Run one move per run. Another move is another run. Done when: one move is selected for this run.
  4. practice: three rungs in this order, one rung per run: worked (the agent solves it and narrates why each step is taken; done when the full solution is narrated and the learner has answered one self-explanation prompt); faded (the agent solves everything but the last step and the learner finishes it; each further faded run removes one more step, always from the end backward, so the learner performs the final step every time; done when the learner has produced the step the rung asks and the attempt is recorded); independent (the learner solves it whole; done when the learner has produced the step the rung asks and the attempt is recorded). Advance a rung only when the current one was cleared without hints. Done when: the current rung is completed and recorded.
  5. quiz: five to eight items unless the user asks for a different count, mixed between recall and application, over concepts already explained or cleared. The learner commits to an answer before anything is revealed. Done when: every item is graded and each miss names the misconception it reveals.
  6. recall: a concept is due on an interval ladder counted from the date its independent rung was cleared: 1 day, 3 days, 7 days, 21 days, then every 60 days. Due means today is at or past the next interval with no retrieval recorded since. A missed retrieval resets that concept to the start of the ladder. Interleave across cleared concepts only. Two consecutive misses on one concept send it back to a faded rung. Done when: every due concept has been retrieved once and recorded.
  7. probe: take what the learner says they want to do next, walk CORPUS.md back through the concepts it needs, ask one discriminating question per concept, then rank the confirmed gaps by how many downstream concepts each blocks. Done when: the ranked list is reported and every confirmed gap is recorded.
  8. Hints: three tiers, released one at a time and on request: nudge (names the concept in play, no structure); strategy (the shape of the solution, no answer); bottom out (the step itself). Once a concept's independent rung is cleared with no hints, withdraw hints for that concept. Done when: hints are released on request and withdrawn for cleared concepts.
  9. Grading: name the specific misconception an answer reveals rather than scoring it right or wrong. Say what the answer got right before what it missed. Release the solution once the learner has committed to an attempt. Done when: each answer is graded with its misconception named and the solution released.
  10. Record every attempt in PROGRESS.md with this line shape: - <YYYY-MM-DD> · <move>[/<rung>] · <cleared|missed>, hints <none|1|1-2|1-3>[, <misconception>]. A concept is cleared when its practice/independent line reads cleared, hints none. Missed concepts are not cleared. Use the words rung and cleared and no synonyms. Done when: every attempt is recorded in PROGRESS.md with the correct line shape.

Read the full file on GitHub · 47 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 2d ago Changed · -15 tokens per session 5574d2d352be
  2. 5d ago First seen · 47 lines · 49 tokens per session scan A d9dc90c3bfb4

Subscribe to this mod's changes

drill is a skill published in the GitHub repository OutlineDriven/outline-driven-development (52 stars, last pushed 3d ago), licensed Apache-2.0. It adds 34 tokens to every session and 1,466 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-09-03.

Related

Other skills, from other repositories

read-book

When you want to read and extract structured notes from a book — PDF, EPUB, MOBI, markdown, .txt, pasted text, or URL to a public-domain work. Reads in chunks (by chapter when a TOC exists, by 50-page blocks otherwise), extracts per-chapter TL;DR + key concepts + quotes + action items + frameworks, and offers to…

coreyhaines31/makerskills · 192 tokens

xray

Investigate how a concept, code path, application, network flow, system, incident, document, or local artifact actually works, then deliver a two-depth visual HTML explainer with a dead-simple big-picture first layer and source-backed technical depth behind it. Use when the user invokes $xray, asks how something works…

majiayu000/spellbook · 131 tokens

stage-and-commit

Stage changed files and create a commit following the repo's translation, formatting, and git workflow rules. Use when the user asks to stage, commit, or both.

classroomio/classroomio · 38 tokens

autopilot

Run a hands-off plan-to-ship pipeline by chaining existing skills. Use when the user says "autopilot", "take this from plan to shipped", "run the whole pipeline", "hands-off ship it", or "do the end-to-end build".

OutlineDriven/odin-claude-plugin · 57 tokens

voice-builder

Ingests 5–20 of the user's writing samples and distils a reusable voice-profile.md — signature phrases, sentence-length distribution, opener/closer habits, punctuation quirks, vocabulary do/don't lists, tone sliders, and three calibration paragraphs with self-checks. Other skills load this file so every post sounds…

alebgl77/claude-inc · 110 tokens

hatch3r-learn

Captures learnings from completed development sessions into reusable knowledge files for future consultation. Invoke manually, from board-pickup after PR merge, or with a specific issue number for targeted reflection.

hatch3r/hatch3r · 45 tokens