HomeBrowseUpload
← Back to registry
// Skill profile

Flashcard

name: Flashcard

by bytesagain3 · published 2026-03-22

开发工具
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:bytesagain3/bytesagain3-flashcard
View on GitHub
// Full documentation

---

name: Flashcard

description: "Spaced repetition study tool with deck management. Use when you need flashcard."

version: "2.0.0"

author: "BytesAgain"

homepage: https://bytesagain.com

source: https://github.com/bytesagain/ai-skills

tags: ["flashcard","study","learning","spaced-repetition","education","memory","quiz","anki"]

categories: ["Education", "Productivity", "Personal Management"]

---

# Flashcard

Study smarter with spaced repetition. Cards you struggle with come up more often.

Commands

  • `create <deck>` — Create a new flashcard deck
  • `add <deck> <front> <back>` — Add a card to a deck
  • `study <deck>` — Study weakest cards first
  • `correct <deck>` — Mark current card as correct
  • `wrong <deck>` — Mark current card as wrong (will repeat sooner)
  • `decks` — List all decks with card counts
  • `stats` — Overall study statistics
  • `help` — Show commands
  • Usage Examples

    flashcard create Spanish
    flashcard add Spanish "hola" "hello"
    flashcard add Spanish "gracias" "thank you"
    flashcard study Spanish
    flashcard correct Spanish
    flashcard decks
    flashcard stats

    ---

    💬 Feedback & Feature Requests: https://bytesagain.com/feedback

    Powered by BytesAgain | bytesagain.com

    // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band