anki-card-maker
SolidExtract 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.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- serejaris
- Repository
- serejaris/kimi-skills
- Created
- 1 weeks ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
flashcard-generator
Turns 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.
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-expert
Generate high-quality Anki flashcards from user-provided text (inline, local .md/.txt/.pdf files, or URLs) and auto-export to .tsv, .apkg, or push directly via AnkiConnect. Trigger when the user mentions Anki, flashcards, spaced repetition, study cards, memory cards, make cards, help me memorize, or .apkg files.