itinerary-formatter

star 50

Create a JSON structure for a 7-day travel plan.

cxcscmu By cxcscmu schedule Updated 4/24/2026

name: itinerary-formatter description: Create a JSON structure for a 7-day travel plan.

Itinerary Formatter

Structure a 7-day travel plan JSON according to specific keys.

Example Usage

import json

def format_itinerary(plan_days, data_sources):
    return {
        "plan": plan_days,
        "data_sources": data_sources
    }
Install via CLI
npx skills add https://github.com/cxcscmu/SkillLearnBench --skill itinerary-formatter
Repository Details
star Stars 50
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator