원클릭으로
site-preview
Start local dev server to preview the project website at localhost:4321
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start local dev server to preview the project website at localhost:4321
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Generate pending media assets via fal AI — processes all pending/failed items in the media manifest
Create media manifest for a project — reads wiki, derives image/audio/video prompts, writes media-manifest.json for review before generation
Build static site from wiki + media — copies media, runs Astro build, outputs to dist/
Scaffold Astro website project — creates site/ directory with pages, components, and config bound to a project wiki
SOC 직업 분류 기준
| name | site-preview |
| description | Start local dev server to preview the project website at localhost:4321 |
| disable-model-invocation | true |
| allowed-tools | Bash Read |
Start the Astro dev server for local preview.
cd site && npm run dev
This automatically copies media (predev hook) and starts at http://localhost:4321.
Tell the user to open the URL. The dev server hot-reloads on file changes.
To stop: Ctrl+C or the user will tell you.