Flashcards Generator
Generate clean, well-organized flashcards for studying and learning.
Instructions
When Given a Topic Title:
- •Research or use knowledge about the topic to identify key concepts
- •Create 10-15 flashcards covering the most important points
- •Ensure questions are clear and answers are concise
- •Generate a markdown file with a clean table format
When Given a Reference File:
- •Read the provided file using the Read tool
- •Extract key concepts, definitions, facts, and important points
- •Transform each concept into a question-answer pair
- •Generate flashcards covering the main content
Output Format:
Always generate flashcards in this clean markdown table format:
markdown
# Flashcards: [Topic Name] | # | Front (Question) | Back (Answer) | |---|------------------|---------------| | 1 | Question here... | Answer here... | | 2 | Question here... | Answer here... |
File Naming:
- •Save as
flashcards-[topic-name].mdin the current directory - •Use lowercase and hyphens for the topic name (e.g.,
flashcards-python-basics.md)
Guidelines for Quality Flashcards
- •One concept per card - Keep each flashcard focused on a single idea
- •Clear questions - Make questions specific and unambiguous
- •Concise answers - Keep answers brief but complete
- •Avoid yes/no questions - Use "What", "How", "Why", "Define" instead
- •Include variety - Mix definitions, concepts, examples, and applications
- •Progressive difficulty - Order cards from basic to advanced concepts
Examples
Example 1: Topic-based Generation
User Request: Generate flashcards on photosynthesis
Output: flashcards-photosynthesis.md
markdown
# Flashcards: Photosynthesis | # | Front (Question) | Back (Answer) | |---|------------------|---------------| | 1 | What is photosynthesis? | The process by which plants convert light energy into chemical energy (glucose) using carbon dioxide and water | | 2 | What is the chemical equation for photosynthesis? | 6CO2 + 6H2O + light energy → C6H12O6 + 6O2 | | 3 | Where does photosynthesis occur in plant cells? | In the chloroplasts | | 4 | What pigment captures light energy? | Chlorophyll | | 5 | What are the two main stages of photosynthesis? | Light-dependent reactions and the Calvin cycle (light-independent reactions) |
Example 2: File-based Generation
User Request: Generate flashcards from notes.txt
Process:
- •Read the contents of notes.txt
- •Identify key points and concepts
- •Convert each into a Q/A pair
- •Save as
flashcards-notes.md
Best Practices
- •Generate between 10-20 flashcards for optimal study sessions
- •If the topic is broad, focus on foundational concepts first
- •For reference files, prioritize definitions, key terms, and main ideas
- •Always number the flashcards for easy reference
- •Keep the table formatting clean and consistent