exam prep skills

34 tagged exam prep, measured the same way as everything else here.

Browse within: certification 8ai-tutor 6copilot-studio 6engineering 6kaoyan 6local-first 6markdown 6apache-spark 5databricks 5study-notes-generator 5

answer-processing

01

OPTIMETA/PAIDEIA

Skill Claude CodeCodex

Use whenever the user uploads a hand-written or scanned answer PDF to be graded against a reference solution. Converts answer PDFs in answers/.pdf to markdown in answers/converted/.md using the pdf skill (OCR as needed), then performs strategy-based grading against converted/solutions/.md or quizzes/answers.md.…

91 1mo ago A 79 tokens original MIT

course-builder

02

OPTIMETA/PAIDEIA

Skill Claude CodeCodex

Use whenever the user wants to ingest a new course's materials (lecture notes, textbook chapters, HW problems, HW solutions) and build the course-specific knowledge base — patterns.md (recurring solution techniques), coverage.md (HW-to-section map with 🔥 exam tiers + ⚠weak flags), and summary.md (topic tree). Invoked…

91 1mo ago A 119 tokens original MIT

exam-drill

03

OPTIMETA/PAIDEIA

Skill Claude CodeCodex

Use when the user wants exam-focused drilling from the course's analyzed material. Generates twin variants of known problems (/twin), runs strategy-level blind drills on known problems (/blind), creates integration problems chaining multiple patterns (/chain), surfaces pattern cards (/pattern), and shows…

91 1mo ago A 115 tokens original MIT

ab100-item-creator

04

timothywarner-org/ab100

Skill Claude CodeCodex

Generate AB-100 practice questions that feel like the real exam without copying it. Every item is grounded in current Microsoft Learn content, uses modern Microsoft product names (Microsoft Foundry, Copilot Studio, Microsoft Entra ID), and follows the Microsoft Worldwide Learning Exam Writing Style Guide (WWL). Use…

37 1mo ago A 81 tokens original MIT

ab100-lab-creator

05

timothywarner-org/ab100

Skill Claude CodeCodex

Create short AB-100 practice labs (15-25 minutes) that are executable and self-validating. Every lab includes prerequisites, exact tasks, validation steps, expected outputs, and cleanup. Scope covers agent design walkthroughs, Copilot Studio authoring, Microsoft Foundry tool configuration, ALM patterns, and governance…

37 1mo ago A 90 tokens original MIT

ab100-study-planner

06

timothywarner-org/ab100

Skill Claude CodeCodex

Generates a personalized AB-100 study plan based on the user's self-assessed confidence across the three AB-100 domains, prioritizing weak areas with estimated hours and Microsoft Learn module links. Use when the user asks for a study plan, is unsure what to study, or wants exam prep guidance.

37 1mo ago A 66 tokens original MIT

ab900-item-creator

07

timothywarner-org/ab900

Skill Claude CodeCodex

Generate AB-900 practice questions that feel like the real exam without copying it. Every item is grounded in current Microsoft Learn content, uses modern M365 and Purview terminology, and follows Microsoft-style exam item rules (scenario-first, plausible distractors, no trick wording).

26 1mo ago A 60 tokens original MIT

timothywarner-org/ab900

Skill Claude CodeCodex

Generate realistic 5-10 minute admin scenario walkthroughs through M365 admin centers. Each walkthrough is a guided simulation of a real AB-900 admin task with numbered steps, exact navigation paths, correct settings, and exam relevance notes.

26 1mo ago A 55 tokens original MIT

ab900-study-planner

09

timothywarner-org/ab900

Skill Claude CodeCodex

Generates a personalized AB-900 study plan based on the user's self-assessed confidence across the three exam domains, prioritizing weak domains with estimated hours and Microsoft Learn module links.

26 1mo ago A 42 tokens original MIT

study-assistant

10

2362094903-ops/study-assistant-skills

Skill Claude CodeCodex

Study tutor (main orchestrator) for any exam — 考研, 期末考试, certifications. Use whenever the user wants to systematically learn or prepare for an exam from study material. Chinese triggers: uploading a textbook/课件/讲义 with "开始学习" "带我系统过一遍" "复习第X章" "帮我复习"; "继续学习" "上次学到哪了"; "做成思维导图"; uploading/mentioning past exam papers…

16 24d ago A 275 tokens original MIT

study-quiz

11

2362094903-ops/study-assistant-skills

Skill Claude CodeCodex

Quiz & assessment sub-skill (orchestrated by study-assistant; also usable standalone). Use when the learner uploads past papers/questions ("真题", 历年试卷, 样题), wants AI to search for school-style questions, asks to be tested ("出题" "考我" "测验" "模拟题" "来套模拟卷"), submits answers for grading, or asks to review mistakes. Maintains…

16 24d ago A 132 tokens original MIT

study-teach

12

2362094903-ops/study-assistant-skills

Skill Claude CodeCodex

Personalized lecture & explanation sub-skill for a Chinese graduate-exam learner who values step-by-step reasoning, intuitive/visual understanding, strict condition checking, error diagnosis, and exam-oriented transfer. Orchestrated by study-assistant but also usable standalone. Use when the learner wants a…

16 24d ago A 191 tokens original MIT

apache-spark

13

Galius5136/databricks-spark-3.5-cert-prep

Skill Claude CodeCodex

Knowledge base from "Learning Spark, 2nd Edition" by Damji, Wenig, Das & Lee. Use when working with Apache Spark / PySpark, preparing for the Databricks Certified Associate Developer for Apache Spark exam, or applying the authors' frameworks for Spark architecture, DataFrame API, Spark SQL, Structured Streaming…

12 3mo ago A 77 tokens original MIT

pandas-on-spark

14

Galius5136/databricks-spark-3.5-cert-prep

Skill Claude CodeCodex

Knowledge base for Pandas API on Spark (pyspark.pandas) — Apache Spark 3.5. Use when preparing for Sec 7 objective 'Explain advantages of using Pandas API on Spark', migrating pandas code to scale on Spark, or configuring pyspark.pandas options (default index type, opsondiffframes, checkpointing). Sources…

12 3mo ago A 119 tokens original MIT

spark-3.5-updates

15

Galius5136/databricks-spark-3.5-cert-prep

Skill Claude CodeCodex

Knowledge base for Spark 3.1→3.5 updates not covered by the Learning Spark 2nd Ed book. Use for: (A) Pandas UDF and Arrow APIs (exam Sec 7 obj 2 'Create and invoke Pandas UDF'); (B) new built-in functions added in 3.3-3.5 (exam Sec 3); (C) AQE evolution post-3.0 — default-on, new sub-configs, SMJ→SHJ conversion (exam…

12 3mo ago A 160 tokens original MIT

solve-analyze

16

Tenstu/Pass-LLM-with-LLM

Skill Claude CodeCodex

Use when the user pastes their own solve() code and asks "分析一下我的代码", "帮我看看哪里错了", "对比一下", "review my solve", "check my code", "看看我的解法", "为什么WA", "为什么超时", "解法对比", "代码诊断". Also use when the user shares a completed solve() and wants a structured comparison against the standard template solution, root cause diagnosis, and…

5 1mo ago A 160 tokens original MIT

solve-skeleton

17

Tenstu/Pass-LLM-with-LLM

Skill Claude CodeCodex

A bare Python framework for solving online-judge programming problems. Online judges are coding platforms that read standard input and check the program's output against test cases.

5 1mo ago A 198 tokens original MIT

final-review

18

limpidwei/final-exam-review

Skill Claude CodeCodex

A workflow for turning course materials into printable final-exam review PDFs. It can organize slides, notes, reading materials, PDFs, images, and scanned documents by chapter, including materials from bilingual courses.

4 11d ago A 267 tokens original MIT

SYQ1001/knowledge-point-tree

Skill Claude CodeCodex

Build a flat, exhaustive "point tree" of every enumerable knowledge point in a bounded body of material (a textbook, a certification syllabus, a spec, an API surface, a legal code), so a learner facing a brand-new field can see the whole board at once instead of drowning in unknown unknowns. Use this whenever someone…

2 24d ago A 191 tokens original MIT

wvov7/course-revision-skills

Skill Claude CodeCodex

Derive weighted exam topic priorities by cross-referencing past papers with lecture slide indexes. Use for closed-book exam preparation, 闭卷考点, 考试重点, examlecturesummary, prioritization from oldResource and lectureSlides, or closed-book-exam-focus.

2 21d ago A 62 tokens original MIT

wvov7/course-revision-skills

Skill Claude CodeCodex

Perform in-depth analysis of one or more lecture PDFs with logic reordering and tiered depth by topic frequency. Use for closed-book single-lecture study, 单讲分析, conceptual deep dives, batch continuation across lecture numbers, or closed-book-single-lecture-analysis.

2 21d ago A 60 tokens original MIT

note-single-lecture

22

wvov7/course-revision-skills

Skill Claude CodeCodex

Create high-fidelity study notes for one lecture PDF/PPT using a generated mind map first. Store intermediate artifacts in note-single-lecture-work/ / and final notes in note-single-lecture/. Write descriptive prose mainly in Chinese, preserve key English terms and important English descriptive source sentences, and…

2 21d ago A 103 tokens original MIT