quiz-writer

Generate structured comprehension tests from technical training chapters using quiz syntax.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/imagepit/text-lint-plugin --skill quiz-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quiz-writer
Source: https://github.com/imagepit/text-lint-plugin/tree/main/skills/quiz-writer
Command: npx skills add https://github.com/imagepit/text-lint-plugin --skill quiz-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables authors to define technical training comprehension tests using structured quiz syntax with :::quiz, :::question, :::select, and :::correct blocks to ensure clear assessment.

Core Features & Use Cases

  • Supports frontmatter-based metadata for chapters and drafts.
  • Defines problems using :::quiz blocks with nested :::question, :::select, and :::correct to express questions and answer choices.
  • Provides examples and problem design guidelines for testing comprehension in technical training contexts.

Quick Start

Create a Markdown file for each chapter, set the title and draft in the frontmatter, and wrap questions with :::quiz, :::question, :::select, and :::correct blocks to generate a complete assessment.

Frequently Asked Questions about quiz-writer

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

FAQPage Schema
How do I create a technical training quiz in Markdown?

Generate structured comprehension tests by wrapping questions and choices using :::quiz, :::question, :::select, and :::correct blocks within Markdown files.

What is the best way to structure a comprehension test for training materials?

The best way to structure a comprehension test is by targeting specific chapters in your training materials and using quiz syntax blocks to clearly define questions, answer choices, and correct answers.

Can I use frontmatter metadata to manage draft training quizzes?

Yes, you can use frontmatter-based metadata to manage draft training quizzes by setting chapter titles and draft statuses directly in your Markdown files alongside the quiz blocks.

How does the :::quiz block syntax work for defining assessments?

The :::quiz block syntax works by nesting :::question, :::select, and :::correct blocks to explicitly express the question text, available choices, and the correct answer for technical assessments.

Do I need any external dependencies to generate technical quizzes?

No external dependencies are required to generate technical quizzes; you only need to write standard Markdown files utilizing frontmatter metadata and :::quiz-style block syntax.