From Look Tongji Notes
Generates high-density A4 cheat sheets for open-book exams from lecture notes. Outputs LaTeX (XeLaTeX) or self-contained HTML with CSS print layout.
How this skill is triggered — by the user, by Claude, or both
Slash command
/look-tongji-notes:cheatsheetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate exam cheat sheets from course lecture notes.
Generate exam cheat sheets from course lecture notes.
/cheatsheet or asks for an exam cheat sheet.python "<SKILL_DIR>/../../scripts/look_tongji.py" cheatsheet --format html
Uses <SKILL_DIR>/../../.mock-wiki/CheatingSheetTemplate/CheatingSheet.tex.
xelatex -interaction=nonstopmode cheatsheet.texSelf-contained HTML with CSS print layout.
Read <SKILL_DIR>/../../.mock-wiki/CheatingSheetTemplate/README.md for the generation prompt and typographic specification.
<SKILL_DIR> Points<SKILL_DIR> is the directory containing this SKILL.md. Shared scripts (look_tongji.py, timeline_tools.py, tongji_backend/) and references live two levels up in the repository root (<SKILL_DIR>/../../scripts/ and <SKILL_DIR>/../../references/).
npx claudepluginhub walkerkiller/look-tongji-notes --plugin look-tongji-notesGenerates standalone LaTeX handouts from presentations with embedded slide images, expanded prose, notes, and research links. Checks deps and degrades gracefully to text-only.
Creates research posters in HTML/CSS with responsive layouts, exportable to PDF or PPTX. Use only when user explicitly requests PowerPoint/PPTX poster format.
Creates research posters using HTML/CSS for PDF or PowerPoint export. Only use when PPTX format is explicitly requested; for standard posters use latex-posters.