Itinerary formatter
Create a JSON structure for a 7-day travel plan.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill itinerary-formatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.3 KB, 60 tokens by cl100k_base, as published. Nobody here has run it
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
}
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.