JayPing23

Book Export — Testing skill for Claude Code

Testing community

Build an upload-ready publishing package — web-novel platform package (listing + tags + cover spec + scheduled chapter files) or book manuscript (front/back matter + KDP metadata).

How to install Book Export

Installs to ~/.claude/skills/jayping23-book-forge-book-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jayping23-book-forge-book-export && curl -fsSL https://raw.githubusercontent.com/JayPing23/book-forge/HEAD/commands/book-export.md -o ~/.claude/skills/jayping23-book-forge-book-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Book Export does


description: Build an upload-ready publishing package — web-novel platform package (listing + tags + cover spec + scheduled chapter files) or book manuscript (front/back matter + KDP metadata) argument-hint: [--through=] [--platform=]

book-export

`manuscript/` holds one file per chapter by design (see `commands/book-write.md`'s finalize step). This is the one command that assembles them into something you can actually publish. It reads `manuscript/` a

Alternatives in Testing

  • Check Package — Run full validation (build + lint + test + typecheck) on a package 1.1k ★
  • Test Upload Evals Skill — End-to-end test of publishing a skill with evals on the dev environment 97 ★
  • Generate Cover — Generate book cover images using HTML+CSS and Playwright screenshots 50 ★

Full documentation available on GitHub

View Source Repository