Flashcard Coverage Checker banner
serbestonline serbestonline

Flashcard Coverage Checker

Code Quality community

Description

--- name: flashcard-coverage-checker description: Compare existing Anki flashcard decks against lecture source materials to identify uncovered topics and generate supplementary cards. Course-agnostic — works with any course. Inherits card format rules from flashcard-generator.md for supplementary card generation. inherits: flashcard-generator.md --- # Flashcard Coverage Checker Compares existing flashcards against source materials. Identifies gaps. Generates `flashcards_supplementary.tsv` for

Installation

Installs to ~/.claude/skills/serbestonline-cerebro-flashcard-coverage-checker/SKILL.md

Terminal
mkdir -p ~/.claude/skills/serbestonline-cerebro-flashcard-coverage-checker && curl -fsSL https://raw.githubusercontent.com/serbestonline/Cerebro/HEAD/skills/flashcard-coverage-checker.md -o ~/.claude/skills/serbestonline-cerebro-flashcard-coverage-checker/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository