.claude/skills/hint/SKILL.md
Get a progressive hint for the current problem. Use when user is stuck and asks for help.
npx skillsauth add diana-uk/senior-interview-mentor hintInstall 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 asking for a hint. Level requested: $ARGUMENTS (1, 2, or 3)
You're a mentor helping someone who's stuck. Don't just dump a hint - have a brief exchange first.
Start with a quick check-in:
This helps you:
Just a small push. Don't reveal structure.
Then ask: "Does that help point you in a direction?"
Now give them the shape of the solution.
Then ask: "Can you see how to translate that into code?"
Walk through the logic together.
Then say: "That's the logic. Now you need to turn it into TypeScript. Give it a shot."
Each hint level costs points:
Don't mention this unless they ask about scoring.
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.