SportMind teaches AI agents how to reason about sports — the commercial, financial, and competitive intelligence the industry runs on.
The problem
A general-purpose LLM given a match to analyse produces generic output. It does not know the things that actually change outcomes. SportMind teaches agents exactly those things.
The library
Load in order — macro → market → sport domain → athlete → fan token. Compatible with any LLM. Skills are structured markdown, not API wrappers.
Signal output
Every analysis returns a consistent structured output — direction, confidence score, modifiers applied, and active flags.
{
"direction": "HOME",
"adjusted_score": 72.4,
"sms": 79,
"recommended_action": "ENTER",
"composite_modifier": 1.10,
"modifiers_applied": {
"athlete_modifier": 1.10,
"macro_modifier": 1.00
},
"flags": {
"lineup_unconfirmed": false,
"macro_override_active": false
}
}Empirical foundation
126 records across 21 sports. All in the repository. Submitted before real matches. Including the 5 wrong ones.
Contribute
The first 10 external contributors become Founding Calibrators — permanently credited in the library's history.
MIT licensed. Compatible with any LLM.
The library is ready.