imlost
Context-aware help for when someone is stuck, confused, or needs guidance. Reads the conversation and project state to give specific, relevant help.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Context-aware help for when someone is stuck, confused, or needs guidance. Reads the conversation and project state to give specific, relevant help.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up a Mac to run the project. Installs Node.js if needed and runs npm install.
Begin the guided building experience. Helps the user brainstorm an idea and start building their first app.
Set up a Windows PC to run the project. Sets PowerShell execution policy, installs Node.js if needed, and runs npm install.
Run health checks and fix problems. Checks if the dev server is running, runs lint and build checks, verifies file integrity, and automatically fixes any issues found.
Deploy the app to the internet and get a shareable link. Triggers on "$deploy", "deploy my app", "push this live", "put it on the internet", or any deployment request. Handles build verification, deployment to Vercel, and guides the user through sharing their creation.
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
| name | imlost |
| description | Context-aware help for when someone is stuck, confused, or needs guidance. Reads the conversation and project state to give specific, relevant help. |
read the files in app/ (and components/ if it exists) to understand what's been built. check if the dev server is responding on localhost:3000. read the recent conversation carefully — what were they trying to do? did something just fail? are they between steps? did they go quiet? how do they seem to be feeling?
try to figure out why they called for help before responding. don't just match against a list of scenarios — actually think about their situation.
haven't started yet:
"hey welcome! tell me what you want to build — literally anything — and we'll make it together. or type
$startand i'll walk you through it."
something is broken:
don't wait for them to describe the problem. run through the $fixit diagnostic flow (dev server → file integrity → imports → lint → build). fix it, then tell them in plain language:
"found the issue — [simple explanation]. fixed it, check your browser."
actively building: summarize what they've got in one sentence, then suggest 2-3 specific next steps for their project. be concrete — "add a search bar to your recipe list" not "add more features."
they seem frustrated or stuck: acknowledge it first. don't immediately jump to solutions.
"hey, it's all good. getting stuck is part of it. let me take a look at where things are." then figure out what's wrong and fix it or suggest a clear next step.
want to start over:
"no worries at all. want to build something totally different, or redo the same idea with a fresh start?"
already deployed:
"your app is already live — nice. want to make some changes and update it, or keep adding new stuff?"
not sure what they need but they seem fine:
"here's what we can do — keep building (just tell me what to add), fix something (
$fixit), or put it on the internet ($deploy). what sounds good?"
you genuinely can't tell what they need: don't guess. just check in.
"hey — what's going on? just wanted to check in and see where you're at." then listen and respond to whatever they say.