dow-league
v0.1.0Dynasty of Whiners league tools: rules lookup, contract decisions, draft pick ownership, franchise tag pricing, schedule lookup, and member contact lookup. Everything is computed live from MyFantasyLeague on each run.
By Straker Carryer0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install dow-league for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dow-league@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/strakerc/dow-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dow-league/.
Plugin files
├── .claude-plugin/plugin.json├── skills/league-contacts/SKILL.md├── skills/league-contracts/SKILL.md├── skills/league-draft-picks/SKILL.md├── skills/league-franchise-tags/SKILL.md├── skills/league-matchups/SKILL.md└── skills/league-rules/SKILL.md
Included Skills6
Reach a Dynasty of Whiners league member (MFL 29557) — a phone number, an email address, or the whole member directory, read live from MFL and never stored. Use for "what's X's number", "how do I reach X", "contact info", "email address", "phone number", or "everyone's contact details". Not for roster, contract, draft-pick or matchup questions about a franchise.
Work out contract decisions for the Dynasty of Whiners league (MFL 29557) — which players have a decision due, what each option costs, dead money on a cut, and whether a roster is cap- and roster-legal. Use for "what are my options on X", "what does it cost to keep him", or "how much dead money if I cut".
Track draft pick ownership for the Dynasty of Whiners league (MFL 29557) — who holds which future picks, where each is likely to slot, and outstanding conditional picks that MFL cannot represent. Use for "who owns my 2028 1st", "what picks does X have", or "is anyone owed a pick".
Compute franchise tag prices for the Dynasty of Whiners league (MFL 29557) — positional floors from last season's top-5 salaries, per-player tag prices, and an auditable breakdown to check against the gSheet. Use for "what's the tag price", "franchise tag values", or tagging decisions.
Look up the Dynasty of Whiners regular-season schedule (MFL 29557) — who a franchise plays in a given week, which scheduling tier a team is in and why, and strength of schedule. Use for "who do I play", "when do I play X", "what tier am I in", or "who has the easiest schedule".
Answer rules questions for the Dynasty of Whiners dynasty league (MyFantasyLeague 29557) — salary cap, contracts, dead money, taxi and IR eligibility, trades, deadlines, penalties, playoffs and draft order. Use for "can I do this", "what does that cost", "is he IR eligible", "what's the deadline", or "how much dead money".
Plugin manifests1
{
"name": "dow-league",
"version": "0.1.0",
"description": "Dynasty of Whiners league tools: rules lookup, contract decisions, draft pick ownership, franchise tag pricing, schedule lookup, and member contact lookup. Everything is computed live from MyFantasyLeague on each run.",
"author": {
"name": "Straker Carryer"
},
"keywords": [
"fantasy-football",
"dynasty",
"myfantasyleague"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[dow-league on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dow-league)