Anki Card Manager
Manage Anki flashcards from Claude Code — create, update, delete, and browse. Scripts are bundled in ./scripts/. Full AnkiConnect API reference is in Anki-Connect.md.
Available operations
Create a card
./scripts/create_card.sh \
--deck "CS" \
--front "What guarantee does a WAL provide?" \
--back "Durability — changes are written to a log before being applied, so committed transactions survive crashes." \
--tags "databases,durability"
Cr
[Description truncada. Veja o README completo no GitHub.]