feat: Claude Code skill for one-shot AI trip planning (v2)#241
Open
candogruyol wants to merge 1 commit intoitskovacs:mainfrom
Open
feat: Claude Code skill for one-shot AI trip planning (v2)#241candogruyol wants to merge 1 commit intoitskovacs:mainfrom
candogruyol wants to merge 1 commit intoitskovacs:mainfrom
Conversation
602-line skill definition that turns Claude Code into a full trip planning assistant. User says "plan a 3-day Istanbul trip" and the agent executes a 16-step flow automatically: 1. Research destination (web search) 2. Create trip + days 3. Create places with Wikipedia photos 4. Link places to trip 5. Create timed itinerary items 6. Enrich: opening hours, ratings, tips 7. Enrich: restaurant cuisine + signature dishes 8. Add transport routes between stops 9. Set budget with cost estimates 10. Fetch weather forecasts 11. Look up visa/travel requirements 12. Generate packing list 13. Generate pre-trip checklist 14. Get Google Maps directions per day 15. Export calendar (.ics) 16. Print summary Includes complete API reference for all endpoints, critical technical rules (place linking, field names, auth flow), and data enrichment patterns with Wikipedia photo fetching.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A 602-line Claude Code skill that turns the CLI into a full trip planning assistant.
What it does
User says "plan a 3-day Istanbul trip for April 2026" and the agent automatically:
One command, everything done. No manual API calls needed.
What's in the file
placenotplace_id), place linking requirementsFile
skill/trip.md— drop it in your Claude Code project and use/tripor just ask to plan a trip.