From date-planner
Find what's happening in your city — concerts, comedy, theater, food events, museum exhibitions
npx claudepluginhub tonyyont/date-planner --plugin date-plannerThis skill uses the workspace's default tool permissions.
Find real upcoming events in your city across music, comedy, theater, food, and museums.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Find real upcoming events in your city across music, comedy, theater, food, and museums.
/events - What's happening this week (all categories)/events music - Music/concerts only/events comedy - Comedy shows/events comedy this weekend - Comedy this weekend/events theater - Theater/broadway shows/events food - Food events and pop-ups/events museums - Current museum exhibitions/events all next week - Everything next weekRead data/preferences.json. If metadata.setup_complete is false, say:
"Run
/date-plan setupfirst to set your city and preferences!"
Read city from data/preferences.json.
Extract from arguments:
Convert timeframe to concrete dates:
Music:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --city "{city}" --category music --days {N} --format jsonTheater:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --city "{city}" --category theatre --days {N} --format jsonComedy:
data/venues.json for comedy venues, search each by name: "[venue name] upcoming shows"Food Events:
Museums:
data/venues.json for museums, search each by name: "[museum name] current exhibitions"Group by category, sorted by date within each:
## Music
1. **[Artist/Show Name]** — [Venue Name]
[Day, Date] at [Time] | $XX-XX | [Tickets](url)
2. **[Artist/Show Name]** — [Venue Name]
[Day, Date] at [Time] | $XX-XX | [Tickets](url)
## Comedy
1. **[Show/Comedian]** — [Venue]
[Day, Date] at [Time] | $XX | [Info](url)
## Theater
1. **[Show Name]** — [Venue]
Now through [end date] | $XX-XX | [Tickets](url)
## Food Events
1. **[Event Name]** — [Location]
[Dates] | [Details]
## Museum Exhibitions
1. **[Exhibition Name]** — [Museum]
Through [end date] | [Price/Free] | [Details]
If a category has no results:
No [category] events found for this period.
What next?
- Turn something into a date plan →
/date-plan- Add a venue to your watchlist →
/venue-watch add [name]- Search for a specific artist → just ask!
If user asks about a specific artist (e.g., /events "Radiohead"):
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --city "{city}" --artist "name" --format jsonIf user asks about a specific venue (e.g., /events metro):
data/venues.jsonpython3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_events.py --venue {slug} --days 30 --format json/date-plan setup