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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Prompt
- Triggers
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.
