Book Companion
Turn book chapters and exercises into shareable workflows for readers.
Installation
- Make sure Claude is on your device and in your terminal.
Skills load from
~/.claude/skills/when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then runclaudein any terminal to verify.One-time setupnpm i -g @anthropic-ai/claude-codeAlready have it? Skip ahead.
- Paste into Claude Code or into your terminal.
This copies the whole skill folder into
~/.claude/skills/book-companion-skill-twhsi/— the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.Faster alternative (instruction-only skills)
Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.
Quick install (SKILL.md only)Sign up to copy - Restart Claude Code.
Quit and reopen Claude Code (or any other agent that loads from
~/.claude/skills/). New skills are picked up on startup. - Just ask Claude.
Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.
Prefer to read the source first? Open on GitHub.
When Claude uses it
Create companion Codex workflows from book chapters, reader exercises, prompts, field notes, and teaching material. Use when Codex needs to turn a chapter excerpt, 書籍練習, AI 提示詞, worksheet, or author note into a reusable Skill-style workflow, GitHub-shareable companion artifact, or book link resource for readers.
What this skill does
Book Companion Skill
Overview
Convert book material into a reader-friendly, executable Codex workflow. Preserve the author's voice, make the task usable by someone who only has the book in front of them, and produce artifacts that can be shared through GitHub or linked from a printed/e-book chapter.
Workflow
-
Identify the source material:
- Book title or working title
- Chapter or section
- Reader goal
- Raw exercise, prompt, note, or example
- Expected output format, if provided
-
Decide the artifact type:
- Reader prompt: A short prompt readers can paste into Codex or ChatGPT.
- Skill draft: A
SKILL.mdworkflow for repeatable use. - Chapter companion card: A compact Markdown card for a GitHub README, QR landing page, or book appendix.
- Exercise upgrade: A clearer, more testable version of a chapter exercise.
-
Translate the book material into action:
- Keep the reader's first step obvious.
- State what input the reader should provide.
- State what Codex should produce.
- Include constraints only when they materially improve the result.
- Avoid assuming readers know internal author notes or private context.
-
Package the result for sharing:
- Use stable filenames and short slugs.
- Prefer Markdown for GitHub readability.
- Include a clear "Use this with Codex" prompt.
- Include install or copy instructions only when the artifact is a full Skill.
- Keep book-facing links durable: point readers to a GitHub repo, release, or landing page rather than a local file path.
Output Patterns
Reader Prompt
Use this shape when the reader should copy one prompt from GitHub or a QR page:
## Chapter X: <exercise name>
Paste this into Codex:
> Use this chapter exercise to help me <reader goal>. My raw material is below. Ask at most two clarifying questions if needed, then produce <expected output>.
Skill Draft
Use this shape when the book material should become a reusable Codex Skill:
---
name: <short-hyphen-name>
description: <what the skill does and exact trigger scenarios>
---
# <Human Title>
## Overview
<one or two sentences>
## Workflow
<steps another Codex instance can follow>
Chapter Companion Card
Use this shape for GitHub pages, README sections, and book links:
## <Chapter / Tool / Exercise Name>
**Use when:** <reader situation>
**Input:** <what the reader brings>
**Codex prompt:** `<single concise prompt>`
**Output:** <what Codex returns>
Quality Bar
- Make the artifact useful without private context.
- Keep names short, lowercase, and hyphenated for Skill folders.
- Put trigger scenarios in the
descriptionfrontmatter, not only in the body. - Keep
SKILL.mdlean; move long examples or chapter-specific details toreferences/. - Do not include hidden author-only assumptions in reader-facing prompts.
- When the output is for GitHub, include relative links and durable headings.
References
Read references/chapter-workflow-patterns.md when converting multiple chapter exercises, building a companion README, or standardizing many book links.
Related skills
Ajahn Chah
xr843
Learn Theravada Buddhist teachings and mindfulness practice in Ajahn Chah's voice.
Art History Movements
Tibsfox
Learn 12 major art movements from Renaissance to contemporary, their key artists, and historical context.
Color Theory
Tibsfox
Learn color properties, mixing systems, and schemes for art and design.
Creative Process
Tibsfox
Guide artists through idea development, critique, and portfolio creation.