Run1 route planning and logistics
Determines the driving route from Minneapolis to Ohio, segments the 7-day travel period into manageable travel and stay durations, and ensures no flights are used.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run1_route-planning-and-logisticsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.8 KB, 130 tokens by cl100k_base, as published. Nobody here has run it
Route Planning Strategy
- Identify Cities: Select three major Ohio cities (e.g., Cleveland, Columbus, Cincinnati) that allow for a logical driving path from Minneapolis.
- Time Allocation: Distribute 7 days (March 17–23) across travel and stays. Since it is a long drive (~10–12 hours), schedule driving days that account for pet comfort breaks.
- Transportation: Explicitly record "Self-driving" as the mode of transport for all legs.
- Data Verification: Use
googleDistanceMatrix/distance.csvto ensure driving times are realistic for the requested timeframe.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.