ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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
| 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.