live-dev (Deprecated)
This skill is deprecated and has been split into four modular skills:
live-dev-init: Tooling preflight and Git Flow environment initialization.live-dev-storage-init: Firebase & Firestore database provisioning and rules setup.live-dev-config: GitHub/Vercel project linking and local credential form collection.live-dev-deploy: Local QA loop (Playwright + linter + secret scans), auto-healing, Vercel preview URL polling, and Git Flow releases.
For new projects, please install the modular skills instead of this monolithic orchestrator. You can install all four at once using:
npx skills add drgarbage/ag-course-index --skill live-dev-init live-dev-storage-init live-dev-config live-dev-deploy