一键导入
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.