diff --git a/skills/paper-dynasty/SKILL.md b/skills/paper-dynasty/SKILL.md index 02851db..97a0bb9 100644 --- a/skills/paper-dynasty/SKILL.md +++ b/skills/paper-dynasty/SKILL.md @@ -85,7 +85,7 @@ Only fall back to the Python API (`api_client.py`) for complex multi-step operat | **Gauntlet Cleanup** | "Clean up gauntlet team X" | `$PD gauntlet cleanup Gauntlet-X -e N -y` | | **Pack Distribution** | "Give N packs to everyone" | `$PD pack distribute --num N` | | **Scouting Update** | "Update scouting" | `pd-cards scouting all -c 27` | -| **Card Generation (Retrosheet)** | "Generate cards for 2005" | `pd-cards retrosheet process 2005 -c 27 -d Live` | +| **Card Generation (Retrosheet)** | "Generate cards for 2005" | **Use `retrosheet-card-update` agent** | | **Card Generation (Live Series)** | "Update live series cards" | `pd-cards live-series update -c "2025 Season" -g 81` | | **Custom Cards** | "Create custom player" | `pd-cards custom preview name` | | **S3 Upload** | "Upload cards to S3" | `pd-cards upload s3 -c "2005 Live"` | @@ -241,7 +241,7 @@ $PD gauntlet list/teams/cleanup # Gauntlet operations │ ├── api-reference.md # Endpoints, authentication, client examples │ └── cli-reference.md # Full paperdomo & pd-cards commands ├── workflows/ -│ ├── card-generation.md # Retrosheet card workflow + PotM variant +│ ├── card-generation.md # Retrosheet reference (pipeline now in retrosheet-card-update agent) │ ├── live-series-update.md # Live series (FanGraphs) workflow + PotM variant │ ├── card_utilities.py # Card refresh pipeline (fetch → S3 → update) │ ├── custom-card-creation.md # Archetypes, manual creation, rating rules @@ -266,7 +266,7 @@ $PD gauntlet list/teams/cleanup # Gauntlet operations | Database model details | `reference/database-schema.md` | | API endpoints & client usage | `reference/api-reference.md` | | Full CLI command reference | `reference/cli-reference.md` | -| Retrosheet card workflow / PotM | `workflows/card-generation.md` | +| Retrosheet card workflow / PotM | **Use `retrosheet-card-update` agent** (ref: `workflows/card-generation.md`) | | Live series workflow / PotM | `workflows/live-series-update.md` | | Card rendering issues | `workflows/TROUBLESHOOTING.md` |