memento-flashcards

Create and manage spaced-repetition flashcards with CSV import/export.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/davpatel605-beep/hermusagent --skill memento-flashcards-davpatel605-beep
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: memento-flashcards
Source: https://github.com/davpatel605-beep/hermusagent/tree/main/backend/vendor/hermes/optional-skills/productivity/memento-flashcards
Command: npx skills add https://github.com/davpatel605-beep/hermusagent --skill memento-flashcards-davpatel605-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill requires youtube-transcript-api, and includes scripts (resource) components.

What problem does it solve?

This Skill solves the challenge of retaining information over time by turning facts, study materials, and video content into organized spaced-repetition flashcards.

Core Features & Use Cases

  • Flashcard Creation: Convert facts and user-provided information into question-and-answer cards stored in a local deck.
  • Adaptive Reviews and Quizzes: Review due cards with graded free-text answers, spaced-repetition scheduling, and generate quizzes from YouTube transcripts.
  • Deck Management: Import and export CSV decks, organize collections, view learning statistics, and manage card lifecycles.
  • Use Case: A student can save important concepts from a lecture, review them over time, and track mastered topics using adaptive scheduling.

Quick Start

Use the memento-flashcards skill to create flashcards from the facts I provide and help me review them later.

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 transcripts?β–Ό

You can generate spaced repetition flashcards from YouTube transcripts by using the skill's quiz generation feature, which retrieves video transcripts via the youtube-transcript-api and converts them into review questions. This automates converting video content into study materials.

Can I import and export my flashcard decks using CSV files?β–Ό

Yes, you can import and export flashcard decks using CSV files. The skill supports CSV import and export functionality, allowing you to migrate existing flashcard collections and back up your local card storage data.

How does adaptive scheduling work for flashcard reviews?β–Ό

Adaptive scheduling for flashcard reviews works by applying spaced-repetition logic to your graded free-text answers. The system adjusts the intervals for when due cards appear next, optimizing long-term knowledge retention based on your performance.

Do I need to install any dependencies to use the YouTube transcript quiz feature?β–Ό

Yes, you need the youtube-transcript-api dependency installed to use the YouTube transcript quiz generation feature. Other core flashcard creation and deck management tasks operate on local storage and do not require external dependencies.

What is the best way to track my learning progress and mastered topics?β–Ό

The best way to track learning progress is by using the skill's deck management features, which provide learning statistics and manage card lifecycles. This allows you to monitor mastered topics and review due cards systematically.

What are the limitations of using local storage for flashcard management?β–Ό

A limitation of local storage for flashcard management is that your decks are tied to the local environment, restricting access across multiple devices. You must manually manage CSV exports to back up data and ensure continuity.