plan-trip
Guided trip planning workflow. Asks destination, dates, travelers, class, and flexibility, then runs parallel flight/hotel search with cpp math and booking plan.
Profile →npx skills add borski/travel-hacking-toolkit --skill plan-trip --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Plan Trip Skill The user invoked this skill explicitly. Run a guided trip planning workflow that produces a concrete, opinionated recommendation with cents-per-point math, transfer paths, and a booking plan. ## How to run this If the user already gave details in their prompt arguments, use those. Otherwise, ask in this order, one question at a time. Don't fire all the questions at once. 1. **Where?** Destination(s). Accept regions ("Scandinavia"), cities ("Tokyo"), or specific airports. 2. **When?** Departure month or date range. Note flexibility: "exact dates" vs "any week in March" matters a lot for award availability. 3. **Who?** Number of travelers, ages if children/infants. The toolkit supports infant pricing and seat configurations. 4. **What class?** Economy / premium economy / business / first. Default to economy if unstated. 5. **Trip length?** Number of nights at destination if applicable. 6. **Points or cash?** Three valid answers: "best of both" (default), "points only" (treat cash as last resort), "cash only" (skip award search). After question 6, confirm the plan back to the user in one sentence and start the workflow. ## The workflow Once you have the inputs: 1. **
- How to run this
- The workflow
- Hotels and ground transit
- Output style
- Don't do this
What does the plan-trip skill do?
Guided trip planning workflow. Asks destination, dates, travelers, class, and flexibility, then runs parallel flight/hotel search with cpp math and booking plan.
How do I install it?
Run `npx skills add borski/travel-hacking-toolkit --skill plan-trip --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From borski/travel-hacking-toolkit, a repository with 611 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.