Flashcards
SkillDocs & knowledgeTurn vault notes, lessons, or a topic into spaced-repetition flashcards and quiz the user on due cards. Use when the user wants to study, review, memorize, retain notes, or asks to be quizzed. Stores cards as a simple JSON deck the agent can schedule reviews against.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Flashcards skill
What this skill tells your AI
The instructions your AI receives, as published by thesmokedev/taskchad-os in optional-skills/productivity/flashcards/SKILL.md and read by ahel’s review.
Generate spaced-repetition flashcards from notes and run review sessions.
Deck format
One JSON file per deck under vault/flashcards/<deck>.json:
[
{
"id": "uuid",
"front": "What does the recall pipeline do?",
"back": "Surfaces durable memory relevant to the current message.",
"ease": 2.5,
"interval_days": 0,
"due": "2026-06-25",
"reps": 0
}
]
Generating cards
From a note or topic, extract atomic question/answer pairs — one fact per card, front phrased as a question, back as a short answer. Avoid compound cards. Aim for 5–15 cards per note; quality over volume.
Review session
- Load the deck, filter to cards where
due <= today. - Show
front, wait for the user's answer, then revealback. - Ask the user to grade 0–5 (0 = blank, 5 = perfect).
- Update schedule with the SM-2 algorithm in
scripts/sm2.pyand persist.
uv run python optional-skills/productivity/flashcards/scripts/sm2.py --grade 4 \
--ease 2.5 --interval 1 --reps 2
End the session with a one-line tally (reviewed / again / mastered).
Signals
- GitHub stars
- 23
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
flashcards-thesmokedev- Source
- github.com/thesmokedev/taskchad-os