quiz-questions

Generate topic-focused quiz questions with difficulty control and validation.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/moniburnejko/coco-quiz-app --skill quiz-questions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz-questions
Source: https://github.com/moniburnejko/coco-quiz-app/tree/main/.snowflake/cortex/skills/quiz/questions
Command: npx skills add https://github.com/moniburnejko/coco-quiz-app --skill quiz-questions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The quiz-questions skill coordinates pattern-driven generation of quiz questions with topic scheduling, deduplication, validation, and safe AI prompts to support scalable exam preparation and review workflows.

Core Features & Use Cases

  • DIFFICULTY_GUIDE enforces structured difficulty levels for generated questions to ensure balanced coverage.
  • Topic Scheduling builds an even distribution of questions across domains/topics to maximize coverage per round.
  • Deduplication & Validation prevents repeating questions and validates AI responses against required fields and length constraints.
  • Real-world use case: instructor defines exam topics and runs the skill to generate a batch of validated questions for a study session.

Quick Start

Provide a topic and let this skill generate a set of validated AI-driven quiz questions for that topic.

Frequently Asked Questions about quiz-questions

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

FAQPage Schema
How do I generate validated AI quiz questions for exam preparation?

To generate validated AI quiz questions, provide a target topic and the skill outputs a batch of topic-focused questions while enforcing a strict QA loop for format and length constraints. It applies difficulty rules and topic scheduling to ensure balanced coverage for exams or study guides.

How does AI question deduplication work during quiz generation?

AI question deduplication works by validating generated responses against previously created questions to prevent repetition. The skill enforces this validation loop alongside length and required field checks, ensuring each question in the batch remains unique and meets structural constraints.

Can I control difficulty levels when generating study guide questions?

Yes, you can control difficulty levels when generating study guide questions through a built-in DIFFICULTY_GUIDE. This mechanism enforces structured difficulty levels across generated questions, ensuring balanced coverage and appropriate challenge scaling for training curricula.

What is the best way to distribute quiz questions across multiple topics?

The best way to distribute quiz questions across multiple topics is using topic scheduling. This feature builds an even distribution of questions across your defined domains, maximizing topic coverage per generation round while maintaining validation and deduplication standards.

Does AI quiz generation require manual validation for format and length constraints?

Manual validation is not required because the skill enforces a robust automated QA loop. It validates AI responses against required fields and length constraints during generation, ensuring all output questions meet the specified format rules before completing the batch.

Why do my AI generated quiz questions lack balanced topic coverage?

AI generated quiz questions lack balanced topic coverage when topic scheduling is not applied. This skill solves that by building an even distribution across domains and enforcing a strict QA loop, ensuring questions meet format, difficulty, and length requirements.