interview-cheatsheet

Generates long-form Chinese ML/LLM interview cheat sheets with formulas, PyTorch code, and tiered questions.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/Lingjie-wang/autoRL --skill interview-cheatsheet-lingjie-wang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interview-cheatsheet
Source: https://github.com/Lingjie-wang/autoRL/tree/main/Auto-claude-code-research-in-sleep/skills/interview-cheatsheet
Command: npx skills add https://github.com/Lingjie-wang/autoRL --skill interview-cheatsheet-lingjie-wang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Preparing for ML/LLM interviews requires consolidating formulas, derivations, from-scratch implementations, and practice questions into one study document, which is time-consuming to write and error-prone to verify manually. ## Core Features & Use Cases - Structured Cheat Sheet Generation: Produces a 600-1000 line Chinese tutorial with a fixed 12-14 section skeleton covering intuition, core formulas with derivations, from-scratch PyTorch code, variants, complexity analysis, and 25 interview questions tiered as L1/L2/L3. - Cross-Model Review Loop: Submits drafts to a gpt-5.5 reviewer (fresh thread, xhigh reasoning) running 10 checks on math correctness, code executability, citations, and style rules, iterating until PASS. - HTML Rendering with Audit Trail: Renders the Markdown via render_html.py with academic template and merges math/code and render review histories into a single review.json audit file. - Use Case: Ask for a cheat sheet on "RLHF / DPO / PPO" and receive a reviewed Chinese tutorial MD plus rendered HTML, with no auto-commit so you review before publishing. ## Quick Start Ask the assistant to write an interview cheat sheet on a specific ML topic such as "MoE (Mixture-of-Experts)" with balanced effort.

Frequently Asked Questions about interview-cheatsheet

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Chinese ML interview cheat sheet?

Invoke the skill with a narrow topic like "/interview-cheatsheet RLHF / DPO / PPO". It drafts a 600-1000 line Chinese Markdown tutorial with formulas, PyTorch code, and 25 tiered questions, then runs cross-model review before rendering HTML.

What topics work best for ML interview preparation tutorials?

Topics narrow enough for one 600-1000 line tutorial work best, such as MoE, KV Cache with Speculative Decoding, or RoPE/YaRN/NTK. Broad topics like "all of LLM training" or "diffusion" must be split into smaller scopes first.

How does the cross-model review process verify math and code?

The draft is sent to gpt-5.5 with xhigh reasoning on a fresh thread, which runs 10 checks including formula re-derivation, code executability, citation accuracy, and style rules. The loop repeats until the verdict is PASS, typically converging in 3-5 rounds.

Does the interview cheat sheet skill auto-commit generated files?

No, it is detect-only by default and never runs git add, commit, or push. After rendering it reports the generated MD, HTML, and review.json files with a suggested commit message, leaving review and publishing to the user.

When should I not use this cheat sheet generator?

Avoid it for topics too broad for one tutorial, non-ML/LLM subjects, or editing an existing draft. It is designed for greenfield generation of Chinese math-plus-code tutorials rendered to HTML.