원클릭으로
wiki
Build and serve the static course knowledge base locally. Rebuilds from workspace data and starts an HTTP server on port 8765.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build and serve the static course knowledge base locally. Rebuilds from workspace data and starts an HTTP server on port 8765.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
9-command agent skill suite for Tongji Look (look.tongji.edu.cn): setup, list, transcribe, take notes, manage materials, build course wiki, create cheat sheets, batch-process entire courses, and deploy course wiki to GitHub Pages.
Add supplementary materials (PDF, PPTX, DOCX, images) to a lecture session. Converts to Markdown via MarkItDown and indexes into the course wiki — without triggering transcription or slide download.
Generate a high-density A4 cheat sheet for open-book exams. Two output paths: LaTeX (XeLaTeX) or self-contained HTML with CSS print layout. Both paths produce visually consistent results.
Discover and select courses from Tongji Look (look.tongji.edu.cn). Lists recent or all courses, filters by keyword, and saves the chosen course for use with /trans, /note, and other commands. Prerequisite for all lecture workflows.
Generate study notes from a lecture transcript and slides. Runs transcript + slide download in parallel, then writes a Markdown note with timeline outline.
Deploy the built course wiki site/ to GitHub Pages via gh CLI. Pre-checks gh auth status and site/ existence.
SOC 직업 분류 기준
| name | wiki |
| description | Build and serve the static course knowledge base locally. Rebuilds from workspace data and starts an HTTP server on port 8765. |
| license | MIT |
| metadata | {"author":"WALKERKILLER","version":"1.1"} |
Build and locally serve the course knowledge base.
/wiki or "open the course wiki" or "serve the wiki".python "<SKILL_DIR>/../../scripts/look_tongji.py" serve --port 8765
python "<SKILL_DIR>/../../scripts/look_tongji.py" build
Each session page follows this layout (top to bottom):
duration_seconds < 3600 are flagged with a warning indicator in the wiki UI./note skill for the full list of forbidden phrases.<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/).