memento-flashcards

Manage local spaced-repetition flashcards with free-text answer grading.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill memento-flashcards-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill memento-flashcards-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Memento Flashcards removes the busywork of turning facts, notes, and video content into reviewable study material, then keeps the review schedule organized for you.

Core Features & Use Cases

  • Create flashcards from facts or text and store them locally in a single JSON-backed deck.
  • Review due cards with agent-graded free-text answers and spaced-repetition intervals.
  • Generate a five-question quiz from a YouTube transcript, then save the quiz as cards.
  • Import and export decks as CSV for backups, sharing, and bulk editing.

Quick Start

Ask to save this fact as a Memento flashcard with the collection name General.

Frequently Asked Questions about memento-flashcards

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

FAQPage Schema
How do I turn a YouTube transcript into a study quiz?

You can generate a study quiz from a YouTube transcript by fetching the video text, creating a five-question quiz, and saving the results as flashcards for spaced repetition review.

How does spaced repetition grading work for free-text flashcards?

Spaced repetition for free-text flashcards works by using agent-graded answers to adaptively schedule review intervals, moving cards between learning and retired states based on your grading accuracy.

Can I import and export flashcards as CSV files?

Yes, you can import and export flashcards as CSV files to create local backups, share decks with others, or perform bulk edits on your study material stored in JSON format.

What is the best way to manage local flashcards from text facts?

The best way to manage local flashcards from text facts is storing them in a single JSON-backed deck, allowing you to track due cards and schedule reviews without manual organization.

Do I need the youtube-transcript-api to generate flashcards?

You only need the youtube-transcript-api dependency if you want to fetch video transcripts for quiz generation; standard text-based flashcard creation and CSV imports do not require it.