Run2 budget validation
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill run2_budget_validationAssembled 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
Validate travel budgets using accommodation and restaurant data.
SKILL.md
0.8 KB, 158 tokens by cl100k_base, as published. Nobody here has run it
Budget Validation for Travel Planning
To stay within a given budget (e.g., $5,100 for 7 days for two), calculate and track costs meticulously.
Calculating Daily Costs
- Accommodation: Multiply the
priceby the number of nights. Checkminimum nightsfor eligibility. - Food: Estimate food costs using
Average Costfromclean_restaurant_2022.csv. Assume this cost is for two people. - Transport: Estimate gas or rental costs for self-driving based on distances in
distance.csv.
Cumulative Tracking
Sum all estimated costs (accommodation + 21 meals + transportation) and compare against the total budget. Prioritize high-value attractions and meals while keeping within the limit.