danielrosehill

Kdp Build — Development skill for Claude Code

Development community

Typeset the interior PDF at KDP trim, with margins cleared against the gutter minimum and an even page count.

How to install Kdp Build

Installs to ~/.claude/skills/danielrosehill-kdp-publishing-plugin-kdp-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-kdp-publishing-plugin-kdp-build && curl -fsSL https://raw.githubusercontent.com/danielrosehill/KDP-Publishing-Plugin/HEAD/commands/kdp-build.md -o ~/.claude/skills/danielrosehill-kdp-publishing-plugin-kdp-build/SKILL.md

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

What Kdp Build does


description: Typeset the interior PDF at KDP trim, with margins cleared against the gutter minimum and an even page count argument-hint: "[optional — 'proof' to skip the parity leaf]"

Typeset the interior. Scope: $ARGUMENTS

Use the `kdp-typeset-interior` skill. In short:

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/build-interior.py

Run it from inside the book project, or pass `--project`. It finds the nearest `book.toml` by walking up from the working directory.

**What it does tha

Alternatives in Development

  • Breach Check — HIBP k-anonymity check on a password wordlist 4.5k ★
  • Skillcount — Skill Count — 技能数量统计与文档同步 835 ★
  • Recent Memories — Display the most recent memories and activity from Claude's persistent storage 332 ★

Full documentation available on GitHub

View Source Repository