find-class
Find classes and experiences — martial arts, cooking, pottery, and more
What this skill does
# Find Class Skill
Find classes, workshops, and experiences for date activities.
## Usage
- `/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 anything
## Workflow
### Step 0: Setup Check
Read `data/preferences.json`. If `metadata.setup_complete` is false, say:
> "Run `/date-plan setup` first to set your city and preferences!"
### Step 1: Determine Category
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:
> 1. **Martial Arts** — BJJ, taekwondo, kickboxing intro classes
> 2. **Cooking** — Various cuisines, pasta making, date night cooking
> 3. **Pottery** — Ceramics, wheel throwing
> 4. **Art** — Paint & sip, stained glass, drawing
> 5. **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]*
### Step 2: Generate Search Queries
Run the query generator:
```bash
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 city
- `platforms`: list of class discovery platforms with URLs
### Step 3: Execute Web Searches
Use WebSearch with each query from the script output.
Also check these platforms for the category:
- **ClassBento** (classbento.com) — Creative classes
- **Coursehorse** (coursehorse.com) — All types
- **Airbnb Experiences** — Unique local experiences
- **Groupon** — Deals on classes and activities
### Step 4: Present Options
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]
...
```
### Step 5: Offer Next Steps
> **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:
1. Add to `data/preferences.json` `things_to_try` list
2. Git commit: `git add data/preferences.json && git commit -m "date-planner: add [class] to things-to-try"`
## Error Handling
- If WebSearch returns few results: try broader queries, check platforms directly
- Always present at least the platform URLs so user can browse manually
- If city is small, expand search radius: "classes near {city}"
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.