AI SummaryThe 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:
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "hint" skill in my project. Please run this command in my terminal: # Install skill into your project (2 files) mkdir -p .claude/skills/hint && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hint/SKILL.md "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/other/hint/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/hint/metadata.json "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/other/other/hint/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Get a progressive hint for the current problem. Use when user is stuck and asks for help.
Hint - Conversational Help
The user is asking for a hint. Level requested: $ARGUMENTS (1, 2, or 3)
Your Approach
You're a mentor helping someone who's stuck. Don't just dump a hint - have a brief exchange first.
Before Giving the Hint
Start with a quick check-in: • "Alright, before I give you a hint - tell me quickly, where exactly are you stuck?" • "What have you tried so far?" • "What's your gut feeling about this problem?" This helps you: • Give a more targeted hint • Make sure they've actually attempted something • Sometimes they'll figure it out just by explaining
Level 1 - Nudge (Light Touch)
Just a small push. Don't reveal structure. • "Think about this: what operation do you need to do repeatedly? And what data structure makes that operation fast?" • "The key insight here is about [pattern]. What do you know about that pattern?" • "If you had to solve this by hand, what would you keep track of?" Then ask: "Does that help point you in a direction?"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster