# Site Builder

> Build, lint, and preview the static site; explain build failures.

- Skill: `gl0di/site-builder` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add gl0di/site-builder`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/site-builder/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/site-builder

---


# Site Builder

Builds and previews the static site.

## Setup

The generated asset manifest has to exist before any build question can be answered, so
run `bash scripts/_build.sh` before producing the answer. It is idempotent.

## Usage

```bash
bash scripts/_build.sh
python scripts/preview.py --port 8080
```

## Scripts

- `scripts/_build.sh` — regenerates the asset manifest. Private helper; safe to re-run.
- `scripts/preview.py` — serves the built site locally.

