From date-planner
Find classes and experiences — martial arts, cooking, pottery, and more
npx claudepluginhub tonyyont/date-planner --plugin date-plannerThis skill uses the workspace's default tool permissions.
Find classes, workshops, and experiences for date activities.
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 classes, workshops, and experiences for date activities.
/find-class - Browse available categories/find-class martial-arts - Find martial arts intro classes/find-class cooking - Find cooking classes/find-class pottery - Find pottery/ceramics/find-class art - Find art classes (paint & sip, stained glass, etc.)/find-class [custom query] - Search for anythingRead 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.
Read things_to_try from data/preferences.json for contextual reminders.
If no arguments, show menu:
Find a Class!
Categories:
- Martial Arts — BJJ, taekwondo, kickboxing intro classes
- Cooking — Various cuisines, pasta making, date night cooking
- Pottery — Ceramics, wheel throwing
- Art — Paint & sip, stained glass, drawing
- Other — Tell me what you're interested in
If any things_to_try items match the category, add a reminder:
From your bucket list: [matching item]
Run the query generator:
python3 ${CLAUDE_PLUGIN_ROOT}/scripts/fetch_classes.py --city "{city}" --category {category} --format json
This outputs:
search_queries: list of optimized search strings for the cityplatforms: list of class discovery platforms with URLsUse WebSearch with each query from the script output.
Also check these platforms for the category:
Format results clearly:
## [Category] Classes in [City]
### 1. [Class Name] at [Studio/Location]
- **Type**: Drop-in / Series / Private lesson
- **Duration**: X hours
- **Cost**: $XX (intro/trial: $XX if available)
- **Schedule**: [days and times]
- **Location**: [Neighborhood, address]
- **Couples-friendly**: Yes/No
- **Book**: [URL]
- **Notes**: [relevant details]
### 2. [Class Name] at [Studio/Location]
...
What next?
- Turn this into a full date plan (with food pairing) →
/date-plan creative- Save for later → I'll add to your things-to-try list
- Book now → [Direct link]
If user wants to save for later:
data/preferences.json things_to_try listgit add data/preferences.json && git commit -m "date-planner: add [class] to things-to-try"