Sport-agnostic skills for running a fantasy team -- lineups, waivers, and trades across football, basketball, baseball, hockey, and more -- bundled with the context MCPs (live scores, Reddit news, web fetch) that help regardless of which fantasy platform you use. Add a data provider (e.g. the sleeper plugin) for your roster.
Set the optimal starting lineup for a fantasy scoring period, respecting your league's roster slots and player availability. Works for any sport (football, basketball, baseball, hockey) and any connected fantasy data provider.
Judge whether a proposed fantasy trade is fair and good for your roster, and draft a counter if it is not. Works for any fantasy sport and any connected data provider.
Evaluate available free agents and recommend waiver claims with a bid for each. Works for any fantasy sport and any connected data provider.
External network access
Connects to servers outside your machine
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A fantasy-sports toolkit you author once and compile to every coding agent.
This is a Weft marketplace (namespace
dev.fantasylab). You write provider-agnostic skills, commands, an agent, and MCP
server definitions once, and Weft compiles them into the native plugin format for
Claude Code, OpenAI Codex, Cursor, GitHub Copilot, and OpenCode.
The idea: the judgment (how to set a lineup, value a trade, read the waiver wire) lives in portable, sport-agnostic skills, while the data comes from a swappable MCP provider plugin. The same skills handle football, basketball, baseball, and hockey. They read whatever roster slots and scoring your league uses, so you can bring whichever sport and platform you play and the logic stays the same.
marketplace.yaml # the catalog (name + namespace + plugins)
plugins/
fantasy-manager/ # provider-agnostic skills + bundled context MCPs
sleeper/ # Sleeper data-provider plugin (MCP)
yahoo/ # Yahoo data-provider plugin (MCP)
out/ # compiled output for all 5 harnesses (generated; gitignored)
.claude/ # files placed by `weft install` (generated; gitignored)
out/ and .claude/ are generated by weft build / weft install and aren't
committed. Run the CLI to regenerate them.
The provider-agnostic brains of the toolkit. It carries no roster data of its own.
It expects a data provider MCP (like sleeper) to be connected, and falls back to
asking you to paste your roster if none is. Every skill reads the league's own
roster slots and scoring, so it works across sports: football (QB/RB/WR/TE/FLEX/K/DEF,
weekly lineups, byes), basketball (PG/SG/SF/PF/C/G/F/UTIL, daily lineups, off-nights),
baseball (C/1B/2B/3B/SS/OF/UTIL/SP/RP), and hockey (C/LW/RW/D/G).
Skills (auto-triggered by description, each with an eval suite):
set-lineup builds the optimal starting lineup for the scoring period,
respecting the league's slots, schedule, and OUT/inactive designations, and
surfaces the close calls.waiver-wire ranks free agents by rest-of-season value for your roster and
assigns a FAAB bid (or waiver priority) and a drop candidate to each claim.trade-analyzer scores a proposed trade on raw value and roster fit (category
vs. points scoring included), then gives an Accept / Decline / Counter verdict
and drafts the counter.Commands (explicit, fast-path versions):
/start-sit gives a decisive head-to-head start/sit call between two players./trade-check gives a one-line gut-check verdict on a trade stated inline.Agent:
waiver-scout scans the whole free-agent pool for breakout candidates ahead of
the waiver run and returns a ranked shortlist. It scouts and recommends; it never
submits claims.Evals (evals/*.cases.yaml) are per-skill case suites with trace assertions (e.g.
"the model called Read"), output regex matches, and LLM-judge rubrics, covering
both football and basketball lineup cases. Run them with weft eval against the
Claude harness.
The plugin also bundles a few provider-independent context MCPs that help no matter which sport or platform you're on:
sports-data gives live scores, schedules, and standings across sports
(TheSportsDB via the Pipeworx gateway). Remote HTTP, no install, no API key.reddit searches the sport's fantasy subreddits (r/fantasyfootball,
r/fantasybball, ...) for injury news and sentiment. npm package, anonymous.web-fetch fetches any page (injury reports, depth charts) as clean markdown.
PyPI package, no API key.A single MCP data provider: read-only access to the Sleeper fantasy API for the
sports Sleeper supports (NFL and NBA), covering leagues, rosters, players, matchups,
trending pickups, plus lineup/start-sit/waiver analysis. No API key required.
Install it alongside fantasy-manager to give the skills live data.
A second, interchangeable MCP data provider: Yahoo Fantasy Sports (NFL, NHL, NBA,
and MLB) via the mcp-yahoo-fantasy package, run with uvx. It exposes leagues,
standings, rosters, matchups, and free agents, plus write operations (set lineups,
add/drop, propose and respond to trades). Unlike Sleeper it needs a one-time Yahoo
OAuth login: create a Yahoo developer app for YAHOO_CONSUMER_KEY and
YAHOO_CONSUMER_SECRET, then run uvx --from mcp-yahoo-fantasy yahoo-login once.
The providers are the swap point. The fantasy-manager skills treat any of them as
a plain data source, so you connect whichever platform you play (Sleeper, Yahoo, or
a future ESPN provider) and the lineup, waiver, and trade logic works unchanged.
npx claudepluginhub michaelfromyeg/fantasy-sports-toolkit --plugin fantasy-managerSleeper fantasy data provider (MCP) -- covers Sleeper's supported sports (NFL and NBA). Read-only, no API key. Install alongside fantasy-manager to give the skills live data. The yahoo provider slots in the same way for Yahoo leagues, and a future espn provider would too.
Yahoo Fantasy data provider (MCP), covering Yahoo's fantasy sports (NFL, NHL, NBA, MLB) with read and write access (leagues, rosters, matchups, free agents, set-lineup, add/drop, trades). Needs a one-time Yahoo OAuth login. Install alongside fantasy-manager to give the skills live data, the same way the sleeper provider does.
Open-source, local-first Claude Code plugin for token reduction, context compression, and cost optimization using hybrid RAG retrieval (BM25 + vector search), reranking, AST-aware chunking, and compact context packets.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
TypeScript/JavaScript full-stack development with NestJS, React, and React Native
Give your AI a memory — mine projects and conversations into a searchable palace. 33 MCP tools, auto-save hooks, and guided setup.
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.