memento-flashcards

Convert factual statements into flashcards with spaced-repetition scheduling.

Updated May 3, 2026
One-click install
npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill memento-flashcards-yangel-hide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/Yangel-hide/video-production-planner-agent/tree/main/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill memento-flashcards-yangel-hide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Memento Flashcards provides a local, file-based flashcard system that lets you convert statements into Q/A pairs, schedule reviews with spaced repetition, and quiz yourself from YouTube transcripts.

Core Features & Use Cases

  • Create flashcards from any factual statement or text.
  • Chat with flashcards using free-text answers and have the agent grade responses before scheduling the next review.
  • Generate quizzes from YouTube transcripts and manage decks with CSV import/export.

Quick Start

Ask me to remember a fact, and I will create a Q/A flashcard, store it locally, and schedule its first review.

Frequently Asked Questions about memento-flashcards

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

FAQPage Schema
How do I create flashcards with spaced repetition from text?

To create flashcards with spaced repetition, you provide a factual statement to the agent, which converts it into a Q/A pair, stores it locally, and schedules the first review. It uses local storage to manage your cards.

Can I generate a quiz from YouTube transcripts?

Yes, you can generate a quiz from YouTube transcripts. The skill uses an add-quiz subcommand to extract factual statements from transcripts and convert them into flashcards for immediate review.

How do I import and export flashcard decks via CSV?

You can import and export flashcard decks via CSV using the dedicated export and import subcommands. This allows you to backup or transfer your locally stored flashcard data across different environments.

Does spaced repetition grading work with free-text answers?

Spaced repetition grading supports free-text answers by having the agent grade your responses against the stored flashcard. After grading, the system schedules the next review interval based on your accuracy.

Where are my flashcards stored when using local storage?

Your flashcards are stored locally in a JSON file at ~/.hermes/skills/productivity/memento-flashcards/data/cards.json. This file-based system ensures your flashcard data remains private on your machine.