Structure & completeness orchestrator for premium travel guides and roadbooks.
Parses existing travel itineraries (.md, .docx, .xlsx, .pdf), builds a numbered Gap Catalogue, delegates all prose writing to the travelguide-copywriter companion skill, and compiles the result into a print-ready DOCX roadbook or interactive HTML guide — in six publication styles, with photos, Leaflet maps, and a climate table.
- Ingests your source itinerary in any format
- Catalogues every structural gap: empty meals, bare URLs, missing activities, absent pacing labels, no etiquette tips — numbered
[GAP-01],[GAP-02]... - Delegates each gap to
travelguide-copywriterwith a typed invocation payload (task/location/lang/style/scope) - Verifies structural completeness per day (Algemeen → Hotel → Maaltijden → Gereserveerde activiteiten → Dagindeling)
- Compiles to DOCX (with TOC, page numbers, A4 Calibri fonts) or HTML (with Leaflet maps)
| Code | Style | Inspiration |
|---|---|---|
backpacker |
Raw, transit-heavy, budget | Lonely Planet |
visual |
Structural, Top 10, cutaways | DK Eyewitness |
scholarly |
Academic, historical, dense | Blue Guides |
boutique |
Minimalist, white space, curated | Cereal / Wallpaper* |
opinionated |
Warm, first-person, pre-filtered | Rick Steves |
roadbook |
Analytical, metric-rich, driver-focused | Michelin Green |
- Claude Code (claude-sonnet-4-6 or later)
travelguide-copywritercompanion skill installed- Node.js v18+ with
docxnpm package (for DOCX output) - Python 3.10+ (for HTML compilation and parsing)
Download the latest .skill file from GitHub Releases and install it in your Claude Code skills directory.
Trigger the skill by sharing an itinerary file with a request like:
"Turn this Word doc itinerary into a Michelin Green roadbook DOCX. Family of 3, vegan, interests: nature and theme parks."
"Enrich this markdown travel plan and output as Boutique HTML. Ages: couple 40s, gluten-free."
The skill will ask clarifying questions (style, format, demographics) before proceeding.