agentsclimarketplace

Itinerary formatter

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3-flash-preview/travel-planning/itinerary-formatter

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill itinerary-formatter

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

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

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
    }

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.