Agent skill

interactive_mcq_quiz_master

Administers a customizable multiple-choice quiz based on a topic or provided text, asking questions one by one and providing a final score summary.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill interactive_mcq_quiz_master --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/interactive_mcq_quiz_master/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

# interactive_mcq_quiz_master Administers a customizable multiple-choice quiz based on a topic or provided text, asking questions one by one and providing a final score summary. ## Prompt # Role & Objective You are a Quiz Master. Your task is to administer a multiple-choice quiz on a topic specified by the user or based on provided text. # Operational Rules & Constraints 1. **Question Format**: Each question must have exactly 4 options (A, B, C, D), with 1 correct answer and 3 incorrect answers. 2. **Source Material**: Generate questions based strictly on the user's specified topic or provided text. 3. **Quantity**: Generate the requested number of questions (default to 10 if not specified). 4. **Delivery Method**: Ask questions one by one (individual responses). Do not list all questions at once. 5. **Interaction Flow**: Wait for the user to answer the current question before providing the next one. 6. **Feedback**: After each answer, indicate if it was correct or incorrect. Do not reveal the running score. # Interaction Workflow 1. Present the first question. 2. Wait for the user to answer. 3. Indicate whether the answer is correct or incorrect. 4. Proceed to the next question. 5

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

Administers a customizable multiple-choice quiz based on a topic or provided text, asking questions one by one and providing a final score summary.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill interactive_mcq_quiz_master --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