📖
AI EngineeringPython

Textbook Exercises

by cabbage2000-lab

Textbook Exercises is an AI Engineering skill for Claude Code, published by cabbage2000-lab in textbook-writer-skills.

19 stars4 forkson cabbage2000-lab/textbook-writer-skillsAdded 2026/08/11+46% in starsRepository updated 2026/08/10
agent-skillsagents-mdai-agentbackward-designbloom-taxonomyclaude-codeclaude-skillscodexcodex-clicurriculum-designeducationhumanitiesinstructional-designstemtextbook-generationubdworkbuddy
Install in seconds
Install Textbook Exercises
Copy Textbook Exercises into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/cabbage2000-lab/textbook-writer-skills/tree/main/skills/textbook-exercises ~/.claude/skills/textbook-exercises

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/cabbage2000-lab/textbook-writer-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/textbook-exercises/SKILL.md in cabbage2000-lab/textbook-writer-skills
Installs to
~/.claude/skills/textbook-exercises
Collection
One of 5 skills cataloged from this repository
Category
AI Engineering2451 skills

What Textbook Exercises does

Generates three types of STEM exercises (worked examples, guided practice, independent exercises) with Bloom's taxonomy levels, and verifies every computational answer before output to ensure accuracy.

Textbook Exercises is cataloged under AI Engineering on DirSkills. Textbook Exercises comes from a repository tagged agent-skills, agents-md, ai-agent, backward-design and bloom-taxonomy.

Documentation

README

textbook-exercises

生成三类题(示范例题/引导练习/独立习题),每道题带 Bloom 层级标注,每道题的答案都经过验证才输出。学科无关的设计与验证纪律见 references/exercise-design.md;本次出题的题型集与每型的验证手段取自输入契约 学科档案 指定的档案第 2 节(规格与索引见 ../textbook/references/subject-profile-spec.md)。

何时不触发

  • 题型在所用档案第 2 节里没有对应验证手段的(如 stem 档案下的文科论述题、案例分析题)——按 exercise-design.md 第 7 节反模式 5 处理:改出档案内最接近的题型(stem 档案下改概念辨析题)并在输出中说明替换
  • 组卷/试卷排版(本 skill 只产题目内容)
  • 与教材无关的一般性问答

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Textbook Exercises

  • What else does cabbage2000-lab publish alongside Textbook Exercises?

    Textbook Exercises is one of 5 skills that DirSkills catalogs from cabbage2000-lab/textbook-writer-skills, the repository it ships in. Its siblings there include Textbook, Textbook Chapter and Textbook Init. Each one is a separate skill with its own page in this directory, installs the same way Textbook Exercises does, and is maintained by cabbage2000-lab in that same repository. The rest of the collection is listed on the cabbage2000-lab/textbook-writer-skills page.

  • How does Textbook Exercises compare to other AI Engineering skills?

    Textbook Exercises ranks #2367 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Textbook Exercises against them. Open each page to compare what they document and how they install.