flashcard-creator
Create flashcards for spaced repetition learning, compatible with Anki import. Supports basic cards, cloze deletions, and mnemonic aids. Use when creating study flashcards, Anki decks, vocabulary cards, memorization aids, or spaced repetition materials from notes or topics. Triggers - create flashcards, make Anki cards, spaced repetition, memory cards, cloze deletion cards.
What this skill does
# Flashcard Creator
Generate effective flashcards optimized for spaced repetition learning systems like Anki.
## Workflow
```mermaid
flowchart LR
A[Source Material] --> B[Identify Key Facts]
B --> C[Choose Card Type]
C --> D[Create Cards]
D --> E[Add Mnemonics]
E --> F[Format for Export]
```
---
## Step 1: Card Design Principles
### The 20 Rules of Formulating Knowledge (Summary)
1. **Understand before memorizing** - Never create cards for things you don't understand
2. **Minimum information** - Keep each card focused on ONE fact
3. **Use cloze deletion** - More effective than Q&A for many concepts
4. **Avoid sets/lists** - Break lists into individual cards or use mnemonics
5. **Use imagery** - Visual memory is powerful
6. **Use mnemonic techniques** - Acronyms, stories, memory palaces
---
## Step 2: Card Types
### Basic Card (Front → Back)
```
Front: What is the powerhouse of the cell?
Back: Mitochondria
```
**Anki Format:**
```
What is the powerhouse of the cell? Mitochondria
```
### Reversed Card (Both Directions)
```
Front: Mitochondria
Back: The powerhouse of the cell - produces ATP through cellular respiration
```
**Anki Format (with tag):**
```
Mitochondria The powerhouse of the cell - produces ATP reversed
```
### Cloze Deletion
```
Text: The {{c1::mitochondria}} is the powerhouse of the cell, producing {{c2::ATP}}.
```
**Anki Format:**
```
The {{c1::mitochondria}} is the powerhouse of the cell, producing {{c2::ATP}}.
```
---
## Step 3: Card Templates by Subject
### Vocabulary/Terminology
```
Front: [Term]
Back:
- Definition: [Clear definition]
- Example: [Usage in context]
- Related: [Connected terms]
```
### Formulas
```
Front: Formula for [concept]?
Back:
[Formula]
Where:
- [Variable] = [meaning]
```
### Processes/Sequences
```
Front: What are the steps of [process]?
Back:
1. [Step 1]
2. [Step 2]
3. [Step 3]
Mnemonic: [Memory aid]
```
### Dates/Events
```
Front: [Year]: What happened?
Back: [Event and significance]
```
OR
```
Front: When did [event] occur?
Back: [Year] - [Brief context]
```
---
## Step 4: Mnemonic Techniques
### Acronyms
```
Front: Order of operations in math?
Back: PEMDAS - Parentheses, Exponents, Multiplication, Division, Addition, Subtraction
```
### Visual Association
```
Front: What is the symbol for Iron on the periodic table?
Back: Fe (think: "Fe"rris wheel made of iron)
```
### Story Method
```
Front: Stages of mitosis in order?
Back: PMAT - "Please Make Another Taco"
Prophase → Metaphase → Anaphase → Telophase
```
---
## Step 5: Anki Export Format
### Tab-Separated Format (.txt)
```
Front Text<TAB>Back Text
Question 1 Answer 1
Question 2 Answer 2
```
### With Tags
```
Front Text Back Text tag1 tag2
What is DNA? Deoxyribonucleic acid - carries genetic information biology genetics
```
### Cloze Format
```
{{c1::Answer hidden}}
The {{c1::mitochondria}} produces ATP.
```
---
## Step 6: Batch Generation Template
When creating multiple cards from a topic:
```markdown
# [Topic] Flashcards
**Total Cards:** [Number]
**Deck Name:** [Subject]::[Topic]
**Tags:** [tag1] [tag2]
---
## Cards
### Card 1
**Front:** [Question/Prompt]
**Back:** [Answer/Information]
### Card 2
**Front:** [Question/Prompt]
**Back:** [Answer/Information]
[Continue...]
---
## Anki Import Ready
[Tab-separated plain text version]
```
---
## Quality Checklist
- [ ] Each card tests ONE piece of information
- [ ] Cards can be answered in <10 seconds
- [ ] No ambiguous questions with multiple valid answers
- [ ] Mnemonics added for difficult items
- [ ] Cards are context-independent (understandable alone)
- [ ] Cloze deletions used where appropriate
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.