itinerary-generator

star 50

Handles the structural requirements and formatting of the 7-day travel itinerary JSON.

cxcscmu By cxcscmu schedule Updated 4/24/2026

name: itinerary-generator description: Handles the structural requirements and formatting of the 7-day travel itinerary JSON.

Itinerary Generator Skill

This skill provides a template for constructing the 7-day itinerary JSON.

Structure

Ensure the output JSON at /app/output/itinerary.json contains:

  • plan: Array of 7 objects (days 1-7).
  • data_sources: List of files used from the /app/data/ directory.

Fields per Day

  • day (int)
  • current_city (string)
  • transportation (string, no flights)
  • breakfast, lunch, dinner (string, or "-")
  • attraction (string, list separated by ;)
  • accommodation (string, pet-friendly)
Install via CLI
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill itinerary-generator
Repository Details
star Stars 50
call_split Forks 3
navigation Branch main
article Path SKILL.md
Occupations
More from Creator