From nutmeg
Analyses football match and season data: shot maps, xG timelines, passing networks, pressing, and team comparisons. Adapts depth to user experience level.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nutmeg:analyse [analysis question or topic][analysis question or topic]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user explore and interpret football data. Adapt depth and approach to their experience level from `.nutmeg.user.md`.
Help the user explore and interpret football data. Adapt depth and approach to their experience level from .nutmeg.user.md.
Read and follow docs/accuracy-guardrail.md before answering any question about provider-specific facts (IDs, endpoints, schemas, coordinates, rate limits). Always use search_docs — never guess from training data.
Read .nutmeg.user.md. If it doesn't exist, tell the user to run /nutmeg first.
Guide them step by step. Start with simple questions:
Avoid jargon. Explain xG before using it. Show them what the data looks like before analysing it.
Common beginner mistake: Drawing conclusions from tiny samples. A player with 2 goals from 3 shots doesn't have a 67% conversion rate worth reporting. Always flag sample size.
They know the basics. Help with:
Common intermediate mistake: Confusing correlation with causation. High possession doesn't cause wins. Help them think about mechanisms.
Focus on rigour:
Common advanced mistake: Over-engineering. Sometimes a bar chart answers the question better than a neural network.
| Chart type | Best for | Football use case |
|---|---|---|
| Shot map | Spatial data on pitch | Where shots were taken, sized by xG |
| Pass network | Relationships | Who passes to whom, team shape |
| xG timeline | Match narrative | Running xG through a match |
| Radar chart | Multi-dimensional comparison | Player or team profiles |
| Bar chart | Ranking / comparison | League tables, top scorers |
| Heatmap | Density / frequency | Player touch maps, action zones |
| Scatter plot | Two-variable relationship | xG vs actual goals, creativity vs volume |
| Beeswarm | Distribution | Player stat distributions by position |
Football data can tell you whatever you want it to. Guard against this:
npx claudepluginhub withqwerty/nutmeg --plugin nutmegRoutes football analytics requests to specialised sub-skills for data acquisition, wrangling, computation, analysis, visualisation, and learning. Handles setup and profile management.
Builds a structured opponent scouting report identifying tactical patterns, key personnel, set piece tendencies, and exploitable weaknesses for coaches preparing a game plan.
Computes a single player's expected FIFA World Cup Fantasy points per round (xEV) by combining start probability, minute-based scoring tiers, fixture-scaled npxG/xA, defensive floors, set-piece premium, and downside risks.