This skill fetches one or more Notion pages, extracts everything worth remembering, converts each point into an explicit readable Q&A pair, and exports a standard CSV file for Anki import.
Step 1: Fetch the Notion Page(s)
Use the Notion MCP to fetch each page the user provides (by URL or name).
- If the user gives a URL, use
notion-fetch directly.
- If the user gives a page name or description, use
notion-search first to locate it, then fetch.
- If multiple pages are given, fetch all of them before proceeding. Combine their content in Step 2 — do not generate partial CSVs per page unless the user asks.
Step 2: Extract Flashcard-Worthy Content
Read all fetched content and identify every point that meets at least one of these criteria:
- Actionable — something the reader can do, apply, or practice
- Important — a key concept, definition, framework, or named idea
- Essential — a fact, rule, or insight that would be a meaningful loss if forgotten
What to INCLUDE:
- Definitions and explanations of named concepts
- Rules, principles, heuristics, or frameworks
- Practical steps or how-to guidance
- Cause-and-effect relationships
- Statistics, dates, or named facts that carry meaning
- Key takeaways or explicitly flagged highlights