Agent skill · Workflow & Productivity

trip-planner

Full trip planning orchestration. Combines flight search, hotel search, and points optimization into one cost analysis. Use when the user says "plan a trip" or wants the complete picture for a destination.

borski611★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add borski/travel-hacking-toolkit --skill trip-planner --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Path: plugins/travel-hacking-toolkit/skills/trip-planner/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 611
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

**Companion reference skills.** Load these for deeper context: - `flight-search-strategy` — full search workflow and source priority - `lessons-learned` — Seats.aero workflow and common failure modes (load before any award search) - `points-valuations` — CPP rules, opportunity cost - `partner-awards` — reachability through alliance + bilateral partnerships - `award-sweet-spots` — flag legendary redemptions - `booking-guidance` — booking flow + phone numbers + the "hold before transfer" rule - `transfer-bonuses` — live current transfer bonuses (weekly refresh) before recommending any transfer - `stopovers` — per-program stopover rules; can turn a one-trip plan into a multi-city itinerary at no extra mileage cost - `award-holds` — per-program hold rules; affects transfer timing decisions - `round-the-world` — when the trip request implies 3+ stops or multiple regions, RTW products may be cheaper than separate awards - `status-match` — when a user mentions wanting status or asks about elite tier shortcuts; covers free direct matches, paid concierge fees, and once-per-lifetime warnings # Trip Planner "Plan a trip to Paris Aug 11-15" answered with one complete cost breakdown. Orchestrat

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Workflow
  4. Step 1: Parse Trip Parameters
  5. Step 2: Run Searches in Parallel
  6. Step 3: Combine into Trip Cost Matrix
  7. Step 4: Calculate Value Scores
  8. Step 5: Present the Trip Plan
  9. Step 6: Source Status
  10. Error Handling
  11. Limitations
More from travel-hacking-toolkit
All skills →
About this skill
What does the trip-planner skill do?

Full trip planning orchestration. Combines flight search, hotel search, and points optimization into one cost analysis. Use when the user says "plan a trip" or wants the complete picture for a destination.

How do I install it?

Run `npx skills add borski/travel-hacking-toolkit --skill trip-planner --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.

Keep going