Stats
Actions
Tags
From worldcup2026-skills
FIFA World Cup 2026 schedule, fixtures, standings, and knockout bracket management. Supports group stage, round of 16, quarterfinals, semifinals, final.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worldcup2026-skills:schedule-fetcherThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invoke when asked:
Invoke when asked:
data/fixtures.json| City | Venue |
|---|---|
| New York/New Jersey | MetLife Stadium |
| Los Angeles | SoFi Stadium, Rose Bowl |
| Dallas | AT&T Stadium |
| San Francisco | Levi's Stadium |
| Miami | Hard Rock Stadium |
| Seattle | Lumen Field |
| Kansas City | Arrowhead Stadium |
| Philadelphia | Lincoln Financial Field |
| Boston | Gillette Stadium |
| Atlanta | Mercedes-Benz Stadium |
| City | Venue |
|---|---|
| Toronto | BMO Field |
| Vancouver | BC Place |
| City | Venue |
|---|---|
| Mexico City | Estadio Azteca |
| Guadalajara | Estadio Akron |
| Monterrey | Estadio BBVA |
{
"analysis_type": "schedule",
"stage": "",
"data_verification": {
"source": "local_cache_unverified | user_provided",
"verified_against_fifa": false,
"data_as_of": "2026-05-18",
"note": "Fixture data not officially verified by FIFA — refer to https://www.fifa.com for confirmed schedule"
},
"results": [
{
"id": "",
"home": "",
"away": "",
"date": "",
"venue": "",
"stage": "",
"status": "scheduled|live|completed"
}
]
}
data_verification fielddata/fixtures.json is sample/estimated and has not been officially confirmed by FIFAnpx claudepluginhub wilder1222/worldcup2026-skill --plugin worldcup2026-skillsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.