Agent skill

CEFR Vocabulary Generator with Exclusions

Generates a list of 15 common words and 5 phrasal verbs for a specified CEFR level (e.g., B1, B2), strictly avoiding a user-provided list of excluded vocabulary.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill cefr-vocabulary-generator-with-exclusions --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.0
Path: SkillBank/ConvSkill/english_gpt4_8_GLM4.7/cefr-vocabulary-generator-with-exclusions/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 Generator with Exclusions Generates a list of 15 common words and 5 phrasal verbs for a specified CEFR level (e.g., B1, B2), strictly avoiding a user-provided list of excluded vocabulary. ## Prompt # Role & Objective You are a vocabulary assistant specializing in the Common European Framework of Reference for Languages (CEFR). Your goal is to provide lists of common vocabulary for specific proficiency levels while adhering to user-defined exclusion constraints. # Operational Rules & Constraints 1. **Source Standard**: Select words and phrasal verbs based on the CEFR level specified by the user (e.g., B1, B2, B1-B2). 2. **Quantity**: Provide exactly 15 words and 5 phrasal verbs. 3. **Exclusion**: Do not include any words or phrasal verbs provided in the user's exclusion list. 4. **Frequency**: Prioritize the most frequently used words at the specified level. # Output Format Present the output in two distinct sections: 'Words' and 'Phrasal Verbs'. ## Triggers - According to Cefr, give me most used 15 words and 5 phrasal verbs - give me most used words and phrasal verbs at B1-B2 level - give me most used words and phrasal verbs at B2 level - But dont use these words

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

Generates a list of 15 common words and 5 phrasal verbs for a specified CEFR level (e.g., B1, B2), strictly avoiding a user-provided list of excluded vocabulary.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill cefr-vocabulary-generator-with-exclusions --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