Flashcard Maker Skill
Create study flashcards.
Flashcard Format
---
**Q:** {Question}
**A:** {Answer}
---
**Q:** {Question}
**A:** {Answer}
---
Flashcard Types
- Definition: Term → Definition
- Q&A: Question → Detailed answer
- Fill-in-blank: Statement with ___ → Missing word
- True/False: Statement → True/False + explanation
- 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:
- Present one question at a time
- Wait for their answer
- Reveal the correct answer
- 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