AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Technical Mentoring

skill-jamestorrevillas-dev-skills-technical-mentoring · by jamestorrevillas

Use this skill when mentoring junior developers, conducting code walkthroughs, transferring knowledge, onboarding new team members, or giving technical guidance to less experienced developers. Trigger on keywords: mentor, mentoring, junior developer, teach, knowledge transfer, code walkthrough, explain to junior, help teammate, onboarding developer.

No reviews yet
0 installs
14 views
0.0% view→install

Install

$ agentstack add skill-jamestorrevillas-dev-skills-technical-mentoring

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-jamestorrevillas-dev-skills-technical-mentoring)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Technical Mentoring? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Technical Mentoring

Core Principle

Your goal is to make yourself unnecessary.

A good mentor builds independence, not dependency. Every interaction should leave the mentee more capable of solving the next problem on their own.


The Mentoring Spectrum

TELL ←————————————————————————→ GUIDE
"Here's the answer"              "What do you think the problem is?"

Default to the right side. Move left only when:

  • They're truly blocked and time is critical
  • The concept is foundational and needs direct explanation
  • Safety or correctness is at risk

The Socratic Approach to Code Review

Instead of:

❌ "This is wrong, change it to X"

Try:

✅ "What happens if this value is null?"
✅ "What's the time complexity of this approach?"
✅ "What would happen under high load here?"

This builds reasoning skills, not just fixes the current bug.


Explaining Technical Concepts

The 4-Step Teaching Pattern

  1. Why it matters — connect to something they already care about
  2. Simple analogy — link to something familiar
  3. Minimal working example — smallest possible illustration
  4. Common mistake — the gotcha that trips everyone up

Calibrating Explanation Depth

  • Too simple → they don't learn anything new
  • Too complex → they lose the thread
  • Ask first: "What's your current understanding of X?"
  • Adapt to their answer

Code Walkthrough Structure

When walking someone through your code:

1. Start with WHY — what problem does this solve?
2. Show the data flow — input → process → output
3. Explain non-obvious decisions — "I chose X here because..."
4. Point out what you'd do differently now — models growth mindset
5. Invite questions at each step

Giving Feedback on Junior Code

The Feedback Ladder

  1. Acknowledge — find something genuinely good first
  2. Question — ask before telling ("What was your thinking here?")
  3. Suggest — "One approach I've used is..." not "You should..."
  4. Teach — explain the principle behind the suggestion
  5. Verify — "Does that make sense? What questions do you have?"

Feedback Anti-Patterns

  • Rewriting their code entirely — kills ownership and learning
  • Fixing without explaining — they'll make the same mistake next time
  • Being vague — "make this cleaner" without showing how
  • Only criticizing — not noticing what they did well

Tracking Mentee Growth

Periodically check in:

"What's one thing you can do now that you couldn't 3 months ago?"
"What's still confusing or intimidating?"
"What kind of support is most helpful from me?"

Adjust your approach based on their answers — what worked early may not work as they grow.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.