بنقرة واحدة
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.