mcpbeat

Econ Market Structure

asgard-ai-platform/econ-market-structure

Analyze market structures across perfect competition, monopolistic competition, oligopoly, and monopoly to predict firm behavior and market outcomes. Use this skill when the user needs to classify a market's competitive structure, predict pricing behavior, evaluate antitrust implications, or understand why an industry behaves the way it does — even if they say 'why can they charge so much', 'is this market competitive', or 'will prices come down'.

5k tokens
context cost
the whole folder, loaded on every use
3
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill econ-market-structure

What comes with it

14 314 bytes besides the instruction
examples/sample_scenario.md
references/oligopoly-models.md

The instruction itself

12 sections, as written by the author

Market Structure Analysis

Overview

Market structure determines how firms compete, set prices, and earn profits. The four structures — perfect competition, monopolistic competition, oligopoly, monopoly — predict increasingly different behaviors as concentration rises and differentiation increases.

Framework

IRON LAW: Structure Determines Behavior, Not Vice Versa

Classify the market structure FIRST based on structural characteristics
(number of firms, barriers, differentiation), THEN predict behavior.
"This company charges high prices" does not mean it's a monopoly —
high prices can occur in oligopolies and even monopolistic competition.

The Four Structures

| Feature | Perfect Competition | Monopolistic Competition | Oligopoly | Monopoly |

|---------|-------------------|------------------------|-----------|----------|

| Firms | Very many | Many | Few | One |

| Product | Homogeneous | Differentiated | Homogeneous or differentiated | Unique, no close substitutes |

| Entry barriers | None | Low | High | Very high |

| Price power | None (price taker) | Some (limited by substitutes) | Significant (interdependent) | Full (price maker) |

| Long-run profit | Zero (economic) | Zero (economic) | Positive possible | Positive |

| Examples | Agricultural commodities, forex | Restaurants, clothing | Airlines, telecom, auto | Utilities, patents |

Classification Steps

  • Count sellers: How many significant firms serve this market?
  • Assess differentiation: Are products identical or differentiated?
  • Evaluate entry barriers: Can new firms enter easily?
  • Check interdependence: Do firms react to each other's moves?

Behavior Predictions by Structure

Perfect Competition: Price = marginal cost. Firms are price takers. No advertising needed. Long-run economic profit = 0.

Monopolistic Competition: Short-run profits possible through differentiation. Long-run: entry erodes profits to zero. Firms compete on brand, quality, location.

Oligopoly: Firms are interdependent — each watches rivals' moves. Game theory applies. May collude (tacitly or explicitly). Kinked demand curve or Cournot/Bertrand models.

Monopoly: Price > marginal cost. Deadweight loss exists. May be regulated (utilities) or temporary (patents). Natural monopolies occur when average costs decline with scale.

Output Format

# Market Structure Analysis: {Industry}

## Classification
- Structure: {type}
- Evidence:
  - Number of firms: ...
  - Product differentiation: ...
  - Entry barriers: ...
  - Interdependence: ...

## Predicted Behavior
- Pricing: {price-taking / markup / strategic}
- Long-run profit: {zero / positive}
- Competition type: {price / quality / advertising / innovation}

## Policy Implications
{Antitrust concerns, regulation needs, consumer impact}

Examples

Correct Application

Scenario: Taiwan's telecom market

  • Firms: 3 major (中華電信, 台灣大, 遠傳) + 2 minor → Few
  • Differentiation: Moderate (speed/coverage differences, but largely substitutable)
  • Entry barriers: Very high (spectrum licenses, infrastructure costs ~NT$100B+)
  • Interdependence: High (price changes by one trigger immediate responses)
  • Classification: Oligopoly
  • Predicted behavior: Tacit price coordination, competition on bundling and service rather than price, stable high margins

Incorrect Application

  • "iPhone has no competitors so Apple is a monopoly" → Smartphones have many competitors (Samsung, Google, Xiaomi). Apple has market power through differentiation, but the smartphone market is oligopoly, not monopoly. Structure is about the market, not one firm's product uniqueness.

Gotchas

  • Market definition changes the answer: "Smartphones" is an oligopoly. "iOS devices" is a monopoly. The market boundary determines the structure classification.
  • Perfect competition is theoretical: Almost no real market is perfectly competitive. Use it as a benchmark, not a classification for real industries.
  • Oligopoly is the most complex: Game theory, collusion, and strategic behavior make oligopoly analysis harder than other structures. Be explicit about assumptions.
  • Contestable markets: Even a monopoly may behave competitively if entry barriers are low (threat of entry disciplines pricing). Barriers matter as much as current firm count.
  • Dynamic markets: Tech markets may look like monopolies today (Google Search) but face competitive pressure from disruption (AI chat). Consider trajectory, not just snapshot.

References

  • For oligopoly game theory models (Cournot, Bertrand, Stackelberg), see references/oligopoly-models.md

How to use it

Copy the folder

Take asgard-ai-platform/econ-market-structure from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.