From worldcup2026-skills
Core orchestration brain. Merges all skill outputs, coordinates multi-agent reasoning, normalizes data schemas, and performs weighted decision fusion. Acts as the CEO agent for complex multi-step analysis pipelines.
How this skill is triggered — by the user, by Claude, or both
Slash command
/worldcup2026-skills:analytics-engineThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
The analytics engine is the orchestration brain. It does NOT analyze directly — it coordinates all other skills and agents, then fuses their outputs into a unified decision.
The analytics engine is the orchestration brain. It does NOT analyze directly — it coordinates all other skills and agents, then fuses their outputs into a unified decision.
Invoke when:
User Query
↓
Analytics Engine (this skill)
↓ decomposes
├─→ data-provider skill → normalized data
├─→ team-analysis skill → team profiles (parallel)
├─→ player-analysis skill → player maps (parallel)
│
↓ aggregates
├─→ match-prediction skill → 5-model fusion
├─→ simulation agent → Monte Carlo
│
↓ validates
├─→ debate agent → risk critique
│
↓ stores
└─→ memory agent → evolution update
│
↓
Final Analytics Report
| Type | Skills Invoked |
|---|---|
match_prediction | team-analysis + player-analysis + match-prediction |
team_deep_dive | team-analysis + player-analysis |
tournament_outlook | all teams + schedule-fetcher + match-prediction |
player_comparison | player-analysis × N |
post_match_learning | performance-evaluator + self-learning-optimizer |
{
"analysis_type": "analytics_report",
"confidence": 0.0,
"model_sources": [],
"results": {
"primary_finding": "",
"supporting_analyses": [],
"risk_report": {},
"evolution_state": ""
}
}
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub wilder1222/worldcup2026-skill --plugin worldcup2026-skills