memento-flashcards

Create and review spaced-repetition flashcards from facts or YouTube videos.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill memento-flashcards-thisismynewfmail-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/thisismynewfmail-ui/Monika-agent/tree/main/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/thisismynewfmail-ui/Monika-agent --skill memento-flashcards-thisismynewfmail-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires youtube-transcript-api, and includes scripts (resource) components.

What problem does it solve?

It eliminates the need to manually track and review facts, making it easy to remember information over time without external apps.

Core Features & Use Cases

  • Fact‑to‑Flashcard: Turn any statement into a question‑answer pair with a single prompt.
  • Adaptive Review: Automatic spaced‑repetition scheduling that adjusts intervals based on your performance.
  • YouTube Quiz Generation: Create study quizzes from video transcripts, then review them with the same spaced‑repetition engine.
  • Export/Import: Move decks between devices via CSV files.

Quick Start

Ask Monika to create a flashcard for any fact you want to remember.

Frequently Asked Questions about memento-flashcards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create spaced repetition flashcards from YouTube videos?

You can create spaced repetition flashcards from YouTube videos by fetching the transcript using the youtube-transcript-api, generating study quizzes from the content, and scheduling adaptive reviews. This eliminates manually tracking facts for study sessions.

How does adaptive spaced repetition scheduling work for flashcards?

Adaptive spaced repetition scheduling automatically adjusts review intervals based on your quiz performance. It stores flashcard data in a JSON file and modifies the timing of subsequent reviews to optimize long-term retention without external apps.

What is the best way to turn a fact into a question and answer pair for studying?

The best way to turn a fact into a question and answer pair is to prompt the AI to create a flashcard from any statement. The system automatically converts the input into a study quiz format and integrates it into your spaced repetition schedule.

Do I need Python installed to generate study quizzes from video transcripts?

Yes, you need a Python environment to run the required scripts for card storage and video transcript fetching. The Skill relies on the youtube-transcript-api dependency to process YouTube videos and generate quizzes.

Can I export and import flashcard decks between different devices?

Yes, you can export and import flashcard decks between devices using CSV files. This allows you to move your saved study quizzes and spaced repetition data across different environments seamlessly.