flashcard-generator

A JAX and PyTorch compatible library for building and training transformer models.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/koya-alt/Catalyst --skill flashcard-generator-koya-alt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flashcard-generator
Source: https://github.com/koya-alt/Catalyst/tree/main/local/secondary_skills/flashcard-generator
Command: npx skills add https://github.com/koya-alt/Catalyst --skill flashcard-generator-koya-alt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts notes, textbook excerpts, and lecture material into reviewable flashcards and AI-graded quizzes so learners can retain information efficiently using spaced repetition.

Core Features & Use Cases

  • Automatic card generation: Transform prose into minimum-information cloze deletions and basic Q→A cards following memory-science rules.
  • SM-2 scheduling & review: Implement SM-2 grading, local persistence for card state, due-queue sorting, session stats, and keyboard-driven review workflows.
  • Anki export and media support: Produce genanki-compatible .apkg files and include images/audio as media files for import into Anki.
  • Interactive web app with AI quiz mode: Provide a React + Vite single-page app with Flashcard Review and AI Quiz modes, topic filtering, progress indicators, and weak-spot feedback.
  • Use Case: A student converts a chapter of notes into a deck, studies daily with SM-2 scheduling, and runs AI quizzes to identify concepts needing deeper review.

Quick Start

Generate an Anki deck from my chapter notes and open the interactive flashcard app to begin reviewing.

Frequently Asked Questions about flashcard-generator

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

FAQPage Schema
How do I convert my notes into Anki flashcards with spaced repetition?

You can convert notes into Anki flashcards by transforming prose into cloze deletions and basic Q→A cards, applying SM-2 spaced repetition scheduling, and exporting the results as genanki-compatible .apkg files for direct Anki import.

Can I generate cloze deletions automatically from textbook chapters?

Yes, automatic card generation transforms textbook chapters and lecture notes into minimum-information cloze deletions and basic Q→A cards following memory-science rules for efficient spaced repetition review.

Does the flashcard generator support exporting .apkg files with images and audio?

Yes, the flashcard generator produces genanki-compatible .apkg files and includes images and audio as media files, allowing you to import complete multimedia decks directly into Anki.

How does SM-2 scheduling work for interactive flashcard review?

SM-2 scheduling grades your review responses, saves card state via local persistence, sorts due-queue cards, and tracks session stats within a keyboard-driven web UI workflow to optimize spaced repetition timing.

What is the best way to identify weak spots when studying with AI quizzes?

Interactive AI quiz mode grades your responses, provides weak-spot feedback, and uses topic filtering with progress indicators to highlight specific concepts needing deeper spaced repetition review.

Do I need Anki installed to use the generated flashcards and review sessions?

No, you do not need Anki installed to review; a React and Vite single-page web app provides interactive Flashcard Review and AI Quiz modes with local persistence, though .apkg export requires Anki for import.