Travel Guidebook Maker

Turns a trip itinerary into a typeset, print-ready travel guidebook PDF

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 17, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 1c08335

Built the same 2-day Kyoto guide with and without the skill and ran both through its bundled Playwright exporter: the skill produced a 7-page A4 PDF with a double-bordered cover page, rendered Tabler icons, a parchment palette and correct per-chapter pagination, versus a flat 2-page Arial page from the baseline. Bundled html2pdf.mjs ran end-to-end and every referenced CSS/template file was present.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Travel Guidebook Maker does

Generates a beautifully designed travel guidebook PDF from a trip itinerary using a bundled Playwright HTML-to-PDF exporter, a warm parchment CSS system and Tabler icons. Triggers when the user wants to turn trip notes, a route or a multi-day plan into a printable guide (English or Chinese: 路书, 旅行指南, itinerary book).

How to install Travel Guidebook Maker

git clone https://github.com/geekjourneyx/travel-guidebook
mkdir -p ~/.claude/skills
cd travel-guidebook && cp -r . ~/.claude/skills/travel-guidebook

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Travel Guidebook Maker

  • /travel-guidebook Turns a trip itinerary into a typeset, print-ready travel guidebook PDF

It also activates on plain-language prompts like these:

  • Turn my 2-day Kyoto itinerary into a printable travel guidebook PDF
  • Make a typeset travel guide out of our road trip notes
  • Design a print-ready PDF booklet from this multi-day trip itinerary

Frequently asked questions

Is the Travel Guidebook Maker skill free?
Yes. The skill itself is free from geekjourneyx/travel-guidebook. SkillProof publishes the install command and an independent test verdict at no cost.
Does Travel Guidebook Maker work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Tested · Works. Built the same 2-day Kyoto guide with and without the skill and ran both through its bundled Playwright exporter: the skill produced a 7-page A4 PDF with a double-bordered cover page, rendered Tabler icons, a parchment palette and correct per-chapter pagination, versus a flat 2-page Arial page from the baseline. Bundled html2pdf.mjs ran end-to-end and every referenced CSS/template file was present.
What is the Travel Guidebook Maker SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Travel Guidebook Maker?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Travel Guidebook Maker with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.