โ† All skills 2389 Research ยท Agent Skills
Strategy & Reflection

travel-agent

v1.1.0

Taste-based travel concierge for researched and verified restaurant, lodging, shopping, event, and cultural recommendations

Install โ€” npx skills ยท recommended
npx skills add harperreed/travel-agent
Prefer Claude Code? Install via /plugin
/plugin install travel-agent@2389-research

Travel Taste Concierge Skill

Animated diagram of how travel-agent works
How travel-agent works

This package follows the Agent Skills folder convention: a required SKILL.md entry point with YAML metadata, plus progressively loaded references, templates, and evals.

A portable agent skill for:

Package

Installation

Place the entire directory wherever the host agent runtime loads skills. Keep the relative paths intact so SKILL.md can progressively load its references.

For a runtime that supports only one prompt file, use SKILL.md and append the relevant reference files manually. The core rules are intentionally duplicated enough that the main file remains safe when references are unavailable.

Recommended context layout

Keep reusable context in separate blocks:

<SKILL INSTRUCTIONS>

---

<PARTY DETAILS>

---

<TASTE PROFILE>

---

<CURRENT REQUEST>

Do not merge party details into the taste profile. The request-time agent should combine all four layers while preserving their different meanings and lifetimes.