Borrowing it
Nothing to install: this file belongs to jdguggs10/flaim. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/jdguggs10/flaim/main/.agents/skills/analyze-matchup/SKILL.mdgit clone --depth 1 https://github.com/jdguggs10/flaimWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jdguggs10/flaim/analyze-matchup)<a href="https://agentmods.dev/skills/jdguggs10/flaim/analyze-matchup"><img src="https://agentmods.dev/badge/skills/jdguggs10/flaim/analyze-matchup.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00042 | $0.00758 |
| Opus 5 | $0.00021 | $0.00379 |
| Sonnet 5 | $0.00008 | $0.00152 |
| Haiku 4.5 | $0.00004 | $0.00076 |
Grade A, and why
analyze-matchup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Analyze Matchup
Assess the user's current head-to-head matchup with a fact-based forecast of what remains.
Scope and data rules
- Fantasy league data must come from Flaim MCP tools.
- Use web search for live schedule context, injury updates, probable starters, and remaining real-world games.
Arguments
$ARGUMENTSis the requested matchup week.- If no argument is provided, use the current week.
Workflow
1. Resolve the target league
- Reuse a usable successful
get_user_sessionresult from this chat. Call it if that context is missing, after a successful league refresh, or when the user confirms account, connection, league-list, or default changes. Do not repeat it just for a follow-up or a switch to another league already in the session result. Follow the tool's error guidance if a lookup fails. - If the user explicitly names a league, platform, or sport, honor that.
- Otherwise treat this as a vague singular request: use
defaultLeaguewhen present, otherwise the relevant sport entry indefaultLeagues. - If there is no applicable default and multiple leagues still match, ask which league.
- Call
get_league_infofor the selected league before matchup analysis so team names, scoring type, owner/team mapping, and roster context are resolved.
2. Determine whether matchup analysis applies
Use get_league_info to identify scoring format:
- H2H Points: proceed
- H2H Categories: proceed
- Roto or any other non-H2H format: explain that this skill only applies to head-to-head leagues and offer standings or roster analysis instead.
3. Pull matchup and roster context
- Call
get_matchupsusing$ARGUMENTSas the requested week, or the current week if no argument was provided - Identify the opponent's
team_idfrom the matchup data before fetching their roster - Call
get_rosterfor the user's team - Call
get_rosterfor the opponent using thatteam_id
4. Determine what remains to be played
Use web search to establish remaining real-world volume:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago Changed 4831e58d812a
- 8d ago First seen · 83 lines · 42 tokens per session scan A a01ee5a45004
analyze-matchup is a skill published in the GitHub repository jdguggs10/flaim (17 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 758 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
odoo-agency-fleet-review
Review many client Odoo databases at once through odoo-mcp's cross-instance tools — fleet-wide accounting health, per-client aging, partial-failure triage — for agencies and partners managing 5–50 instances. Use when the user asks "which client...", "across all instances/databases", or wants a fleet/portfolio status.
odoo-data-quality-gate
Audit an Odoo database's data quality with evidence before trusting AI answers, importing, or migrating — duplicates, missing required values, orphaned references, format anomalies — and drive remediation through odoo-mcp's gated write workflow. Use when the user asks to "check data quality", "clean up data", "prepare…
odoo-migration-copilot
Plan and de-risk an Odoo version upgrade (16→17→18→19/20) using odoo-mcp's migration workbench — audit custom addons, classify upgrade-log failures into a worklist, resolve model renames, and preview JSON-2 payloads for the XML-RPC sunset. Use when the user mentions upgrading/migrating Odoo versions, broken upgrade…
odoo-month-end-close
Drive a month-end accounting close on Odoo through odoo-mcp — AR/AP aging, open-item and draft-invoice review, reconciliation checklists, and chatter documentation — with human sign-off at every posting step. Use when the user asks to "close the month", "review receivables/payables", "check aging", or prepare finance…
threebrowser-studio-mcp
Author, inspect, render, validate, animate, and save Three.js WebGPU projects in the native ThreeBrowser Studio through its real threestudio MCP tools. Use whenever Codex is asked to build or edit a ThreeBrowser Studio scene, material, Blender-style shader or texture graph, animation, lighting setup, camera, or…
chapplin-mcp-app-builder
Build and debug MCP App-enabled tools in existing projects scaffolded by create-chapplin. Use when extending tools/.tsx with defineTool and defineApp , wiring structuredContent and meta for UI data flow, handling runtime differences across react/preact/solid/hono targets, or troubleshooting chapplin preview and…