draft-prep

Generate preseason fantasy football projections and ADP rankings for draft preparation.

Updated Aug 15, 2025
One-click install
npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill draft-prep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: draft-prep
Source: https://github.com/gesmith0606/nfl_data_engineering/tree/main/.claude/skills/draft-prep
Command: npx skills add https://github.com/gesmith0606/nfl_data_engineering --skill draft-prep

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides an end-to-end preseason workflow to generate model projections, fetch live ADP, compute value scores, and launch an interactive draft assistant so fantasy managers can make informed draft picks.

Core Features & Use Cases

  • Preseason Projection Generation: Runs the projection pipeline to produce ranked player projections for a specified season and scoring format.
  • Live ADP Fetching with Fallbacks: Prefers Sleeper MCP for current ADP and falls back to web-scraped FantasyPros consensus ADP when needed.
  • Value Scoring & Summaries: Produces top overall and positional lists, undervalued/overvalued players, and positional depth summaries for pre-draft planning.
  • Interactive Draft Assistant: Launches a live assistant to recommend picks, track roster state, and respond to draft events during the draft.

Quick Start

Run the draft-prep skill to generate preseason projections for season 2026 using half_ppr scoring, fetch ADP, compute value scores, and launch the interactive draft assistant.

Frequently Asked Questions about draft-prep

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare for a fantasy football draft using custom projections and live ADP?

Prepare for a fantasy football draft by generating model projections and fetching live ADP from Sleeper or FantasyPros to compute value scores for 12-team snake drafts. The workflow combines ranked projections, ADP data, and positional depth summaries to inform your draft picks.

Can I fetch live ADP from Sleeper for fantasy football draft preparation?

Yes, you can fetch live ADP from Sleeper using MCP integration, with a fallback to web-scraped FantasyPros consensus ADP. The fetched ADP data is saved locally as a CSV file to compute value scores and identify undervalued or overvalued players.

How do I calculate player value scores for a 12-team snake draft?

Calculate player value scores by combining model projections with live ADP data to produce ranked overall and positional lists. The system identifies undervalued and overvalued players while generating positional depth summaries tailored for 12-team snake drafts.

Does this fantasy football draft assistant support half PPR scoring formats?

Yes, the draft assistant supports half PPR scoring formats along with other scoring settings. You specify the season and scoring format when running the projection pipeline, and the interactive assistant adjusts pick recommendations based on your configured team settings.

What is the best way to track roster state during a live fantasy football draft?

Track roster state during a live draft by launching the interactive draft assistant, which responds to draft events in real time. It monitors roster state, recommends picks based on value scores, and adjusts strategy as the draft progresses.

Are there limitations when using FantasyPros ADP instead of Sleeper for draft preparation?

FantasyPros ADP is used as a fallback when Sleeper MCP is unavailable, relying on web scraping rather than direct API access. While both provide consensus ADP data for computing value scores, the Sleeper MCP integration is preferred for live data retrieval during draft preparation.