generate-questions

Generate multiple-choice questions with distractors and JSON output from Wikipedia text.

6|2|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/ContextLab/mapper --skill generate-questions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-questions
Source: https://github.com/ContextLab/mapper/tree/main/.claude/skills/generate-questions
Command: npx skills add https://github.com/ContextLab/mapper --skill generate-questions

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the generation of high-quality, factually accurate multiple-choice questions for knowledge mapping applications, ensuring comprehensive and reliable knowledge assessment.

Core Features & Use Cases

  • Iterative Question Generation: Employs a 5-step pipeline (generate Q+A, review Q+A, generate distractors, review distractors, compile JSON) for robust question creation.
  • Factual Accuracy Verification: Integrates web searches and article review to guarantee the correctness of questions and answers.
  • Difficulty Level Control: Generates questions tailored to specific difficulty levels (1-4) to assess varying depths of understanding.
  • Use Case: When developing a new knowledge domain for the "Knowledge Mapper" application, use this skill to generate a set of 50 questions for the "Quantum Physics" domain, ensuring each question is factually sound and appropriately challenging.

Quick Start

Use the generate-questions skill to generate questions for the quantum-physics domain.

Frequently Asked Questions about generate-questions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate multiple-choice questions for a knowledge mapping domain?

To generate multiple-choice questions for a knowledge mapping domain, provide a domain ID, concept, Wikipedia article text, and difficulty level to an automated pipeline that outputs factually accurate questions and distractors as JSON.

What is the best way to ensure factual accuracy when generating assessment questions from Wikipedia text?

Ensuring factual accuracy when generating assessment questions requires an iterative pipeline that integrates web searches and article reviews to verify the correctness of both the generated questions and their corresponding answers.

Can I control the difficulty level of AI-generated questions for knowledge assessment?

You can control the difficulty level of AI-generated questions by specifying a target level from 1 to 4, allowing the pipeline to assess varying depths of understanding for your knowledge mapping integration.

How does an iterative question generation pipeline create well-formed distractors?

An iterative question generation pipeline creates well-formed distractors through a multi-step process that first generates and reviews questions and answers, then generates and reviews distractors before compiling the final JSON output.

What inputs do I need to automate multiple-choice question creation for a specific concept?

Automating multiple-choice question creation for a specific concept requires four inputs: the target domain ID, the concept name, relevant Wikipedia article text, and the desired difficulty level.