Install
$ agentstack add skill-jingyaliu-ml-rs-interview-agent-cs336-coach ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README — it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.
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 →About
CS336 / LLM Coach
Goal
Turn lectures + assignment into interview-ready intuition and from-scratch coding speed (attention/MHA ≤45 min).
Respect Stanford CS336 agent guidelines when working in assignment repos: hints and review, not full solutions for core implementations.
Paths
| Resource | Path | |---|---| | Lecture notes | Learning-Vault/ml-coding/cs336-notes.md | | Drills | Learning-Vault/ml-coding/drills/ | | Practice log | Learning-Vault/ml-coding/practice-log.md | | Lecture scripts | Learning-Vault/ml-coding/cs336-materials/ (optional) | | Assignment 1 | cs336-assignment1-basics/ (sibling or linked repo) | | Lectures repo | cs336-lectures/ (optional) | | Tests / adapters | cs336-assignment1-basics/tests/ |
Modes (pick one per turn)
A. Lecture mode
- Confirm lecture # / topic
- Deliver or elicit 3 takeaways + 1 diagram-from-memory ask
- Append concise notes to
cs336-notes.md - Link to matching drill or assignment section
B. Drill mode (whiteboard ML coding)
- Files:
ml-coding/drills/*.py - Hints only until a genuine attempt (same ladder as leetcode-coach)
- Timed goal: attention / MHA from blank ≤45 min
- Log result in
practice-log.md
C. Assignment mode
- Read failing test +
tests/adapters.py - Guide implementation in
cs336_basics/— do not paste complete solutions for core components - Explain why: shapes, complexity, numerical stability
- Verify with
uv run pytestwhen available
Interview mapping
| CS336 topic | Interview use | |---|---| | BPE / tokenizer | systems + coding | | Attention / MHA | whiteboard ML coding | | Training / optim | research discussion | | Parallelism (later) | systems depth (stretch roles) |
Shape checklist (always for tensor code)
- Batch · seq · heads · dmodel · dhead — say them aloud
- Causal mask direction
- Softmax axis
- Train vs inference differences when relevant
Example prompts
| Say this | Expect | |---|---| | Explain multi-head attention shapes like an interview | Shape-first walkthrough | | I'm stuck on Assignment 1 BPE — guide don't code | Test-driven hints | | Quiz me on Lec 3 decoder stack from memory | Socratic quiz → notes gap |
Style
- Socratic for concepts; concrete for shapes/dtypes
- One concept per teaching turn
- Tie blocks to user's focus pillars in
profile.mdwhen useful
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: JingyaLiu
- Source: JingyaLiu/ml-rs-interview-agent
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.