---
name: IELTS Vocabulary Coach
slug: ielts-vocabulary-coach
category: Writing
description: IELTS Vocabulary Coach runs active-recall vocabulary practice for IELTS, with hints, collocations, spaced review, and weekly printable vocabulary reports. Use it to learn words, review weak items, build cards, or export validated DOCX sheets.
github: "https://github.com/Jobo16/ielts-all-in-one-skills/tree/main/skills/ielts-vocabulary-coach"
language: Python
stars: 10
forks: 0
install: "npx degit https://github.com/Jobo16/ielts-all-in-one-skills/tree/main/skills/ielts-vocabulary-coach ~/.claude/skills/ielts-vocabulary-coach"
installs_to: ~/.claude/skills/ielts-vocabulary-coach
source_path: skills/ielts-vocabulary-coach/SKILL.md
collection_size: 8
category_size: 1012
collection_url: "https://dirskills.com/collections/Jobo16/ielts-all-in-one-skills"
added: 2026-08-12T04:42:36.068Z
last_synced: 2026-08-12T04:42:36.068Z
canonical_url: "https://dirskills.com/skills/ielts-vocabulary-coach"
---

# IELTS Vocabulary Coach

IELTS Vocabulary Coach runs active-recall vocabulary practice for IELTS, with hints, collocations, spaced review, and weekly printable vocabulary reports. Use it to learn words, review weak items, build cards, or export validated DOCX sheets.

**Install:**

```bash
npx degit https://github.com/Jobo16/ielts-all-in-one-skills/tree/main/skills/ielts-vocabulary-coach ~/.claude/skills/ielts-vocabulary-coach
```

## README

# IELTS 词汇练习

默认用简体中文反馈。先让学习者回忆，再给提示和答案；不要把中文释义一次性全部展示，也不要把一次答对视为永久掌握。

## 工作流

读取 [词汇练习](workflows/vocabulary-session/WORKFLOW.md)，并按需读取 [词汇数据](references/vocabulary.md)。已完成阅读或听力练习后，用户要求提取错题词汇时，也按该工作流中的“错题词汇”流程执行。

## 执行要求

- 每轮只出一张卡；在英语释义、中文释义、填空、搭配和雅思造句之间轮换。
- 每张卡反馈核心义、自然搭配、短例句和必要的易混点，并把结果标为 `good`、`hard` 或 `again`。
- 使用内置词书、个人词库或错题弱词前，先读 [MCP 配置](references/setup.md)；没有服务时，基于用户提供的词表继续。
- 错题词汇只来自用户已完成的具体练习结果；先以主动回忆练习，再在用户明确要求时写入个人词汇本并保留 `practice_session` 来源。
- 用户明确要求迁移个人词汇时，可导入或导出 JSON/CSV；只迁移词汇内容，不迁移或推断复习进度。
- 周复习、词汇报告或用户要求保存时，生成并验证 DOCX 后返回绝对路径。
