Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计提醒

adverse-selection-prior逆向选择先验

Agent Skill

adverse-selection-prior 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

196

周安装

8

GitHub Stars

85

下载量

63
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:adverse-selection-prior(逆向选择先验)
来源仓库:https://github.com/lyndonkl/claude
仓库路径:skills/adverse-selection-prior
安装命令:
npx skills add https://github.com/lyndonkl/claude --skill adverse-selection-prior
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/lyndonkl/claude --skill adverse-selection-prior

简介

逆向选择先验技能用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 等宿主环境,适合围绕仓库状态和代码变更进行整理。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令添加指定仓库的逆向选择先验模块。
  • 使用前需确认权限范围和维护状态,注意可能触发联网、命令执行或文件读写操作。
  • adverse-selection-prior 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Adverse Selection Prior

Table of Contents

Example

Scenario: We receive a fantasy trade offer. Opponent (classified active archetype) offers us a star hitter (their side) for two of our mid-tier hitters (our side). On surface the offer looks roughly fair -- our own projection model says the deal is +3% EV for us.

Inputs:

  • offer_type: trade
  • proposer_archetype: active
  • offer_symmetry_score: 72 (looks fair-to-slightly-favorable for us)
  • proposer_info_asymmetry: 55 (moderate -- we do not have closer news that they might have, but no public bombshell either)

Step 1 -- Base prior by offer type:

  • Received trade offer base prior = 0.40 (below 50% because they chose to propose it).

Step 2 -- Symmetry adjustment:

  • offer_symmetry_score = 72 > 70 threshold -> +0.07.
  • Running prior: 0.47.

Step 3 -- Asymmetry adjustment:

  • proposer_info_asymmetry = 55 (below 60 threshold but non-trivial) -> -0.05.
  • Running prior: 0.42.

Step 4 -- Archetype adjustment:

  • active archetype -> they analyzed before offering -> -0.05.
  • Final prior_ev_probability: 0.37.

Step 5 -- Recommended adjustment (EV haircut):

  • Prior is 0.37 (vs neutral 0.50). Map to multiplicative haircut.
  • recommended_adjustment = 0.88 (apply a 12% EV haircut to our own projection).
  • Our model said +3% EV; after haircut: 1.03 x 0.88 = 0.907 -> expected value is actually negative 9.3%.

Step 6 -- Bayesian rationale: "Active trader proposed this offer. They had the option to propose any trade or no trade, and they selected this one -- strong evidence it is +EV for them. Surface symmetry (72) partially offsets, but moderate info asymmetry (55) and analytical archetype push the prior to 0.37. Apply 12% EV haircut. Our +3% projection becomes -9% after adjustment; this is below the accept threshold."

Step 7 -- Override hints:

  • "If closer news broke in last 48h and we have not checked news feeds, asymmetry is actually 85+; re-run with asymmetry=85 (prior drops to ~0.22)."
  • "If we can independently confirm the star hitter has no hidden injury/suspension, symmetry is actually 80+; re-run with symmetry=85 (prior rises to ~0.44)."
  • "If this is a repeated-game partner we have cooperated with 5+ times and they have never sent a -EV offer, archetype effectively shifts toward 'good-faith' and base prior rises by +0.05."

Output contract:

{
  "prior_ev_probability": 0.37,
  "recommended_adjustment": 0.88,
  "bayesian_rationale": "Active trader selected this offer from all possible offers they could have made -- strong signal it is +EV for them. Surface symmetry (72) partially offsets, but moderate info asymmetry (55) and analytical archetype push prior below 0.40.",
  "override_hints": [
    "If closer/injury news broke in last 48h, asymmetry jumps to 85+; re-run.",
    "If we can independently confirm the star has no hidden issue, symmetry rises to 85; re-run.",
    "If repeated-game partner with cooperation history, base prior rises by +0.05."
  ]
}

Workflow

Copy this checklist and track progress:

Adverse Selection Prior Progress:
- [ ] Step 1: Identify offer_type and set base prior
- [ ] Step 2: Collect proposer_archetype from opponent classifier
- [ ] Step 3: Score offer_symmetry (0-100) from surface analysis
- [ ] Step 4: Score proposer_info_asymmetry (0-100)
- [ ] Step 5: Apply adjustments to produce prior_ev_probability
- [ ] Step 6: Convert prior to recommended_adjustment (multiplicative haircut)
- [ ] Step 7: Write bayesian_rationale and override_hints
- [ ] Step 8: Validate against rubric

Step 1: Identify offer type and set base prior

Classify the incoming proposal. Different offer types carry different base priors because the counterparty's selection pressure differs. See resources/template.md for the base-prior table.

  • trade -> base prior 0.40 (active selection; they wrote the offer)
  • waiver_claim_dropped_by_other -> base prior 0.42 (they chose to drop the player; weaker selection than a trade)
  • free_agent_pickup_available -> base prior 0.48 (no one claimed; may just mean no one noticed, weaker adverse selection)
  • counter_offer -> base prior 0.38 (they rejected our first offer and crafted a counter -- the selection is tighter)
  • generic -> base prior 0.40 (unknown context)

Step 2: Collect proposer archetype

Read the counterparty's archetype from the opponent classifier (if available) or estimate it. See resources/methodology.md for the full adjustment table.

  • active -> analyzed before offering -> archetype_delta = -0.05
  • expert -> strongest selection pressure -> archetype_delta = -0.08
  • dormant -> may be clicking without deep analysis -> archetype_delta = +0.08
  • frustrated -> mixed (panic-selling vs scheming) -> archetype_delta = 0.0 (but flag for case-by-case review)
  • unknown -> neutral -> archetype_delta = 0.0

Step 3: Score offer symmetry

Compute offer_symmetry_score (0-100) for how fair the offer looks on surface using our own valuation model.

  • 0-30: clearly lopsided in their favor (rare; usually predatory)
  • 30-70: asymmetric but plausible
  • 70-100: looks fair or slightly favorable for us on surface
  • Apply adjustment: if offer_symmetry_score > 70, add +0.05 to +0.10 (higher for scores above 85)
  • If offer_symmetry_score < 30 (and still not obviously predatory), flag as "too good to be true" -- investigate

Step 4: Score proposer info asymmetry

Estimate proposer_info_asymmetry (0-100) -- do they plausibly have information we do not?

  • Check for recent news (injury, suspension, closer change, lineup shift, management commentary)
  • Check for public signals (roster construction implying knowledge of upcoming trade, DFA watch, platoon changes)
  • 0-30: public information parity (both sides know everything relevant)
  • 30-60: minor gap (they may follow a beat reporter we skipped)
  • 60-100: material gap (fresh news broke, insider-ish timing)
  • Apply adjustment: subtract 0.10 to 0.20 if asymmetry > 60 (larger subtraction for scores above 80)

Step 5: Apply adjustments to produce prior

Combine base prior with all deltas. See resources/methodology.md for the derivation.

  • Start with base_prior from Step 1
  • Apply symmetry_delta from Step 3
  • Apply asymmetry_delta from Step 4
  • Apply archetype_delta from Step 2
  • Clip final result to [0.10, 0.70] -- priors outside this band indicate specification error
  • prior_ev_probability = clipped sum

Step 6: Convert prior to recommended adjustment

Translate the prior into a multiplicative EV haircut that downstream consumers can apply to their own EV calculation. See Quick Reference for the mapping.

  • If prior >= 0.50: recommended_adjustment = 1.00 (no haircut; rare case)
  • If prior = 0.45: recommended_adjustment = 0.95
  • If prior = 0.40: recommended_adjustment = 0.90
  • If prior = 0.35: recommended_adjustment = 0.85
  • If prior <= 0.30: recommended_adjustment = 0.80 (deep haircut; strong adverse-selection signal)
  • Downstream consumer multiplies their own EV by this factor: adjusted_EV = own_EV x recommended_adjustment

Step 7: Write rationale and override hints

Produce the string outputs that make the prior reviewable.

  • bayesian_rationale: 2-4 sentences naming the base prior, the two largest adjustments, and the conclusion
  • override_hints: 2-5 conditional statements of the form "If X, then re-run with Y adjusted to Z"
  • Hints must be actionable -- each should identify a specific input that would change the prior by >= 0.05

Step 8: Validate against rubric

Score the output against resources/evaluators/rubric_adverse_selection_prior.json. Minimum standard: average score of 3.5 or above.

Common Patterns

Pattern 1: Dormant-manager trade offer (prior rises toward 0.50)

  • Signal: Counterparty has made < 3 roster moves in the past 30 days; archetype = dormant
  • Interpretation: They may be clicking without analyzing; the selection pressure that normally makes offered deals adversely selected is weak
  • Adjustments: archetype_delta = +0.08; if symmetry high, prior can approach 0.50
  • Recommended adjustment: 0.95 (only 5% haircut)
  • Domain examples: Disengaged sellers in M&A (founder retiring without diligence), uninformed recruiters spamming job offers, estate liquidators pricing used goods below market

Pattern 2: Expert-trader offer (prior drops toward 0.25)

  • Signal: Counterparty is a known sharp -- wins auctions efficiently, trades frequently and profitably; archetype = expert
  • Interpretation: Strongest possible selection pressure. They have analyzed this and other possible offers; they chose this specific one because it is most +EV for them
  • Adjustments: archetype_delta = -0.08; asymmetry likely elevated even without explicit news
  • Recommended adjustment: 0.80-0.85 (deep haircut)
  • Domain examples: Activist investor offering to buy your block (they see value you missed), quant fund bidding on your illiquid position, top-decile recruiter pitching a role (role likely has hidden downside -- you are plan-C)

Pattern 3: Frustrated/panic-selling offer (mixed; case-by-case)

  • Signal: Counterparty is losing badly, emotional trades, archetype = frustrated
  • Interpretation: Two sub-cases -- (a) genuine tilt/panic-sell (+EV for us) or (b) schemer using frustration as cover (-EV for us)
  • Adjustments: archetype_delta = 0; require additional signal (recent heavy losses + chat/message tone) to classify
  • Recommended adjustment: 0.90 default; can rise to 1.05 if panic-sell is confirmed, drop to 0.80 if scheming is suspected
  • Domain examples: Distressed-seller in M&A (bankruptcy-driven), job candidate "dumping" a role they just took (why are they leaving so fast?), garage-sale pricing during a divorce

Pattern 4: Unsolicited job offer or M&A approach

  • Signal: Offer arrives without you having signaled availability
  • Interpretation: They selected you from a wide pool. Why you specifically? Either (a) you are genuinely scarce/matched (+EV) or (b) you are plan-B and the role/deal has a defect
  • Adjustments: base_prior 0.40; symmetry_delta depends on apparent fit; asymmetry_delta depends on whether you can diligence the role/target
  • Recommended adjustment: 0.85-0.95
  • Override: If you can confirm (via back-channels) that plan-A candidates exist and were passed over, prior drops further

Pattern 5: Waiver drop by another team

  • Signal: Another team drops a player; player is now available to claim
  • Interpretation: Weaker selection than a trade (the dropping team gained nothing by offering to us specifically), but still adverse selection -- they judged the player not worth a roster slot. The average dropped player is worse than the average player of that name
  • Adjustments: base_prior 0.42 (slightly higher than trade); archetype of dropper matters less
  • Recommended adjustment: 0.92 (mild haircut)
  • Domain examples: Used cars abandoned at dealer auctions, stocks dumped in forced liquidation, former employees on the market

Guardrails

  1. Base prior is always below 0.50 for received offers. This is the core of the market-for-lemons insight. If your prior exceeds 0.50, you have either (a) mis-specified the archetype (e.g., dormant with very high symmetry can approach but rarely cross 0.50) or (b) ignored the selection pressure. Double-check.
  2. "Seems fair" = "probably bad". Counterparties who propose transactions have selected them from the space of possible transactions. A surface-fair offer is the worst-case from an adverse-selection standpoint because they had many fair-looking options and chose the one best for them.
  3. Do not double-count adjustments. If you have already adjusted your own EV for known information (e.g., you penalized the player because you know about an injury), do not also treat that information as asymmetry reducing the prior. Asymmetry captures information they have that you do not.
  4. Clip priors to [0.10, 0.70]. Priors outside this band are almost always specification errors. A 0.05 prior implies near-certainty of a predatory offer, which is rare even from experts. A 0.75 prior implies we should take every offer, contradicting the selection argument.
  5. Archetype signal comes from behavior, not self-report. A counterparty who claims to be a "casual player" but has made 40 waiver claims and won 3 bidding wars is not dormant. Read archetype from observed actions.
  6. Panic-sell signals must be triangulated. "They seem frustrated" is not sufficient to raise the prior. Require at least two of: recent heavy losses, message-tone evidence, visible tilt-trades (overreaching for recently-hot players), public complaint about the league.
  7. Repeated-game reputation adjusts the prior. If you have cooperated with this counterparty 5+ times and they have never sent a -EV offer, the archetype-independent base prior rises by ~0.05. If they have sent a predatory offer before, the base prior drops by ~0.05. Track per-counterparty history.
  8. Override hints must be actionable and specific. "Do more research" is not a hint. "If the team's closer has been pulled from the role this week, re-run with asymmetry=85" is actionable.
  9. The recommended adjustment is multiplicative, not additive. Downstream consumers apply adjusted_EV = own_EV x recommended_adjustment. Do not output an additive haircut -- it breaks when own_EV is near zero or negative.
  10. This skill produces a prior, not a verdict. Downstream decision logic (accept/counter/reject) belongs in the consumer skill (e.g., mlb-trade-analyzer or the M&A decision agent). This skill only outputs the prior and the haircut factor.

Quick Reference

Base priors by offer type:

Offer typeBase priorRationale
trade0.40Active selection; they wrote the offer
waiver_claim_dropped_by_other0.42They dropped it; weaker selection than targeted trade
free_agent_pickup_available0.48Weak selection; may be unclaimed due to oversight
counter_offer0.38Tighter selection -- they rejected first offer and crafted this
generic0.40Default when context unknown

Archetype adjustments:

ArchetypeDeltaInterpretation
expert-0.08Strongest selection; they chose this from many offers
active-0.05Analyzed before offering
frustrated0.0 (flag)Mixed: panic-sell (+) vs scheme (-); require sub-signal
dormant+0.08May be clicking without analysis
unknown0.0Neutral

Symmetry adjustments (based on offer_symmetry_score):

ScoreDelta
85-100+0.10
70-85+0.05 to +0.07
30-700.0
< 300.0 (and flag as "too good to be true")

Asymmetry adjustments (based on proposer_info_asymmetry):

ScoreDelta
0-300.0
30-60-0.03 to -0.05
60-80-0.10 to -0.15
80-100-0.15 to -0.20

Prior-to-adjustment mapping:

prior_ev_probabilityrecommended_adjustmentInterpretation
>= 0.501.00No haircut; unusual for received offer
0.450.95Light haircut
0.400.90Standard haircut
0.350.85Moderate haircut
0.300.80Deep haircut -- strong adverse selection
<= 0.250.75Predatory suspicion -- default to reject

Output contract:

prior_ev_probability: float in [0.10, 0.70]
recommended_adjustment: float in [0.75, 1.00]
bayesian_rationale: string (2-4 sentences)
override_hints: string[] (2-5 conditional statements)

Key resources:

Inputs required:

  • offer_type (enum: trade | waiver_claim_dropped_by_other | free_agent_pickup_available | counter_offer | generic)
  • proposer_archetype (enum: active | dormant | frustrated | expert | unknown)
  • offer_symmetry_score (int, 0-100)
  • proposer_info_asymmetry (int, 0-100)

Outputs produced:

  • prior_ev_probability (float, 0-1, baseline < 0.5 for received offers)
  • recommended_adjustment (float, multiplicative factor)
  • bayesian_rationale (string)
  • override_hints (string[])

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.92%
按下载量换算23

Claude

32.29%
按下载量换算20

Cursor

17.61%
按下载量换算11

Gemini CLI

10.31%
按下载量换算6

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills