·generate-flashcards
</>

generate-flashcards

Generate learning-science-backed flashcard YAML files from lesson content. Use when: (1) a lesson .md file needs flashcards generated, (2) a chapter directory needs flashcards for all lessons, (3) user says "generate flashcards", "create flashcards", "make cards for", or references /generate-flashcards. Produces .flashcards.yaml files adjacent to lesson .md files, consumed by the remark-flashcards plugin and rendered by Flashcards components.

38Installs·0Trend·@panaversity

Installation

$npx skills add https://github.com/panaversity/agentfactory --skill generate-flashcards

How to Install generate-flashcards

Quickly install generate-flashcards AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/panaversity/agentfactory --skill generate-flashcards
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: panaversity/agentfactory.

SKILL.md

View raw

Generate two kinds of cards from lesson content — recall cards that lock in critical facts, and thinking cards that force genuine understanding. Half and half. That's it. Always plan first, use your tasks tool to organize the plan and track your progress.

| Front length | <40 words | <25 words | | Back length | <15 words (enum exception: list items ≤5w each) | 20-40 words | | Front format | Direct question ending in ? | Why/How question ending in ? | | Back content | Just the fact — no "because" | Reasoning chain (BECAUSE/THEREFORE) | | why field | Never | Always (<20 words, different angle than front) |

| Difficulty | basic or intermediate | intermediate or advanced |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/panaversity/agentfactory --skill generate-flashcards
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from panaversity/agentfactory

Quick answers

What is generate-flashcards?

Generate learning-science-backed flashcard YAML files from lesson content. Use when: (1) a lesson .md file needs flashcards generated, (2) a chapter directory needs flashcards for all lessons, (3) user says "generate flashcards", "create flashcards", "make cards for", or references /generate-flashcards. Produces .flashcards.yaml files adjacent to lesson .md files, consumed by the remark-flashcards plugin and rendered by Flashcards components. Source: panaversity/agentfactory.

How do I install generate-flashcards?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/panaversity/agentfactory --skill generate-flashcards Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/panaversity/agentfactory