whatisgithub

What is travel-planner?

gjbjzyvivian-netizen/travel-planner — explained in plain English

Analysis updated 2026-05-18

13Audience · generalComplexity · 1/5LicenseSetup · easy

In one sentence

A Claude Code skill that asks about your trip preferences and generates a full day by day travel itinerary with budget and packing list.

Mindmap

mindmap
  root((travel-planner))
    What it does
      Asks trip preferences
      Builds daily itinerary
      Estimates budget
    Tech stack
      Claude Code skill
      Markdown template
    Use cases
      Day by day trip plans
      Budget breakdown
      Packing checklist
    Audience
      General travelers
      Claude Code users
    Setup
      Clone into skills folder
      Ask in natural language

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Turn a vague idea like a five day trip to a city into a detailed day by day itinerary.

USE CASE 2

Get an estimated daily and total budget breakdown for a planned trip.

USE CASE 3

Generate a packing list and pre trip checklist tailored to the season and activities.

USE CASE 4

Use Claude Code as a conversational travel planning assistant.

What is it built with?

Claude CodeMarkdown

How does it compare?

gjbjzyvivian-netizen/travel-planner09catho/axon0x1-1/revival
Stars131313
LanguageJavaScriptC++
Setup difficultyeasymoderatehard
Complexity1/54/55/5
Audiencegeneralresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

This project is a Claude Code skill, meaning it is an add-on that teaches the Claude Code assistant a new specific job: turning a vague travel idea like wanting to visit a certain city for a few days into a full day by day itinerary you can actually follow. Instead of guessing what you want, it works by asking you a short series of questions and confirming each part before moving on, so the final plan matches your actual preferences rather than a generic template. The questions cover six things: where you are going and where you are starting from, how many days and what season, who you are traveling with, your budget level, how relaxed or packed you want the pace to be, and your interests. After gathering that, the skill builds a day by day framework with a one line theme for each day and suggested lodging, then fills in the details for each day: time blocks for morning, midday, afternoon, and evening, with each activity's time slot, how long to spend there, and its cost, plus meals and transportation. It also calculates a daily budget subtotal and rolls everything into an overall estimated cost range, and generates a packing list and pre trip checklist suited to the season and planned activities. The README notes the skill is honest about details that change often, such as ticket prices, opening hours, or reservation requirements, marking them as things to double check before the trip rather than making up exact numbers. To use it, you clone the repository into your personal Claude Code skills folder, then simply ask Claude Code in natural language to plan a trip, for example a multi day trip to a specific city, and the skill takes over the conversation. The final output is a markdown file built from a template that includes the itinerary overview, daily schedule, total budget, packing list, and pre trip checklist. The project is released under the MIT License.

Copy-paste prompts

Prompt 1
Help me plan a five day trip to Kyoto using this travel planner skill.
Prompt 2
Ask me the questions this skill uses so we can build a weekend getaway itinerary.
Prompt 3
Show me how to install this skill into my Claude Code skills folder.
Prompt 4
Generate a packing list and budget estimate for a summer trip with two friends.

Frequently asked questions

What is travel-planner?

A Claude Code skill that asks about your trip preferences and generates a full day by day travel itinerary with budget and packing list.

What license does travel-planner use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is travel-planner to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is travel-planner for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.