Agent skill
trip
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/trip
SKILL.md
Trip Skill
Quick-create a trip planning note.
Trigger
/trip <destination>- Create trip note for destination/trip <destination> <dates>- Create with dates (e.g., "Paris 15-20 March")
Workflow
- Parse destination and optional dates from input
- Create note using template:
+Templates/Trip.md - Set filename:
Trip - <Destination>.md(orTrip - <Destination> <Year>.mdif year provided) - Pre-fill:
destination: From inputcountry: Infer from destination if obviousstartDate/endDate: If dates providedtravellers: Default to empty list (user fills in)status:idea(default)
- Open note for editing
Examples
/trip Paris
→ Creates "Trip - Paris.md" with destination: Paris, country: France
/trip Barcelona 10-14 April 2026
→ Creates "Trip - Barcelona 2026.md" with dates filled in
/trip Lake District
→ Creates "Trip - Lake District.md" with country: UK
Template Location
+Templates/Trip.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?