📚
WritingPython

Textbook

by cabbage2000-lab

Textbook is a Writing 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
Copy Textbook 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 ~/.claude/skills/textbook

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/SKILL.md in cabbage2000-lab/textbook-writer-skills
Installs to
~/.claude/skills/textbook
Collection
One of 5 skills cataloged from this repository
Category
Writing1012 skills

What Textbook does

Orchestrates a five-stage UbD-driven pipeline to create multi-chapter textbooks with exercises, supporting resumable progress via state files. Ideal for crafting systematic course materials with backward design.

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

Documentation

README

textbook

写教材的主 skill(orchestrator):驱动五阶段流程,管理 .progress.json 状态实现中断可续,在阶段间传递交接契约,最终交付一本有主线、有梯度、可评估的多章节 Markdown 教材。契约、落盘布局、状态机的权威定义见 references/handoff-contract.md(下称"契约文档")。

学科差异(题型集、验证手段、认知动词、章内段义)不在本 skill 里分支,收拢在学科档案中:阶段 1 判定一次,落盘为 .progress.jsonsubject_profile,逐章原样透传。规格与索引见 references/subject-profile-spec.md

何时不触发

  • 单篇教程/图文教程(用 tutorial-writer)
  • 只写一章或一篇深度文章(用 textbook-chapter)
  • 只要例题/习题(用 textbook-exercises)
  • 只做大纲不写正文(直接用 textbook-outline)

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

Frequently asked about Textbook

  • What else does cabbage2000-lab publish alongside Textbook?

    Textbook is one of 5 skills that DirSkills catalogs from cabbage2000-lab/textbook-writer-skills, the repository it ships in. Its siblings there include Textbook Chapter, Textbook Exercises and Textbook Init. Each one is a separate skill with its own page in this directory, installs the same way Textbook 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 compare to other Writing skills?

    Textbook ranks #969 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. 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 against them. Open each page to compare what they document and how they install.