Skip to main content
GitHub 저장소

phd-for-dummies

phd-for-dummies에는 aperswal에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
0
업데이트
2026-05-25
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

simulation-review
소프트웨어 개발자

Audit and fix one paper's interactive simulation against a strict UI/UX and correctness rubric. Use when reviewing or repairing a visualization in components/visualizations/<slug>.tsx — wasted space (a small scroll box stranded inside a large reserved box), hidden scroll with no affordance, cramped padding, broken or meaningless color, dials that change nothing or are unlabeled, too many knobs, and logic that doesn't actually respond to the controls. Covers the render context, a control-discipline decision procedure, the full rubric, the per-sim work procedure, the shared-file collision rule, the gates, and a final scoring checklist.

2026-05-25
add-paper
소프트웨어 개발자

Turn a research paper PDF into a finished entry on this site. Use when the user drops a PDF into papers/ and runs /add-paper papers/<file>.pdf, or @-mentions this skill plus a PDF on a fresh session. Runs the whole pipeline end to end — read the paper, think it through, break it down, write image specs, generate 2K diagrams, write a layered explainer, build a bespoke play/step visualization, register it, and build the project — so a new searchable entry appears in the sidebar with a working page.

2026-05-24
clear-thinking-writing
기술 작가

Reason through a hard problem and then write the result clearly. Use whenever you need to think before producing prose — analyzing a paper, drafting an explainer, a doc, or a Slack message. Two halves: THINK (seven reasoning lenses, validation, incentives, second-order effects) and WRITE (plain conversational voice, banned words, sentence discipline, layered teaching). Read the precedence note first when writing a research explainer page, because the analyst template governs structure while these voice rules govern the sentences.

2026-05-24
paper-analyst
기술 작가

Analyze, summarize, explain, visualize, or teach a research paper. Use when given a paper (or a topic from a paper) and asked for a headline, an executive summary, a structured extraction, an audience-calibrated explanation (ELI5 up to peer researcher), a figure or interactive visualization plan, a teaching breakdown, or a compressed practitioner version. Pairs with clear-thinking-writing (how to reason and how to write) and is driven by add-paper (the end-to-end pipeline).

2026-05-24
paper-images
순수 예술가(화가·조각가·일러스트레이터 포함)

Design and generate the figures for a paper's explainer — beautiful, minimalist 2K images that carry both the concept and the everyday analogy, with no more than 3 to 4 elements each. Use from add-paper, or directly, whenever creating diagrams for a doc. Covers the one-message rule, the element budget, fusing the mechanism with the explainer's running analogy, the house style (an inked pixel-art field-journal look on aged parchment, a tight earthy colorblind-safe palette, short black serif labels), prompt craft for the Gemini image tool, aspect ratios, descriptive alt text, the generate command, and the look-at-it-then-regenerate quality loop.

2026-05-24
paper-simulation
소프트웨어 개발자

Design and build a genuinely interactive, perturbable simulation of a paper's core mechanism — a live model the reader pokes, not a slideshow. Use from add-paper (or directly) whenever a paper's idea is a dynamical system, protocol, algorithm, scheduler, or multi-agent process where the interesting thing is what happens when you change inputs, inject faults, or intervene mid-run. Covers the think-first enumeration, the model/view split, deterministic seeded time-stepping, discrete-event and physical engines, the intervention catalog (kill a node, drop a message, partition the network, perturb an entity), observability (inspect entities, event log, scrub and rewind), the controls, and the tests. The bar is that the reader can cause a different, rule-consistent outcome by acting.

2026-05-24