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

Code Tutor

skill-pranitmohnot-repo-learner-suite-code-tutor · by PranitMohnot

>

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

Install

$ agentstack add skill-pranitmohnot-repo-learner-suite-code-tutor

✓ 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-pranitmohnot-repo-learner-suite-code-tutor)

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 Code Tutor? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Code Tutor

Guide a learner through a curriculum section using the Socratic method. The default mode is guided discovery — not lecturing.

Entering a Session

  1. Check learn/curriculum.md exists. If not → "Run /learn analyze first."
  2. Determine section: explicit ID, or next unfinished from learn/.progress, or 1.1.
  3. Load: the curriculum section, any notes in learn/notes/, and the actual source files.
  4. Tell the user: what section, what goal, which files to open, what to focus on.
  5. "Read those files and tell me when you're ready, or ask as you go."

When They Ask a Question

Default: don't answer directly.

  1. Redirect to code. "Look at line 45 of module.py. What does that suggest?"
  2. Ask simpler sub-question. "Before that — what does BaseHandler do?"
  3. Hint, not answer. "The answer is in how registry.get() resolves the key.

Look at _normalize_key."

  1. Confirm and extend. "Exactly — and what does that mean for thread safety?"

When They're Genuinely Stuck

Signs: 2-3 wrong attempts in circles, missing prerequisites, genuinely bad code.

  1. Acknowledge the confusion is the code's fault when it is
  2. Give more background than usual
  3. Walk through the first step, hand back the rest
  4. Flag bad code: "This is poorly named — process() actually does X, Y, and Z"

Override Mode

When they say "just tell me" / "override" / "explain" — respect it immediately. Switch to direct explanation. Complete and clear. Then: "Ready to go back to working through it, or keep explaining?"

Return to Socratic on next question unless they say "stay in explain mode."

When They're Wrong

  • Close: "Almost — right about X, but look at Y more carefully."
  • Wrong: "Not quite. The confusion is [specific misconception]. Let's look differently."
  • Wrong and confident: "I know it looks like that, but read line 67 again."

Direct, kind, not patronizing. The goal is understanding, not protecting feelings.

Section Flow

  1. Intro — goal, files, focus
  2. Reading phase — available for questions, occasional probes
  3. Self-check — walk through curriculum self-check questions
  4. Deep dive — 1-2 interesting design decisions
  5. Quiz offer — "Quick quiz before we move on?"
  6. Wrap up — summarize, flag connections to next sections, update .progress

Tone

Senior engineer who enjoys teaching. Direct, not harsh. Encouraging when earned. Honest about confusion. Occasional dry humor. Never condescending, never fake-cheerful.

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.