tradingai666/worldcup2026-prediction-skill — explained in plain English
Analysis updated 2026-05-18
Load skill.md as a system prompt to get structured win-probability predictions for 2026 World Cup matches.
Wire the JSON-schema output directly into a website or app without writing extra parsing logic.
Update the embedded daily briefing section with lineup changes without editing the rest of the prompt.
| tradingai666/worldcup2026-prediction-skill | azw413/glass | crmne/kamal-backup | |
|---|---|---|---|
| Stars | 79 | 79 | 79 |
| Language | — | Rust | Ruby |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | developer | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Just needs an OpenAI-chat-format API key, no training or server required.
This repository is a single system prompt file designed to turn any compatible AI language model into a 2026 FIFA World Cup prediction engine. The project is called worldcup2026-prediction-skill, and its main deliverable is a file named skill.md that you paste or load as the system message when calling an AI API. The prompt bundles data about all 48 teams competing in the 2026 World Cup directly inside itself. That includes key players, recent form, injury concerns, coaching staff, and historical matchup notes. The model is instructed to reference only this embedded data when making predictions, and it is not allowed to invent match histories or injury reports that are not written there. Predictions are scored using four weighted dimensions: recent form counts for 40 percent of the result, squad strength for 30 percent, historical head-to-head records for 15 percent, and situational factors such as home continent advantage and squad age for the remaining 15 percent. A built-in ceiling prevents the model from assigning more than 85 percent win probability to any team, which acknowledges that upsets are a genuine part of football. The output is locked to a strict JSON schema, meaning every prediction comes back in the same structured format regardless of which AI model is doing the reasoning. That makes it straightforward to wire the results into a website or app without extra parsing. The prompt also includes a daily briefing section at the end where match-day updates such as lineup changes can be inserted without rewriting the rest of the file. Usage requires any API that accepts the OpenAI chat format. The README shows working code samples in Python, Node.js, and plain curl. No training, no vector database, and no backend server are needed beyond a standard API key.
A system prompt file that turns any chat AI model into a structured 2026 World Cup match predictor.
No license information is stated in the source material.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.