flashcards

flashcards is a skill for Claude Code from yarikleto/claude-teacher-plugin. It costs 50 tokens per session (1,943 once invoked), scanned A, original, MIT.

A study tool that creates Anki-style question-and-answer flashcards from topics a student has already learned. It exports Markdown and Anki-compatible CSV cards and saves them to education records.

In plain words
What is it for?
Use it to generate cards for a chosen studied topic or for all studied topics, with priority based on learning needs and review schedules.
Why use it?
It turns existing study progress into review material while focusing on weak areas and misconceptions.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the claude-teacher plugin — 15 skills, 5 hooks shipped together

Good fit Use it to generate cards for a chosen studied topic or for all studied topics, with priority based on learning needs and review schedules.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add yarikleto/claude-teacher-plugin
Claude Code
/plugin install claude-teacher

Made for: Claude Code.

Or install claude-teacher, the plugin that ships this one along with the rest of its 15 skills, 5 hooks.

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 flashcards

README.md
[![agentmods](https://agentmods.dev/badge/skills/yarikleto/claude-teacher-plugin/flashcards/github.svg)](https://agentmods.dev/skills/yarikleto/claude-teacher-plugin/flashcards)
Your own site
<a href="https://agentmods.dev/skills/yarikleto/claude-teacher-plugin/flashcards"><img src="https://agentmods.dev/badge/skills/yarikleto/claude-teacher-plugin/flashcards/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 flashcards

Your own site · 80×15
<a href="https://agentmods.dev/skills/yarikleto/claude-teacher-plugin/flashcards"><img src="https://agentmods.dev/badge/skills/yarikleto/claude-teacher-plugin/flashcards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,943 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.
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.00050 $0.01943
Opus 5 $0.00025 $0.00971
Sonnet 5 $0.00010 $0.00389
Haiku 4.5 $0.00005 $0.00194

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

Security

Grade A, and why

flashcards 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.

skills/flashcards/SKILL.md · 191 lines

How it starts

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

Requested topic/task: $ARGUMENTS

Before accessing education data, read ${CLAUDE_PLUGIN_ROOT}/references/education-data.md. Resolve every <education-db> below using that contract. Current session ID: ${CLAUDE_SESSION_ID}.

Flashcards — Anki-Style Card Generation

Generates study flashcards from topics the student has already learned. Cards are prioritized by weakness, misconceptions, and spaced repetition schedule. Exports in Markdown and Anki-compatible CSV.

Invocation

/claude-teacher:flashcards — generate cards for all studied topics, prioritized by need /claude-teacher:flashcards [topic] — generate cards for a specific topic

Process

1. Load Context

  1. Read <education-db>/dashboard.json — get all topic statuses
  2. Read <education-db>/student.json — adapt card style to learning preferences
  3. If a topic was given, read <education-db>/topics/<topic>.json — check depth, misconceptions, quiz history
  4. If no topic given, collect all topics from dashboard and read each topic file
  5. NEVER generate flashcards for topics not in the DB — the student hasn't learned them yet. If no studied topics exist: "Nothing to make flashcards for yet — let's learn something first!"

2. Prioritize Topics for Card Generation

Generate cards in this order (highest priority first):

  1. Weak topics — these need the most reinforcement
  2. Topics with unresolved misconceptions — targeted cards to correct misunderstandings
  3. Topics with next_review <= today — due for spaced repetition
  4. Topics at surface depth — need more exposure to reach working
  5. Learned topics — general reinforcement
  6. Solid topics — fewer cards, focused on edge cases and connections

3. Generate Cards

For each topic, generate 5-10 flashcards using a mix of card types. Use WebSearch to verify every fact before putting it on a card — flashcards with wrong information are worse than no flashcards.

Card Types

Definition — core concept recall

Front: What is [concept]?
Back: [Concise definition]. [Why it matters in one sentence].

Read the full file on GitHub · 191 lines

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 · +8 lines 20017155365b
  2. 9d ago First seen · 183 lines · 50 tokens per session scan A 0ee170d28d51

Subscribe to this mod's changes

flashcards is a skill published in the GitHub repository yarikleto/claude-teacher-plugin (8 stars, last pushed 3d ago), licensed MIT. It adds 50 tokens to every session and 1,943 once invoked, about $0.0003 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-08-31.

Related

Other skills, from other repositories

exam-study-guide

A study-guide builder for a completed exam chapter that has not yet passed its required checks. It creates a structured teaching checklist and, in full mode, a self-contained HTML and printable PDF guide with readable formulas, visible images, explanations, examples, and answers.

ZeKaiNie/universal-examprep-skill · 113 tokens

exam-cheatsheet

A compiler that turns completed exam notes, mistakes, mastered topics, and reference material into a traceable pre-exam cheat sheet. It can also make a print-ready PDF when visual output or printing is requested.

ZeKaiNie/universal-examprep-skill · 156 tokens

learn-anything

A source-grounded adaptive tutor that tracks proof of mastery rather than content completion. Use it to learn a topic systematically, build a course from PDFs, webpages, transcripts or notes, practice retrieval and transfer, resume a long-running course, or verify whether the learner can recall and apply what they…

Nar101/learn-anything · 162 tokens

learn-by-ai

Run long-term, evidence-based adaptive learning and reconnect named study requests to local project records across sessions. Use when a learner says to start, continue, or resume learning a subject; for systematic study plans, source-grounded teaching, layered practice, review, or maintaining a knowledge graph and…

iyohesohoka646-dotcom/learn-by-ai · 77 tokens

learning-mode

Guide active, hands-on learning without completing the chosen learning target for the learner. Use when the user explicitly wants to learn, practice, master, or build something themselves with guidance, especially when a technology or concept is new to them. Diagnose the smallest missing prerequisite, guide prediction…

melsayedx/learning-mode · 116 tokens

fyuu-tutor

Operate long-running, document-backed tutoring projects that turn trusted materials or goals into adaptive HTML lessons, practice, and evidence-guided next steps. Use when creating, continuing, reviewing, or handing off a private learning project; auditing source materials; planning a curriculum; generating lessons or…

fyuuwang/fyuu-tutor · 80 tokens