← Back to list

flashcards-generator
by umer-jamshed993
⭐ 0🍴 0📅 Dec 27, 2025
SKILL.md
name: flashcards-generator description: Generate neat, clean flashcards in markdown table format from a topic title or reference file. Use when you need to create study materials, review cards, or learning aids for any subject. allowed-tools: Read, Write, Glob, WebSearch
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:
# 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
# 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
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon