git404hub

what is anki-enhanced-skill fr?

promptandchill/anki-enhanced-skill — explained in plain English

Analysis updated 2026-05-18

0PythonAudience · generalComplexity · 2/5LicenseSetup · moderate

tl;dr

An AI assistant skill that automates creating Anki flashcards, fetching translations, definitions, and native pronunciation audio from Cambridge Dictionary.

vibe map

mindmap
  root((Anki Enhanced Skill))
    What it does
      Auto-creates flashcards
      Fetches translations
      Fetches audio pronunciation
    Tech stack
      Python
      AnkiConnect
      Cambridge Dictionary
    Use cases
      Build vocabulary decks fast
      Add pronunciation audio
      Automate flashcard workflows
    Audience
      Language learners
      AI assistant users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Ask an AI assistant to add a vocabulary word and auto-generate a full flashcard

VIBE 2

Add native speaker pronunciation audio to existing Anki cards

VIBE 3

Check whether a word already exists in your Anki deck through the assistant

VIBE 4

Adapt the skill to build vocabulary decks for a different language pair

what's the stack?

PythonAnkiConnect

how it stacks up fr

promptandchill/anki-enhanced-skill0xallam/my-recipe0xhassaan/nn-from-scratch
Stars00
LanguagePythonPythonPython
Last pushed2022-11-22
MaintenanceDormant
Setup difficultymoderatemoderatemoderate
Complexity2/52/54/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Requires Anki Desktop running locally with the AnkiConnect add-on installed.

You can use, modify, and distribute this freely, including in commercial projects, as long as you keep the copyright notice.

in plain english

This project is a skill for AI coding assistants, like Claude Code, Gemini, or Codex, that teaches them how to automate Anki, the popular flashcard app used for memorizing vocabulary and other facts. Instead of manually creating flashcards yourself, you can ask your AI assistant to add a word, and it will look up the translation, definition, part of speech, and example sentences from Cambridge Dictionary, fetch a native speaker audio pronunciation, and build a properly formatted flashcard for you automatically. The skill connects to a locally running copy of Anki through a small helper add on called AnkiConnect, which exposes Anki's database over a local web address. It fetches audio specifically from the headword pronunciation section of dictionary pages, avoiding unrelated audio elsewhere on the page, and falls back to alternate pages or singular word forms when the exact audio it wants is missing. It also includes scripts for generating text to speech audio using other voice engines, in case dictionary audio is not available. Cards created this way use several separate fields, such as word, translation, definition, examples, and audio, rather than a single simple front and back, and come with modern styling templates. As a safety measure, the skill requires your explicit approval before performing any action that changes or deletes existing cards, tags, or decks. By default it is set up to translate English into Polish, but it is built to work with any language pair supported by Cambridge Dictionary, by changing a few URL settings and translating the card template text. To use it, you need Anki installed with the AnkiConnect add on running, and you install this skill by copying its documentation file into your AI assistant's skills folder, after which the assistant can use it automatically whenever you ask for Anki related help. This project is aimed at language learners who use AI assistants for note taking and want their flashcard creation automated. It is released under the MIT license.

prompts (copy fr)

prompt 1
Set up the anki-enhanced skill and add the word trudge with UK pronunciation
prompt 2
Use this skill to add pronunciation audio to all cards in my English deck
prompt 3
Help me customize this skill to translate English to Spanish instead of Polish

Frequently asked questions

what is anki-enhanced-skill fr?

An AI assistant skill that automates creating Anki flashcards, fetching translations, definitions, and native pronunciation audio from Cambridge Dictionary.

What language is anki-enhanced-skill written in?

Mainly Python. The stack also includes Python, AnkiConnect.

What license does anki-enhanced-skill use?

You can use, modify, and distribute this freely, including in commercial projects, as long as you keep the copyright notice.

How hard is anki-enhanced-skill to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is anki-enhanced-skill for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.