Draft Command banner
alexnesteruk alexnesteruk

Draft Command

Development community

Description

--- name: draft-command description: Evaluate an on-the-clock draft turn for a 10-Team 0.5 PPR 2-FLEX league using the Fantasy Football War Room arguments: - name: pick_number description: Current draft pick number (e.g. "2.09 / Pick 19") required: true - name: current_roster description: Current team roster by position required: true - name: top_available description: Top available players overall and by position required: true - name: user_target description

Installation

Installs to ~/.claude/skills/alexnesteruk-agent-registry-draft-command/SKILL.md

Terminal
mkdir -p ~/.claude/skills/alexnesteruk-agent-registry-draft-command && curl -fsSL https://raw.githubusercontent.com/alexnesteruk/agent-registry/HEAD/skills/draft-command.md -o ~/.claude/skills/alexnesteruk-agent-registry-draft-command/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository