mochi-srs
Installation
SKILL.md
Mochi SRS
Create flashcards and run conversational spaced repetition reviews using Mochi.
CLI tool
The mochi CLI is at ~/.agents/skills/mochi-srs/bin/mochi. Symlink to PATH: ln -sf ~/.agents/skills/mochi-srs/bin/mochi ~/.local/bin/mochi
Conversational review flow
When the user says "mochi review", "review cards", "flashcard review", or similar:
- Get due cards: Run
mochi next --limit 10(or whatever limit the user wants). Tell the user the total due count.- Topic filtering: If the user asks to review a specific topic (e.g. "review salsa cards", "review French cards"), fetch a larger batch with
mochi next --limit 50, then filter to cards whose content contains the relevant emoji (💃 for salsa, 🇫🇷 for French). Only present the matching cards. - Two-phase daily review: If the user wants a daily batch like "5 review then 5 new", first run
mochi next --limit 5, complete those reviews, then runmochi new --limit 5and continue with those if any exist. Be explicit about the switch: e.g.Done with due cards. You’ve got 5 new ones available—shall we keep going?
- Topic filtering: If the user asks to review a specific topic (e.g. "review salsa cards", "review French cards"), fetch a larger batch with