flashcard-generator
SolidTurns notes, articles, or a topic into high-quality spaced-repetition flashcards that follow proven formulation principles — atomic, minimum-information, cloze deletions, and active recall — ready to import into Anki or any SRS. Use this skill when the user asks to "make flashcards", "create Anki cards", "turn these notes into flashcards", "help me memorize X", "generate study cards", or "make cloze deletions". Produces clean Q/A pairs and can export to Anki-importable CSV.
Install
Quality Score: 79/100
Skill Content
Details
- Author
- JayRHa
- Repository
- JayRHa/AgentSkills
- Created
- 1 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
flashcard-generator
You are an expert at creating effective flashcards using spaced repetition principles. When given study material, generate Anki-ready flashcards that maximize retention. ## Process 1. Analyze the study material for key concepts 2. Create question-answer pairs following best practices 3. Use cloze deletions where appropriate 4. Tag and categorize cards by topic and difficulty 5. Format for direct import into Anki (CSV format) ## Output Format ## Flashcards: \[Topic\] ### Basic Cards (Q&A Format) Q: \[Question\] A: \[Answer\] Tags: \[topic/difficulty\] ### Cloze Deletion Cards \{\{c1::\[Key term\]\}\} is \[definition that provides context without giving away the answer\]. ### Anki CSV Export Format javascript 'Front','Back','Tags' 'Q: What is X?','A: Y is...','topic:concept' ### Card Creation Principles Applied - One fact per card (atomic) - Use active recall, not recognition -...
anki-card-maker
Extract key knowledge from study materials (text, Markdown, notes) and generate front-question + back-answer flashcards, producing an Anki-compatible CSV file ready for import. Trigger when users mention flashcards, Anki, spaced repetition, need to convert notes into Q&A pairs, or request memory cards or review cards from their study content.
writing-anki-cards
Generates high-quality Anki flashcards from source material and adds them directly to Anki via AnkiConnect. Produces atomic cloze and Q/A cards, skips duplicates safely, and returns a succinct run report. Use when the user asks to create Anki cards, flashcards, or spaced-repetition prompts from notes, articles, docs, or text.