Home / mostafa-drz / claude-skills · desktop/make-it-itinerary/SKILL.md · GitHub

make-it-itinerary skillA

make-it-itinerary is agent-read markdown (skill) from mostafa-drz/claude-skills: Turns an existing travel conversation into a day-by-day trip itinerary. Reads what was already discussed (destination, the hotel picked, restaurants liked, activities rejected), asks only the few questions that change the plan (dates, who is going, car or not), each with a default so "just go" works, then checks every suggestion online for the actual trip dates: seasons, opening hours, booking rules. Delivers an interactive HTML itinerary, with PDF, calendar (.ics) or plain-text versions on requ.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Make it an itinerary

You've been chatting about a trip: a place, where to stay, where to eat. This turns that
conversation into a plan you can actually travel with. It keeps what you decided, asks
only what it can't work out, checks every stop against the real dates, and hands you a
page that works on your phone, on paper, and in your calendar.

> The very important point is user-centric design and workflow thinking, and grounding
> every suggestion in online verification, based on the current date.
> *(from the original sketch)*

In Claude Desktop and claude.ai the skill starts automatically on a matching request,
with no slash command. Typing "make it an itinerary" is the natural trigger.

Four references, loaded when a step needs them:
[`trip-brief.md`](./references/trip-brief.md) (reading the conversation and asking the
right questions) · [`verification.md`](./references/verification.md) (grounding each
suggestion online) · [`itinerary-schema.md`](./references/itinerary-schema.md) (the data
every output renders from) · [`examples.md`](./references/examples.md) (the full journeys:
thin chat, rich chat, edits, no web search).

---

## The flow
…

Read the whole file at its exact version.

How to install

Latest version
mdr add mostafa-drz/claude-skills/make-it-itinerary@git:20260921.92e6393
Exact content
mdr add mostafa-drz/claude-skills/make-it-itinerary@sha256:e1f73ea7209239df

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_5bg34r2z5lqgbyxl.svg)](https://markdownregistry.com/a/art_5bg34r2z5lqgbyxl)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260921.92e6393 latest2026-09-21 92e6393 11,597 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (11597 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

mostafa-drz/claude-skills · 4 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_5bg34r2z5lqgbyxl
GET https://markdownregistry.com/api/v1/resolve?ref=mostafa-drz/claude-skills/make-it-itinerary
GET https://markdownregistry.com/api/v1/blob/e1f73ea7209239dff3ebfc8424aaeb514dda485a58068ebf773dd985d14cd081

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from mostafa-drz/claude-skills

address-pr-comments skill
mostafa-drz/claude-skills · code/address-pr-comments/SKILL.md · Fetches unresolved PR comments, categorizes them (must-fix, suggestion, question, nit), proposes fixes or replies for…
git:20260911.22df896 · audit A · 4 stars
address-pr-feedback skill
mostafa-drz/claude-skills · code/address-pr-feedback/SKILL.md · Comprehensively addresses PR feedback by fetching all comments, deploying parallel agents for critical analysis of each…
git:20260911.22df896 · audit A · 4 stars
audit-skills skill
mostafa-drz/claude-skills · code/audit-skills/SKILL.md · Audits all personal Claude skills against the SKILLS_GUIDE.md manifest, latest official Claude skills documentation…
git:20260911.22df896 · audit A · 4 stars
audit-ui-e2e skill
mostafa-drz/claude-skills · code/audit-ui-e2e/SKILL.md · Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL…
git:20260911.22df896 · audit A · 4 stars
build-incremental skill
mostafa-drz/claude-skills · code/build-incremental/SKILL.md · Implements code in progressive, verified increments — auto-detects the project's toolchain, builds each unit, runs…
git:20260911.22df896 · audit A · 4 stars
build-until-agreed skill
mostafa-drz/claude-skills · code/build-until-agreed/SKILL.md · Builds toward a goal agreed up front, then has independent read-only auditors judge whether it is actually met —…
git:20260915.01439e8 · audit A · 4 stars
capture-screens skill
mostafa-drz/claude-skills · code/capture-screens/SKILL.md · Automatically navigates a web app using Playwright MCP and captures context-aware named screenshots at each product…
git:20260911.22df896 · audit A · 4 stars
chunk-pr skill
mostafa-drz/claude-skills · code/chunk-pr/SKILL.md · Analyzes a large pull request (or branch, or commit range) and proposes a sequence of smaller, logically-grouped…
git:20260911.22df896 · audit A · 4 stars
clean-copy skill
mostafa-drz/claude-skills · code/clean-copy/SKILL.md · Cleans terminal-formatted text and copies it to the macOS clipboard via pbcopy, formatted for the target platform…
git:20260911.22df896 · audit A · 4 stars
compliance-audit skill
mostafa-drz/claude-skills · code/compliance-audit/SKILL.md · Audits codebases against compliance frameworks (SOC2, HIPAA, PCI-DSS, GDPR, ISO27001, etc.) using parallel agents per…
git:20260911.22df896 · audit A · 4 stars
create-pr skill
mostafa-drz/claude-skills · code/create-pr/SKILL.md · Creates a well-structured pull request with product-focused summary, change highlights, and test steps. Auto-detects…
git:20260911.22df896 · audit A · 4 stars
daily-brief skill
mostafa-drz/claude-skills · code/daily-brief/SKILL.md · Surfaces recent updates relevant to you from GitHub, Linear, Slack, and other configured sources — PR reviews, new…
git:20260911.22df896 · audit A · 4 stars

Every file in mostafa-drz/claude-skills

Browse by kind, by grade A, or by owner.