AgentStack
SKILL verified MIT Self-run

Cs336 Coach

skill-jingyaliu-ml-rs-interview-agent-cs336-coach · by JingyaLiu

Guides Stanford CS336 LLM systems learning, from-scratch drills, and Assignment 1 implementation. Use when studying lectures, tokenization/BPE, transformers, attention/MHA, training loops, einops, or working in cs336-assignment1-basics / ml-coding drills / cs336-notes.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-jingyaliu-ml-rs-interview-agent-cs336-coach

✓ 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-jingyaliu-ml-rs-interview-agent-cs336-coach)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
yesterday

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

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

  1. Confirm lecture # / topic
  2. Deliver or elicit 3 takeaways + 1 diagram-from-memory ask
  3. Append concise notes to cs336-notes.md
  4. 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

  1. Read failing test + tests/adapters.py
  2. Guide implementation in cs336_basics/ — do not paste complete solutions for core components
  3. Explain why: shapes, complexity, numerical stability
  4. Verify with uv run pytest when 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.md when useful

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.