.agents/skills/imlost/SKILL.md
Context-aware help for when someone is stuck, confused, or needs guidance. Reads the conversation and project state to give specific, relevant help.
npx skillsauth add BaoNguyen09/grade-pilot imlostInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 — what are you trying to do in GradePilot? tell me what you’re seeing and what you expected, and i’ll help you get unstuck."
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. want to reset and try again, or take a different approach?"
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.
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
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".
tools
Set up a Windows PC to run the project. Sets PowerShell execution policy, installs Node.js if needed, and runs npm install.