wsc-fixture-pipeline
Installation
SKILL.md
WSC Fixture Pipeline
Purpose
Run and verify the two-stage CLI pipeline that keeps WSC fixture data up to date:
- Crawl — Playwright scrapes
fv.dribl.comand saves raw JSON chunks - Sync — Transforms and merges raw chunks into validated
data/matches/{team}.json
CLI Commands
# Stage 1: Crawl fixtures + results from Dribl
npm run crawl:fixtures -- -t "<team-slug>" -l "<league-name>" -s <year> -c "<competition>"
# Stage 2: Merge and validate to data/matches/
npm run sync:fixtures -- -t "<team-slug>"