danielrosehill

Kdp Package — Development skill for Claude Code

Development community

Assemble the KDP upload folder — PDFs plus a file naming exactly what goes in which field of the form.

How to install Kdp Package

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

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

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

What Kdp Package does


description: Assemble the KDP upload folder — PDFs plus a file naming exactly what goes in which field of the form

Assemble the upload folder.

python3 ${CLAUDE_PLUGIN_ROOT}/scripts/kdp-package.py

Writes `dist/kdp-upload/`: the interior PDF, the cover PDF, the description as plain text, and `title.txt`, `specs.txt` and `README.txt` naming exactly what goes in which field.

**Nothing in that folder is authored.** The description comes from the project's description file, the tar

Alternatives in Development

  • Agentlas Upload — Publish an Agentlas package to Agent Cloud or the public Hub 1.1k ★
  • Media — Understand an audio / video / image file — Antigravity (agy/Gemini) transcribes and analyzes it, returning a t 284 ★
  • Learn From Materials — Turn PDFs, books and papers into interactive learning webpages|将复杂材料转化为可追溯、可测验、可做笔记的学习网页 225 ★

Full documentation available on GitHub

View Source Repository