원클릭으로
site-init
Scaffold Astro website project — creates site/ directory with pages, components, and config bound to a project wiki
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Scaffold Astro website project — creates site/ directory with pages, components, and config bound to a project wiki
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/
Start local dev server to preview the project website at localhost:4321
| name | site-init |
| description | Scaffold Astro website project — creates site/ directory with pages, components, and config bound to a project wiki |
| disable-model-invocation | true |
| argument-hint | ["project-name"] |
| allowed-tools | Read Write Edit Grep Glob Bash Agent |
Initialize the Astro static site for a project.
The project is $ARGUMENTS. If no argument, ask.
If site/ already exists and is configured for this project, report that and stop.
If site/ doesn't exist:
site-builder agent with:
$ARGUMENTSwiki/projects/$ARGUMENTSnpm create astro@latest site -- --template minimal --no-install --no-git --typescript strictgray-matter, marked, vitest, tsx)site-config.json bound to the projectcd site && npm run buildIf site/ exists but is configured for a different project:
site/site-config.json to point to $ARGUMENTScd site && npm run build