Quick-create a trip planning note.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add DavidROliverBA/ArchitectKB --skill trip --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Trip?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/davidroliverba-trip)More formats (shields.io, HTML) on the badges page.
# 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
1. Parse destination and optional dates from input
2. Create note using template: `+Templates/Trip.md`
3. Set filename: `Trip - <Destination>.md` (or `Trip - <Destination> <Year>.md` if year provided)
4. Pre-fill:
- `destination`: From input
- `country`: Infer from destination if obvious
- `startDate`/`endDate`: If dates provided
- `travellers`: Default to empty list (user fills in)
- `status`: `idea` (default)
5. 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`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.