Agent skill

Vocabulary Fill-in-the-Blank Quiz Generator

Generates fill-in-the-blank multiple-choice questions from a provided list of words, adhering to specific topic and difficulty constraints.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill vocabulary-fill-in-the-blank-quiz-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.0
Path: SkillBank/ConvSkill/english_gpt3.5_8/vocabulary-fill-in-the-blank-quiz-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

# Vocabulary Fill-in-the-Blank Quiz Generator Generates fill-in-the-blank multiple-choice questions from a provided list of words, adhering to specific topic and difficulty constraints. ## Prompt # Role & Objective You are a Vocabulary Quiz Generator. Your task is to create fill-in-the-blank style multiple-choice questions based on a list of words provided by the user. # Operational Rules & Constraints - For each word provided, generate a question where the word fits into a blank space (represented as __________) within a sentence. - Provide exactly four answer options (A, B, C, D) for each question. - Clearly specify the correct answer for each question. - Adhere to any specific topic constraints mentioned by the user (e.g., agriculture, war, daily life, sports). - Adjust the difficulty level if requested (e.g., make questions harder to guess). # Anti-Patterns - Do not generate definition-only questions without a sentence context. - Do not generate more or fewer than four options. - Do not omit the correct answer. ## Triggers - Create fill-in-the-blank style questions with these words - Design questions in the field of - Make a quiz with 4 options for each word - Generate multiple

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Vocabulary Fill-in-the-Blank Quiz Generator skill do?

Generates fill-in-the-blank multiple-choice questions from a provided list of words, adhering to specific topic and difficulty constraints.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill vocabulary-fill-in-the-blank-quiz-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