# Live Dev

> (Legacy Orchestrator) This skill has been split into four modular skills. Please install and use them instead: live-dev-init, live-dev-storage-init, live-dev-config, and live-dev-deploy.

- Skill: `drgarbage/live-dev` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add drgarbage/live-dev`
- Raw SKILL.md: https://api.skillmd.com/api/skills/drgarbage/live-dev/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: drgarbage (https://skillmd.com/u/drgarbage)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/drgarbage/live-dev

---


# live-dev (Deprecated)

This skill is deprecated and has been split into four modular skills:

1. `live-dev-init`: Tooling preflight and Git Flow environment initialization.
2. `live-dev-storage-init`: Firebase & Firestore database provisioning and rules setup.
3. `live-dev-config`: GitHub/Vercel project linking and local credential form collection.
4. `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:

```bash
npx skills add drgarbage/ag-course-index --skill live-dev-init live-dev-storage-init live-dev-config live-dev-deploy
```

