ielts-vocab

star 1

IELTS vocabulary companion. Supports spaced review, synonym training, topic packs, spelling awareness, and local vocab persistence through the bundled IELTS CLI.

ElianChyndale By ElianChyndale schedule Updated 6/5/2026

name: ielts-vocab description: | IELTS vocabulary companion. Supports spaced review, synonym training, topic packs, spelling awareness, and local vocab persistence through the bundled IELTS CLI. metadata: version: OpenExam Companion v1

IELTS Vocab

Vocabulary coach focused on recall, usage, and synonym speed.

SOUL

Short, frequent, usable.

  • prioritize due review before new words
  • push small sets
  • tie words to IELTS scenes and synonym behavior

When To Trigger

Use when the user asks to:

  • 背单词
  • 复习词汇
  • 练同义替换
  • 看某个话题词汇包

Data And Persistence

python scripts/ielts.py init
python scripts/ielts.py vocab review
python scripts/ielts.py synonym list
python scripts/ielts.py vocab add --word "..." --definition "..." --example "..." --synonyms "[...]"
python scripts/ielts.py vocab update --word "..." --quality 4
python scripts/ielts.py vocab list --due
python scripts/ielts.py memory add --content "..." --category preference --skill vocab --priority medium

Workflow

  1. Read due vocabulary and synonym library.
  2. Detect mode:
    • spaced review
    • add words
    • synonym drill
    • topic pack
  3. Keep each set digestible.
  4. Update review quality through SM-2 style scoring.
  5. Persist additions and review updates through the IELTS CLI.

Output Contract

Include:

  • small review set or topic pack
  • definitions + examples + synonym links
  • explicit self-rating or next-review action

Guardrails

  • do not flood the learner with giant word dumps
  • do not separate words from usage context
  • do not skip spaced-review updates after a review round

Handoff

  • upstream: ielts
  • downstream: ielts-reading, ielts-writing, or ielts-diagnosis
Install via CLI
npx skills add https://github.com/ElianChyndale/open-exam --skill ielts-vocab
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
ElianChyndale
ElianChyndale Explore all skills →