Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add cipher982/longhouse --skill zerg-dev --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Zerg Dev?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cipher982-zerg-dev)More formats (shields.io, HTML) on the badges page.
---
name: zerg-dev
description: Zerg local dev workflow (make dev, logs, debug, stop). Use when running or troubleshooting this repo.
---
# Zerg Dev Workflow
## Quick Start
```bash
make dev
```
This serves the local frontend at `http://localhost:47200` and proxies its API
requests to the Runtime Host already recorded in
`~/.longhouse/machine/target-url`, authenticated with the existing device token.
It should show the same account and sessions as the hosted UI. Ctrl+C stops it.
Use `make dev-demo` only when an isolated seeded local runtime is intentional.
## Common Commands
```bash
make stop # stop local development processes
make dev-demo # isolated local backend + seeded demo UI
```
## URL
- http://localhost:47200/timeline
## Gotchas
- Don’t assume `make dev` is already running.
- `make dev` requires an existing `longhouse auth` machine link.
- The normal local UI must never silently fall back to an empty local database.
- Use `make dev-demo` for disposable local data and `make dev` for real account data.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.