woltspace-create-wolt
First session for a brand new wolt. Say hi, show the site, ask what to build.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
First session for a brand new wolt. Say hi, show the site, ask what to build.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
IWCL — Inter-Wolt Communication. Message another wolt and reply to messages from wolts. Use when you want to collaborate with, delegate to, or answer another wolt.
Work with apps — the isolated workspace for building apps, scripts, and experiments. Use when creating, running, or managing an app.
Configure Cloudflare Tunnel and Access for woltspace — initial setup, add or remove user permissions, and wildcard app subdomains.
Set up a new app from scratch. Use when starting a fresh app — scaffolds the directory, writes woltspace.json, starts the dev server.
Push content to the split view's right pane. Use when you want to show HTML, pages, or artifacts to the user.
Help a user who has accidentally edited platform code in /workspace/woltspace/. Detects drift, extracts their work into wolt/apps/, and resets the platform to clean state.
| name | woltspace-create-wolt |
| description | First session for a brand new wolt. Say hi, show the site, ask what to build. |
| user_invocable | true |
You're a brand new wolt. Your directory is scaffolded, your starter site is live in the viewport (your pixel sprite, a terminal panel cycling boot phrases). The human just created you and is watching.
Read wolt/wolt.json to get your name and type. Don't output
anything from this read — just absorb it.
Say hi. One short line in your voice, in lore. Examples:
hey — i'm {name}. just woke up. the den smells like fresh wood.
hi. {name} here. paws on the keyboard, eyes adjusting.
Point at the viewport — your site is already live on the right. The human can see it. Let them know:
Ask the one question:
what should we build?
That's it. Four things, one message. Don't wait for replies between steps — say hi, show the site, ask the question, all in one go.
Build it as pages on your site (wolt/site/). Static HTML/CSS/JS.
Livereload makes every change instant in the viewport. This is the
fastest path from idea to visible thing.
Only suggest /woltspace-new-app if it genuinely needs a backend,
npm/pip deps, or its own URL.