dow-league-lm
v0.1.0League manager add-on for the Dynasty of Whiners. Schedule generation, rookie draft grades, and the FA auction writeup. Requires the dow-league plugin, which carries the rules these depend on.
By Straker Carryer0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 3 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-lm for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dow-league-lm@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-lm/.
Plugin files
├── .claude-plugin/plugin.json├── skills/fa-auction-grades/SKILL.md├── skills/league-schedule/SKILL.md└── skills/rookie-draft-grades/SKILL.md
Included Skills3
Use when writing the humorous post-auction FA money report for Straker's dynasty league — best/worst buys, manager standings, posted to Discord #draft.
Build or correct the annual regular-season schedule for the Dynasty of Whiners league (MFL 29557) — computes the three tiers from prior-season results, generates a validated 14-week schedule, and produces the MFL import block. Use for "make the schedule", "schedule for next season", rivalry weeks, or scheduling tiers.
Produce the annual humorous rookie draft grades writeup for the dynasty league and post it to Discord #draft. Use when asked to grade, recap, or write up the rookie draft.
Plugin manifests1
{
"name": "dow-league-lm",
"version": "0.1.0",
"description": "League manager add-on for the Dynasty of Whiners. Schedule generation, rookie draft grades, and the FA auction writeup. Requires the dow-league plugin, which carries the rules these depend on.",
"author": {
"name": "Straker Carryer"
},
"keywords": [
"fantasy-football",
"dynasty",
"myfantasyleague",
"commissioner"
]
}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-lm on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dow-league-lm)