psd-athletics
Retrieve PSD high school athletics schedules for Gig Harbor High School (GHHS/Tides) and Peninsula High School (PHS/Seahawks). Use when asked about upcoming games, matches, meets, athletic events, sports schedules, or "what's happening in athletics" for Peninsula School District. Triggers on requests mentioning PSD athletics, GHHS, PHS, Tides, Seahawks, high school sports schedule, or game schedules.
What this skill does
# PSD Athletics Schedule Retrieve and present athletics schedules for Peninsula School District's two high schools. | School | Mascot | Abbreviation | Official Site | |--------|--------|-------------|---------------| | Gig Harbor High School | Tides | GHHS | tidesathletics.com | | Peninsula High School | Seahawks | PHS | peninsulaathletics.com | ## Data Source Official sites (PlayOn/Next.js) are JavaScript-rendered and **unreadable via web search**. Use **MaxPreps** schedule pages instead — they embed JSON-LD structured data in server-rendered HTML. Data pipeline: ArbiterSports (scheduling) → PlayOn Sites → MaxPreps Base URLs: - GHHS: `https://www.maxpreps.com/wa/gig-harbor/gig-harbor-tides/` - PHS: `https://www.maxpreps.com/wa/gig-harbor/peninsula-seahawks/` Sport-specific schedule URLs are in `references/sport-urls.md`. ## Workflow ### 1. Parse the Request Determine from the user's request: | Parameter | Default | Examples | |-----------|---------|---------| | **Date range** | Next 7 days | "today", "this week", "next two weeks", "March schedule" | | **School filter** | Both | "GHHS only", "Peninsula games", "Tides baseball" | | **Sport filter** | All in-season | "baseball", "soccer", "track" | ### 2. Determine Active Season Only fetch sports currently in season. Overlap periods check both seasons. | Season | Months | Sports | |--------|--------|--------| | **Fall** | Sep–Nov | Football, Volleyball, Cross Country, Girls Swimming, Water Polo, Girls Soccer (Fall) | | **Winter** | Dec–Feb | Basketball, Boys Swimming, Wrestling, Bowling, Flag Football | | **Spring** | Mar–Jun | Baseball, Softball, Soccer, Tennis, Golf, Track & Field, Lacrosse, Water Polo (Girls), Dance | If the user asks for a specific sport that's out of season, check it anyway — schedules may be posted early. ### 3. Fetch Schedule Data Read `references/sport-urls.md` to get the MaxPreps schedule URLs for the active season. For each relevant sport URL: 1. Use web search to visit the MaxPreps schedule page 2. Extract events within the requested date range 3. For each event, capture: date, time, sport/level, opponent, home/away, link 4. Skip pages that 404 or have no data — move on **Parsing rules:** - "vs" prefix = Home game - "@" prefix = Away game - Times are Pacific Time - If cancelled/postponed, note in output ### 4. Present Results Combine all events into a single markdown table sorted by date/time: ``` | Date | Time | School | Sport | Opponent | Home/Away | Details | ``` **Formatting rules:** - Group by date with bold date headers - School column: "GHHS" or "PHS" - Details column: `[View](maxpreps-url)` link - Footer: event counts per school + total - Footer: "Schedule data sourced from MaxPreps. For official schedules: [tidesathletics.com](https://www.tidesathletics.com/schedule?year=2025-2026) | [peninsulaathletics.com](https://www.peninsulaathletics.com/schedule?year=2025-2026)" If no events found for the date range, state that clearly and link to official sites.
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.