Add panama-ticket-watch skill for World Cup ticket monitoring - #11
Draft
hatcheric950 wants to merge 1 commit into
Draft
Add panama-ticket-watch skill for World Cup ticket monitoring#11hatcheric950 wants to merge 1 commit into
hatcheric950 wants to merge 1 commit into
Conversation
Tracks the 2026 World Cup Group L match Panama vs. England at MetLife Stadium (June 27, 2026). The skill sweeps official and resale ticket marketplaces, normalizes prices to all-in get-in cost, finds the best current deal, and logs each check so the lowest price seen over time is tracked. Includes marketplace reference links and a seeded price log, plus instructions for running it every 3 hours via /loop or cron.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds a Claude Code skill,
panama-ticket-watch, that researches and tracks ticket prices for the 2026 FIFA World Cup match:What the skill does (each run)
Files
.claude/skills/panama-ticket-watch/SKILL.md— skill instructions + guardrailsreferences/marketplaces.md— event URLs per marketplace + fee notesreferences/price-log.md— durable log of every check (seeded with the 2026-06-13 snapshot)Running it every 3 hours
A skill doesn't self-schedule. Documented two options in the skill:
/loop 3h /panama-ticket-watchwhile a session is open (stops when the cloud container goes idle)Snapshot at creation (2026-06-13)
Get-in ~$815 (TickPick, no buyer fees ≈ all-in); StubHub all-in $910+, Expedia from $1,099, Goal Tickets from $1,250. Prices are dynamic — re-check live.
https://claude.ai/code/session_01Ri9dg7VgvnZM4rJo8wCPfQ
Generated by Claude Code