league-config

league-config is a skill for Claude Code from derekrbreese/fantasy-football-skills. It costs 99 tokens per session (2,367 once invoked), scanned A, original, MIT.

A setup guide for fantasy-football leagues. It asks about scoring and roster rules, then saves the answers in a leagues.md file for other fantasy-football tools.

In plain words
What is it for?
Setting up or updating league settings, including scoring, roster slots, waiver rules, playoff details, and the preferred browser for live league data.
Why use it?
It prevents the same league details from being requested repeatedly and gives later advice the correct league context.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument; mentions Codex.

Part of the fantasy-league-setup plugin — 1 skill shipped together

Good fit Setting up or updating league settings, including scoring, roster slots, waiver rules, playoff details, and the preferred browser for live league data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/derekrbreese/fantasy-football-skills/league-config
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add derekrbreese/fantasy-football-skills --skill league-config
Clone the repo
git clone --depth 1 https://github.com/derekrbreese/fantasy-football-skills

Made for: Claude Code.

Or install fantasy-league-setup, the plugin that ships this one along with the rest of its 1 skill.

Wrote 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.

agentmods badge for league-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/derekrbreese/fantasy-football-skills/league-config/github.svg)](https://agentmods.dev/skills/derekrbreese/fantasy-football-skills/league-config)
Your own site
<a href="https://agentmods.dev/skills/derekrbreese/fantasy-football-skills/league-config"><img src="https://agentmods.dev/badge/skills/derekrbreese/fantasy-football-skills/league-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for league-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/derekrbreese/fantasy-football-skills/league-config"><img src="https://agentmods.dev/badge/skills/derekrbreese/fantasy-football-skills/league-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,367 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.02367
Opus 5 $0.00049 $0.01184
Sonnet 5 $0.00020 $0.00473
Haiku 4.5 $0.00010 $0.00237

Measured 12d ago against content hash b09d9e58c1e0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

league-config 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 12d 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.

plugins/fantasy-league-setup/skills/league-config/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

League Configuration

Interview the user about their fantasy league(s) and persist the answers to leagues.md in the project root. Every other fantasy-football-skills skill reads this file first, so a complete interview here means the user is never re-asked for scoring or roster context.

Live platform source routing. Honor a browser the user explicitly names. If leagues.md records a Preferred browser, use that when it has a signed-in session for the platform. Otherwise use any authenticated browser the current assistant already has. For Yahoo league data, prefer an authenticated browser over a connector. If a Yahoo connector returns 403, unauthorized, or an equivalent authorization failure, do not retry it during the same task. For non-Yahoo platforms, use a purpose-built connector when it is available and returns complete current data; otherwise use the browser. Read league rosters, the free-agent pool, standings, transaction history, and any rankings site directly instead of making the user paste them. Timestamp live data and name the source. The session rules from roster-ops apply unchanged: the user's session is the auth; never ask for, read, store, or type credentials; use the visible UI rather than platform endpoints; and stop and hand back on any login, 2FA, captcha, consent, or unusual-activity screen. If no usable live source exists, state the access gap and do not fabricate league-specific analysis.

This skill may write leagues.md. It must never click anything that changes a roster, files a claim, or sends an offer.

Workflow

  1. Check for an existing leagues.md in the project root. If it exists, show the current config and ask whether to update a league, add a new one, or start over. Never silently overwrite.
  2. Read the settings page first when a signed-in browser is available. Offer to open the league settings (and scoring/roster/waiver subpages) and extract every visible field below. Prefer the platform's exact wording for IDs, scoring magnitudes, and waiver rules. Ask only for what the page does not show.
  3. Interview the user for remaining gaps, one short batch of questions at a time (not one giant wall). Fall back to a full interview when no browser is available or the user prefers to type. Collect the fields below for each league.
  4. Write leagues.md using the structure in leagues-template.md (in this skill's directory). One ## League: section per league. Strip the template's explanatory comments from the written file — keep it clean.
  5. Confirm by echoing back a one-line summary per league (e.g., "Gridiron Gazette — 12-team half-PPR on Yahoo, $100 FAAB").

Read the full file on GitHub · 96 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 12d ago First seen · 96 lines · 99 tokens per session scan A b09d9e58c1e0

Subscribe to this mod's changes

league-config is a skill published in the GitHub repository derekrbreese/fantasy-football-skills (4 stars, last pushed 28d ago), licensed MIT. It adds 99 tokens to every session and 2,367 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

technical-documentation

Audit, write, and improve developer documentation using Google's Developer Documentation Style Guide and Technical Writing courses. Use this skill for any documentation work, even when the user names no style guide: "audit our docs", "review this README", "write a README", "getting started guide", "how-to or…

wondelai/skills · 204 tokens

top-design

Create award-winning, immersive web experiences at the level of Awwwards-featured agencies. Use when the user mentions "Awwwards quality", "make my site stunning", "scroll animations", "parallax storytelling", "cinematic web design", "portfolio site", or "brand experience". Also trigger when elevating a standard…

wondelai/skills · 113 tokens

design-everyday-things

Apply foundational design principles: affordances, signifiers, constraints, feedback, and conceptual models. Use when the user mentions "why is this confusing", "affordance", "error prevention", "discoverability", "human-centered design", "mental model", "mapping", "seven stages of action", "users keep making…

wondelai/skills · 132 tokens

design-sprint

Run a structured 5-day process to prototype, test, and validate product ideas with real users. Use when the user mentions "design sprint", "validate before we build", "rapid prototype", "test with users", or "should we build this". Also trigger when a team is stuck in endless debate over a high-stakes product…

wondelai/skills · 137 tokens

improve-retention

Diagnose and fix retention problems using behavior design (B=MAP). Use when the user mentions "users sign up but dont stick around", "activation rate", "onboarding friction", "retention metrics", "why users dont complete", "churn analysis", or "aha moment". Also trigger when analyzing cohort retention curves…

wondelai/skills · 129 tokens

steve-jobs-design-review

Review designs, products, and features with Steve Jobs' standards: ruthless simplicity, focus, and end-to-end excellence. Use when the user mentions "Steve Jobs review", "design review", "product review", "what would Steve do", "insanely great", "this feels too complicated", "too many features", "product taste"…

wondelai/skills · 191 tokens