🎴

Flashcard Maker

Verified

by Community

Generate flashcards with questions on one side and answers on the other. Supports various formats — Q&A, fill-in-the-blank, true/false, and concept definitions.

flashcardsstudyeducationlearning

Flashcard Maker Skill

Create study flashcards.

Flashcard Format

---
**Q:** {Question}
**A:** {Answer}

---
**Q:** {Question}
**A:** {Answer}

---

Flashcard Types

  1. Definition: Term → Definition
  2. Q&A: Question → Detailed answer
  3. Fill-in-blank: Statement with ___ → Missing word
  4. True/False: Statement → True/False + explanation
  5. Example: Concept → Real-world example

Saving Flashcards

mkdir -p ~/workspace/flashcards
cat > ~/workspace/flashcards/{topic}.md << 'EOF'
{flashcard content}
EOF

Quiz Mode

When the user wants to practice:

  1. Present one question at a time
  2. Wait for their answer
  3. Reveal the correct answer
  4. Track score (correct/total)

Guidelines

  • Create 10-20 cards per topic
  • Mix easy, medium, and hard questions
  • Use clear, unambiguous phrasing
  • Save to workspace for repeated study