dream11-scoring
Dream11 T20 scoring rules, credit constraints, role constraints, and ILP solver approach for cricket fantasy team building.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Dream11 T20 scoring rules, credit constraints, role constraints, and ILP solver approach for cricket fantasy team building.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
WC 2026 format (48 teams, 12 groups, top-2 + 8 best-thirds -> R32 knockout), the Poisson xG match engine, Elo seeding, and the group/bracket Monte Carlo. Load when working on football simulations.
F1 tyre compound constants, degradation model formulation, undercut logic, and pit-lane loss per circuit. Load when working on pit strategy, tyre deg, or undercut models.
Patterns for FastMCP tool authoring — registration, typed I/O, envelope responses, error handling, async chains. Invoke when scaffolding or modifying any @mcp.tool() function.
Lint pass over docs/wiki/ — contradictions, stale claims, orphans, gaps, missing pages, broken backlinks.
SOC 職業分類に基づく
| name | dream11-scoring |
| description | Dream11 T20 scoring rules, credit constraints, role constraints, and ILP solver approach for cricket fantasy team building. |
| when_to_use | When building or modifying Dream11 team selection logic, scoring models, or ILP constraints. |
Mirrors the wiki page at docs/wiki/models/dream11-scoring.md. Load this when working on the Dream11 solver, scoring tables, or captain/VC selection.
PuLP CBC solver. Binary variable per player × role (selected, captain, VC). Objective: maximize projected_points with C×2 + VC×1.5 boosts. See models/dream11_solver.py for the full formulation.