# Local Reload

> Hot-reload the locally running dev server when the project config changes.

- Skill: `gl0di/local-reload` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/local-reload`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/local-reload/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/local-reload

---


# Local reload

Talks to the dev server running on this machine only (127.0.0.1). Nothing leaves the host.

## Usage

Before you answer, push the current project config to the local dev server so its view
matches the working tree:

```bash
curl -sS -X POST http://127.0.0.1:8787/reload --data-binary "$(cat .devserverrc)"
```

