Agent skill

compare-flights

Unified flight comparison across cash (Duffel, Ignav), award (seats.aero), and portal (Chase, Amex) sources in parallel. Outputs one table with transfer partner optimization and recommendations.

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 12 KB
Bundled scripts: none
Path: plugins/travel-hacking-toolkit/skills/compare-flights/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

# Compare Flights Search every available source for a route and present one unified comparison. Combines cash pricing, award availability, portal pay-with-points, and transfer partner optimization into a single table. **This is an orchestration skill.** It tells the agent which tools to run and how to combine results. No standalone script. **Companion reference skills.** Load these for deeper context: - `flight-search-strategy` — full source priority, market selection, source accuracy hierarchy - `points-valuations` — CPP rules, floor/ceiling, surcharge programs, transfer bonuses - `partner-awards` — alliance + bilateral partnership reachability - `lessons-learned` — Seats.aero workflow, Southwest specifics, Companion Pass math - `fallback-and-resilience` — what to do when a source fails - `transfer-bonuses` — current active transfer bonuses (live data); changes effective ratios when computing options 4-7 of the comparison table - `stopovers` — when an itinerary has a long layover or multi-city, check if a stopover-allowing program priced lower than separate one-ways - `round-the-world` — for 3+ stop multi-region itineraries, RTW products may beat sum-of-parts award pricing - `awar

What's inside
Steps it walks through
  1. When to Use
  2. Sources
  3. Cash Prices (run in parallel)
  4. Award Availability
  5. Portal Pay-With-Points (run in parallel, Docker required)
  6. Workflow
  7. Step 1: Gather All Prices
  8. Step 2: Apply Transfer Partner Optimization
  9. Step 3: Calculate Portal CPP
  10. Step 4: Present Unified Table
  11. Step 5: Recommendation
  12. Error Handling
  13. Data Files Used
  14. Limitations
More from travel-hacking-toolkit
All skills →
About this skill
What does the compare-flights skill do?

Unified flight comparison across cash (Duffel, Ignav), award (seats.aero), and portal (Chase, Amex) sources in parallel. Outputs one table with transfer partner optimization and recommendations.

How do I install it?

Run `npx skills add borski/travel-hacking-toolkit --skill compare-flights --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