Skip to content
Automation
Skill

/game-theory

This skill covers game-theoretic methods in structural econometrics and industrial organization. Use when the user is working with strategic interactions, equilibrium analysis, or game-theoretic structural models — including entry games, conduct testing, auction models with

From plugin
auto-empirical-research-skills
3.3k200 skills146 agents
Install
$ npx -y skills add brycewang-stanford/Auto-Empirical-Research-Skills --skill game-theory --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/game-theory

Context preview

The summary Claude sees to decide when to auto-load this skill.

This skill covers game-theoretic methods in structural econometrics and industrial organization. Use when the user is working with strategic interactions, equilibrium analysis, or game-theoretic structural models — including entry games, conduct testing, auction models with

SKILL.md

game-theory.SKILL.md
name: game-theory
argument-hint: "<equilibrium concept or game type>"
description: >-
  This skill covers game-theoretic methods in structural econometrics and industrial organization. Use when the user is working with strategic interactions, equilibrium analysis, or game-theoretic structural models — including entry games, conduct testing, auction models with strategic bidding, bargaining, or matching markets. Triggers on "Nash equilibrium", "subgame perfect", "best response", "strategic interaction", "entry game", "conduct testing", "auction", "mechanism design", "matching market", "bargaining", "BNE", "Bayesian Nash", "static game", "dynamic game", "repeated game", "multiple equilibria", "equilibrium selection", "discrete game", "oligopoly", "game-theoretic", "player", "payoff", "strategy", "dominant strategy", "Bresnahan-Reiss", "Ciliberto-Tamer", "partial identification", "set identification", or markup test.

Game Theory

Reference for game-theoretic methods in applied structural econometrics and industrial organization. Covers equilibrium concepts, computational methods, structural IO applications, and the identification challenges unique to game-theoretic models.

When to Use This Skill

Use when the user is:

  • Estimating a structural model where agents interact strategically (oligopoly, entry, bargaining, auctions)
  • Deriving or computing Nash equilibria, BNE, or subgame perfect equilibria
  • Handling the multiple equilibria problem in empirical games
  • Testing firm conduct (competitive vs. collusive vs. oligopolistic)
  • Estimating entry models, matching models, or bargaining models
  • Formalizing an identification argument for a game-theoretic model

Skip when:

  • The model is single-agent (use `structural-modeling` skill for dynamic discrete choice, demand estimation)
  • The task is standard causal inference without strategic interaction (use `causal-inference` skill)
  • The game is a well-known IO model with standard estimation code (pyblp covers BLP demand; see `structural-modeling`)

**Quick reference only** — for full implementation code, see `references/` subdirectory.

Where to Start

  • **Choosing equilibrium concept?** See [Equilibrium Concept Routing](#equilibrium-concept-routing) below, then `references/equilibrium-concepts.md` for definitions and formulas
  • **Computing equilibria?** See `references/equilibrium-computation.md`
  • **Estimating an IO model?** See `references/io-applications.md`
  • **Estimation code and diagnostics?** See `references/estimation-diagnostics.md`
  • **Facing multiple equilibria?** See [Multiple Equilibria Summary](#multiple-equilibria-summary) below, then `references/multiple-equilibria.md` for selection rules and set identification
  • **Identification argument?** See [Identification Summary](#identification-summary) below, then `references/identification-in-games.md` for exclusion restrictions and rank conditions

---

Quick Start: Nash Equilibrium Computation

import nashpy as nash
import numpy as np

# Define a 2-player game: row player payoffs A, column player payoffs B
A = np.array([[3, 0], [5, 1]])  # e.g., Prisoner's Dilemma
B = A.T                          # Symmetric game
game = nash.Game(A, B)

# Find ALL Nash equilibria via support enumeration
for i, (sr, sc) in enumerate(game.support_enumeration()):
    print(f"NE {i+1}: row={sr.round(3)}, col={sc.round(3)}")

For larger games, extensive-form games, or QRE computation, see `references/equilibrium-computation.md`.

Equilibrium Concept Routing

| Information Structure | Timing | Concept | Refinement | Key Reference | |----------------------|--------|---------|------------|--------------| | Complete | Simultaneous | Nash equilibrium | Dominant strategy, trembling-hand perfect | — | | Complete | Sequential | Subgame perfect equilibrium (SPE) | Backward induction | — | | Complete | Repeated | SPE with trigger strategies | Folk theorem, Nash reversion | Green-Porter (1984) | | Complete | Dynamic (states) | Markov perfect equilibrium (MPE) | Strategies depend only on payoff-relevant state | Ericson-Pakes (1995) | | Incomplete (private types) | Simultaneous | Bayesian Nash equilibrium (BNE) | Monotone strategies, threshold equilibria | — | | Incomplete | Sequential | Perfect Bayesian equilibrium (PBE) | Sequential rationality + Bayesian updating | Kreps-Wilson |

**Decision tree:** 1. Do players have private information? → Yes: BNE framework. No: Nash/SPE. 2. Is the game sequential? → Yes: SPE (backward induction) or MPE (dynamic states). No: simultaneous Nash. 3. Is the game repeated? → Yes: folk theorem applies; collusion may be sustainable. 4. Are there multiple equilibria? → See [Multiple Equilibria Summary](#multiple-equilibria-summary).

For detailed definitions, formulas, and the complete-vs-incomplete information comparison table, see `references/equilibrium-concepts.md`.

---

Multiple Equilibria Summary

The central identification challenge in empirical games. Three resolution strategies:

| Strategy | Approach | Trade-off | Key Reference | |----------|----------|-----------|--------------| | **Impose selection rule** | Order firms by profitability; pick unique NE | Point identification, but selection rule is an assumption | Berry (1992) | | **Set identification** | Accept all NE-consistent parameters | No selection assumption, but wider confidence regions | Ciliberto-Tamer (2009) | | **Exploit multiplicity** | Use correlates of equilibrium selection as instruments | Point identification with weaker assumptions | Sweeting (2009) | | **QRE** | Bounded rationality generates unique equilibrium | Testable, but imposes logistic choice structure | McKelvey-Palfrey |

For the full selection rule comparison table, QRE implementation code, and Ciliberto-Tamer bounds procedure, see `references/multiple-equilibria.md`.

---

Identification Summary

Two sources of endogeneity distinguish games from single-agent models: (1) strategic complementarities/subst

Read more
Ships withauto-empirical-research-skills

📌 文档结构(2026-07-22 起): 本文件是中文默认入口 —— banner + badges + 信任面 + 9 阶段流水线速览 + 76 行合集总表。 每个合集的完整描述、按用途分组、精确数字、验证方法在 docs/CONTENT_ZH.md(扩展正文,总表行内的 → 直接跳转到对应锚点)。 English version: README-en.md · 中文扩展正文:docs/CONTENT_ZH.md · README-zh-CN.md 已弃用(重定向占位) 🌐 语言: English |

Get the whole plugin