create-anki-hebrew

Convert Hebrew vocabulary XLSX files into Anki .apkg decks.

3|1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/imvladikon/dot-claude --skill create-anki-hebrew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-anki-hebrew
Source: https://github.com/imvladikon/dot-claude/tree/main/skills/create-anki-hebrew
Command: npx skills add https://github.com/imvladikon/dot-claude --skill create-anki-hebrew

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires genanki, openpyxl.

What problem does it solve?

Converts Hebrew vocabulary XLSX files into ready-to-use Anki decks (.apkg), reducing manual card creation.

Core Features & Use Cases

  • Import Hebrew words with translations (Russian/English) from XLSX and produce an .apkg deck.
  • Handles common column mappings and generates ready-to-review flashcards suitable for spaced repetition.
  • Use Case: A Hebrew vocabulary list from a class is converted into Anki for study and review.

Quick Start

Provide the path to your Hebrew vocabulary XLSX file and run the skill to generate an Anki deck.

Frequently Asked Questions about create-anki-hebrew

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Hebrew vocabulary XLSX files into an Anki deck?

You convert Hebrew vocabulary XLSX files into an Anki deck by providing the spreadsheet path to generate a ready-to-use .apkg file. The tool automatically maps Hebrew words and translations into flashcard fronts and backs.

Can I import Hebrew words with English translations from XLSX into Anki?

Yes, you can import Hebrew words with English translations from XLSX into Anki. The tool supports column mappings for both English and Russian translations to generate the flashcard fronts and backs.

What is the best way to automate Hebrew Anki deck creation from a spreadsheet?

The best way to automate Hebrew Anki deck creation from a spreadsheet is using a Python script with genanki and openpyxl. This processes the XLSX vocabulary list and outputs a ready-to-review .apkg file.

Do I need Python libraries to create Anki decks from Hebrew XLSX vocabulary?

Yes, you need the genanki and openpyxl Python libraries to create Anki decks from Hebrew XLSX vocabulary. If these dependencies are missing, you must install them and retry the deck generation.

Does the Hebrew Anki deck generator handle Russian translations?

Yes, the Hebrew Anki deck generator handles Russian translations alongside English. It reads the XLSX file, identifies the translation columns, and maps them to the flashcard backs for spaced repetition study.