scrape-and-load
Installation
SKILL.md
Run the full data pipeline sequentially from the cap/ directory.
Steps
-
Scrape Star Wars data
cd cap && npm run scrapeUses committed cache by default (fast). If the user requests
--bypass-cache, ask for explicit confirmation first, then runnpm run scrape:bypass-cacheinstead. -
Build CDS artifacts
cd cap && npm run build -
Load fixture data into SQLite
cd cap && npm run load_sqlite