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.mdsource content
Generate flashcards for Obsidian Spaced Repetition from: $ARGUMENTS
Syntax
See
references/flashcard-syntax.md for formats:
single-sided::
bidirectional:::
multi-line;;
cloze deletions==text==
Process
- If file path: read and analyze it
- If topic: search vault for relevant notes
- Identify key concepts, terms, gotchas worth remembering
- Generate cards grouped by subtopic
- Ask where to add:
- Inline within source note
- Dedicated flashcards section at bottom
- Separate flashcards file
- 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.