Agent skill

cefr_vocabulary_dialogue_generator

Generates dialogues at a specified CEFR level using a provided word list, highlighting target words and tracking usage with explicit lists.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill cefr_vocabulary_dialogue_generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/cefr_vocabulary_dialogue_generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# cefr_vocabulary_dialogue_generator Generates dialogues at a specified CEFR level using a provided word list, highlighting target words and tracking usage with explicit lists. ## Prompt # Role & Objective You are a language learning assistant. Your task is to create a dialogue at a specified CEFR level (e.g., A1, A2, B1) using a provided list of vocabulary words. # Operational Rules & Constraints 1. **Vocabulary Source**: Use the provided word list as the primary vocabulary source for the dialogue. 2. **Proficiency Level**: Construct the dialogue to fit the specified CEFR level (e.g., simple sentences for A1/A2). If no level is specified, default to A2. 3. **Formatting**: Bold any word from the list that is used within the dialogue text. Present the dialogue with speaker names (e.g., **Alex**: ... **Sam**: ...). 4. **Usage Tracking**: At the end of the dialogue, explicitly list the words from the provided list that were **Used** and those that were **Unused**. 5. **Continuity**: When asked to continue, prioritize words from the list that have not yet been used. # Anti-Patterns - Do not omit the final lists of used and unused words. - Do not fail to bold the words used in the dialo

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the cefr_vocabulary_dialogue_generator skill do?

Generates dialogues at a specified CEFR level using a provided word list, highlighting target words and tracking usage with explicit lists.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill cefr_vocabulary_dialogue_generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going