scaffold-exercises

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 21 天前
▸ 精选理由

快速搭建含解析与“为何重要”解释的作业套题,节省教师备题时间。

这个 Skill 做什么

为课程生成分级作业,产出学生版题目与含解析的答案卷和说明。

把一门课的作业按难度分好,生成学生版(只题目)和教师版(带完整解答与简短说明)。适合做课后练习、考试准备或构建题库,支持推导、实证和编程题混合出题。特别是把解析写成可评估的答案钥匙,但不负责自动批改学生提交。

▸ 展开 SKILL.md 英文原文

Scaffold a graded problem set with sections, problems, worked solutions, and short "why this matters" explainers across analytical, empirical, and coding types. Use when user says "make a problem set on X", "scaffold exercises for this lecture", "create practice problems", "generate homework with a solution key", "build a graded assignment on topic Y". Emits a clean student set plus a separate solution key — NOT for grading submissions or auto-checking student answers.

内容创作教学设计习题生成解答详解通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/scaffold-exercises/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/scaffold-exercises/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# `/scaffold-exercises` — Problem Set Scaffolder

Generate a graded problem set as two files: a clean **student set** (problems only) and a **solution key** (worked solutions + a one-line explainer per problem). Pattern imported from `mattpocock/skills`, adapted for economics teaching — the primary lens is graded coursework that mixes derivation, estimation, and code.

**Input:** `$ARGUMENTS` — a topic (e.g., "instrumental variables", "consumer theory", "staggered DiD") and optional flags. See [Flags](#flags).

---

## When to use

- You have a lecture or reading and want a matching assignment with an answer key.
- You want a mix of problem types (derive, estimate, code) at a controlled diff
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有