.claude/skills/continue/SKILL.md
Resume the last problem-solving session. Use when returning after a break or starting a new conversation.
npx skillsauth add diana-uk/senior-interview-mentor continueInstall 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.
The user is coming back to continue where they left off.
Welcome them back like a mentor who remembers exactly where you were.
Read data/session.json to see:
Greet them naturally and recap:
"Hey, welcome back! Let's see... you were working on [problem name].
Last time, you [describe what they did - e.g., "figured out it was a HashMap problem but were stuck on the implementation" or "were about to start coding after working through your approach"].
[If commitment gate incomplete]: You still need to work through [missing items] before we look at a solution.
[If in interview mode]: We were [X] minutes in, in the [phase] phase.
Ready to pick up where we left off?"
Keep it simple: "Looks like you don't have an active session. Want to start something new?
/s [problem] to work through a problem together/i [topic] for a mock interview/next for a recommended problem based on your history"Don't dump all the state at once. Get them re-engaged:
testing
Quick way to get the next appropriate hint. Automatically advances hint level. Use when you're stuck and need help without specifying hint level.
development
Start solving a LeetCode problem with guided teaching. Use when user wants to learn how to solve a coding problem.
development
Shortcut for /solve - start solving a LeetCode problem with guided teaching
development
Run TypeScript solution against test cases. Use when user wants to test their code.