mirror of
https://github.com/ngthanhvu/kr-phim.git
synced 2026-08-10 13:27:46 +00:00
68 lines
1.8 KiB
Markdown
68 lines
1.8 KiB
Markdown
---
|
|||
|
|
name: quiz-generator
|
||
|
|
display_name: Quiz Generator
|
||
|
|
description: Generate quizzes from any content — multiple choice, true/false, short answer, and fill-in-the-blank with answer keys.
|
||
|
|
category: Education & Learning
|
||
|
|
platforms: [claude.ai, api]
|
||
|
|
version: 1.0.0
|
||
|
|
author: Claude Code
|
||
|
|
tags: [quiz-generator]
|
||
|
|
---
|
||
|
|
|
||
|
|
# Quiz Generator
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
Generate quizzes from any content — multiple choice, true/false, short answer, and fill-in-the-blank with answer keys.
|
||
|
|
|
||
|
|
## When to Use This Skill
|
||
|
|
|
||
|
|
Use **Quiz Generator** when you need to:
|
||
|
|
|
||
|
|
- Work with quiz generator tasks in your project or workflow
|
||
|
|
- Automate quiz generator operations at scale
|
||
|
|
- Generate production-quality quiz generator output quickly
|
||
|
|
|
||
|
|
## Instructions
|
||
|
|
|
||
|
|
When this skill is active, Claude will:
|
||
|
|
|
||
|
|
1. Understand the full context of your quiz generator request
|
||
|
|
2. Apply best practices and conventions for Education & Learning
|
||
|
|
3. Produce clean, well-structured, production-ready output
|
||
|
|
4. Explain key decisions and offer alternatives where relevant
|
||
|
|
|
||
|
|
## Examples
|
||
|
|
|
||
|
|
### Example 1 — Basic Usage
|
||
|
|
|
||
|
|
**User:** Help me get started with quiz generator.
|
||
|
|
|
||
|
|
**Claude:** I'll walk you through the essential steps for quiz generator in your context...
|
||
|
|
|
||
|
|
### Example 2 — Advanced Usage
|
||
|
|
|
||
|
|
**User:** I need a production-ready quiz generator setup with full error handling.
|
||
|
|
|
||
|
|
**Claude:** Here's a complete, production-hardened quiz generator implementation...
|
||
|
|
|
||
|
|
## Guidelines
|
||
|
|
|
||
|
|
- Always validate inputs before processing
|
||
|
|
- Follow the conventions of the target platform or language
|
||
|
|
- Prefer explicit over implicit — clarity beats cleverness
|
||
|
|
- Include comments for non-obvious logic
|
||
|
|
- Suggest tests or validation steps where appropriate
|
||
|
|
|
||
|
|
## Dependencies
|
||
|
|
|
||
|
|
Required: none
|
||
|
|
|
||
|
|
## Platforms
|
||
|
|
|
||
|
|
Available on: claude.ai, api
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
*Part of the [claude-skills](https://github.com/inbharatai/claude-skills) collection — 183+ skills for Claude.*
|