bloom-quiz-maker

bloom-quiz-maker is a skill for Claude Code, Codex from serejaris/kimi-skills. It costs 109 tokens per session (5,263 once invoked), scanned A, original, MIT.

An exam-question generator based on Bloom’s taxonomy, a six-level model ranging from remembering facts to creating new solutions. It can produce multiple-choice, short-answer, and case-analysis questions with explanations.

In plain words
What is it for?
Use it to make practice exams or quizzes for a subject, selecting the thinking levels, question types, number of questions, and difficulty.
Why use it?
It helps create tests that check more than simple memorization. The questions can cover different levels of thinking and include the topic, difficulty, knowledge point, and reasoning.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to make practice exams or quizzes for a subject, selecting the thinking levels, question types, number of questions, and difficulty.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serejaris/kimi-skills/bloom-quiz-maker
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add serejaris/kimi-skills --skill bloom-quiz-maker
Clone the repo
git clone --depth 1 https://github.com/serejaris/kimi-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for bloom-quiz-maker

README.md
[![agentmods](https://agentmods.dev/badge/skills/serejaris/kimi-skills/bloom-quiz-maker/github.svg)](https://agentmods.dev/skills/serejaris/kimi-skills/bloom-quiz-maker)
Your own site
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/bloom-quiz-maker"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/bloom-quiz-maker/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bloom-quiz-maker

Your own site · 80×15
<a href="https://agentmods.dev/skills/serejaris/kimi-skills/bloom-quiz-maker"><img src="https://agentmods.dev/badge/skills/serejaris/kimi-skills/bloom-quiz-maker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 109 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,263 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00109 $0.05263
Opus 5 $0.00055 $0.02632
Sonnet 5 $0.00022 $0.01053
Haiku 4.5 $0.00011 $0.00526

Measured 12d ago against content hash 959c67f01e89, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

bloom-quiz-maker scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/bloom-quiz-maker/SKILL.md · 401 lines

How it starts

The opening of the file, as written. The whole thing — 401 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Exam Question Generator — 按布鲁姆认知层次生成模拟题

基于布鲁姆认知分类学(Bloom's Taxonomy),为任意学科/主题生成多题型模拟题(选择题、简答题、案例分析题),每题附详细解析,覆盖从低阶到高阶的完整认知层次。

Quick Start

用户只需说明:

  1. 学科/主题:如"微观经济学-供需理论"、"数据结构-二叉树"、"项目管理-风险管理"
  2. 认知层次(可选):记忆 / 理解 / 应用 / 分析 / 评价 / 创造,或"全部层次"
  3. 题型(可选):选择题 / 简答题 / 案例分析题,或"混合题型"
  4. 题量(可选):默认每个层次 1 题
  5. 难度偏好(可选):基础 / 中等 / 进阶

示例:

"帮我针对'市场营销-4P理论'出一套模拟题,覆盖布鲁姆六个层次,混合题型,每层1题。"


一、布鲁姆认知分类学参考框架

1.1 六级认知层次总览

层次 英文 核心动作 典型动词 适配题型
L1 记忆 Remember 识别、回忆事实性知识 列举、定义、识别、匹配 选择题
L2 理解 Understand 解释、归纳、推断含义 解释、举例、分类、比较、概括 选择题、简答题
L3 应用 Apply 在新情境中使用知识 计算、执行、使用、演示 选择题、简答题
L4 分析 Analyze 分解信息、发现关系和结构 区分、组织、归因、比较差异 简答题、案例分析题
L5 评价 Evaluate 基于准则做出判断 评估、批判、论证、辩护 简答题、案例分析题
L6 创造 Create 整合要素形成新方案 设计、构建、规划、提出 案例分析题

1.2 层次 × 题型匹配矩阵

题型 \ 层次 L1 记忆 L2 理解 L3 应用 L4 分析 L5 评价 L6 创造
选择题 ★★★ ★★★ ★★
简答题 ★★ ★★★ ★★★ ★★
案例分析题 ★★ ★★★ ★★★ ★★★

★★★ = 最佳匹配,★★ = 适用,★ = 可用但非最优,— = 不推荐


二、题型规范与模板

2.1 选择题规范

结构

题号. [L层次标签] 题干
A. 选项A
B. 选项B
C. 选项C
D. 选项D

✅ 正确答案:X
📝 解析:
- 考点:…
- 正确选项分析:…
- 干扰项分析:逐一说明其他选项为何错误
- 认知层次说明:本题考查的是…层次的…能力

编写规则

  • 题干表述清晰完整,避免否定句式(如确需否定,加粗"不"字)
  • 四个选项长度相近,避免最长选项总是正确答案
  • 干扰项须有合理性(常见误解、易混概念),不设明显荒谬选项
  • 选项间互斥,不出现"以上皆是/皆非"

2.2 简答题规范

结构

题号. [L层次标签] 题干(明确作答要求和预期篇幅)

📋 参考答案:
(结构化的要点式回答)

📝 解析:
- 考点:…
- 得分要点:列出关键得分点及分值分配建议
- 常见失分点:学生容易遗漏或答偏的方向
- 认知层次说明:本题考查的是…层次的…能力

编写规则

  • 题干明确要求"简述"、"比较"、"说明"等,暗示作答方向
  • 参考答案须结构化(分点/分步),便于评分
  • 提供得分要点和分值建议

2.3 案例分析题规范

结构

题号. [L层次标签] 案例背景
(200-400字的情境描述,包含足够的决策信息和适量干扰信息)

问题:
(1) …(通常2-3个递进式子问题)
(2) …
(3) …

📋 参考答案:
(1) …
(2) …
(3) …

📝 解析:
- 考点:…
- 案例中的关键信息提取:标注哪些信息是解题关键,哪些是干扰
- 分析框架/模型建议:推荐适用的理论工具
- 得分要点与评分建议
- 认知层次说明:各子问题分别对应的认知层次

Read the full file on GitHub · 401 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 401 lines · 109 tokens per session scan A 959c67f01e89

Subscribe to this mod's changes

bloom-quiz-maker is a skill published in the GitHub repository serejaris/kimi-skills (6 stars, last pushed 1mo ago), licensed MIT. It adds 109 tokens to every session and 5,263 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

offensive-vuln-classes

Exploit development curriculum covering core vulnerability classes with real-world CVE case studies: stack/heap buffer overflows, use-after-free, integer overflows, format strings, type confusion, and race conditions. Use when learning or teaching vuln classes, researching specific CVE patterns, or building exploit…

SnailSploit/Claude-Red · 0 tokens

explain-this

Explain whatever the user is pointing at right now in plain language: a pending question, a piece of code, an error, a command output, or an artifact like a plan or findings report. Use when the user asks to "explain this", "what am I being asked", "what's happening right now", "help me understand this", "what does…

tobihagemann/turbo · 102 tokens

understand-change

Teach the user to deeply understand a change through interactive tutoring: restating understanding, drilling into why/what/how, and quizzing until mastery. The active counterpart to a one-shot explanation. Use when the user asks to "understand this change", "teach me this change", "help me understand what changed"…

tobihagemann/turbo · 96 tokens

ape-visualize

Builds interactive, browser-based 3D Three.js visualizations of any mathematics or science concept as a single, self-contained HTML file. Takes a concept and a depth level (Simple, Intermediate, Advanced). Trigger on "ape visualize", "ape visualize math", "ape visualize science", "visualize math", "visualize science"…

arpitbbhayani/ape-skills · 89 tokens

ape-quiz-me

Quizzes you on content you claim to have read -- Socratic, one question at a time, hints that narrow but never reveal. Ends with a verdict on what you understood versus merely recited. Trigger on "ape quiz me", "quiz me on this", "test my understanding", "did I actually get this", or any request to be tested on shared…

arpitbbhayani/ape-skills · 81 tokens

ape-write-pseudocode

Guidelines for writing pseudocode for functions and algorithms. Use this skill whenever the user asks to write pseudocode, sketch out an algorithm, or describe the logic of a function at a high level. Trigger on phrases like "write pseudocode", "sketch this algorithm", "pseudocode for this function", or "describe the…

arpitbbhayani/ape-skills · 75 tokens