Claude-skill-registry flashcards

Generate spaced repetition flashcards from notes or topics. Use when user wants to create flashcards, make review cards, prepare for spaced repetition, or convert notes to quiz format. Triggers on "flashcards", "make cards", "spaced repetition", "review cards".

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/flashcards" ~/.claude/skills/majiayu000-claude-skill-registry-flashcards && rm -rf "$T"
manifest: skills/data/flashcards/SKILL.md
source content

Generate flashcards for Obsidian Spaced Repetition from: $ARGUMENTS

Syntax

See

references/flashcard-syntax.md
for formats:

  • ::
    single-sided
  • :::
    bidirectional
  • ;;
    multi-line
  • ==text==
    cloze deletions

Process

  1. If file path: read and analyze it
  2. If topic: search vault for relevant notes
  3. Identify key concepts, terms, gotchas worth remembering
  4. Generate cards grouped by subtopic
  5. Ask where to add:
    • Inline within source note
    • Dedicated flashcards section at bottom
    • Separate flashcards file
  6. Add cards to chosen location

Guidelines

  • Atomic: one concept per card
  • Bidirectional for terminology, translations, concept ↔ example
  • Cloze for port numbers, values, command syntax
  • Avoid: yes/no questions, overly long answers, memorizing lists

Generate cards useful for recall, not trivial facts.