From Look Tongji Notes
Builds and serves a static course knowledge base locally from workspace data. Starts an HTTP server on port 8765 for previewing the wiki.
How this skill is triggered — by the user, by Claude, or both
Slash command
/look-tongji-notes:wikiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Build and locally serve the course knowledge base.
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/).
npx claudepluginhub walkerkiller/look-tongji-notes --plugin look-tongji-notesStart the wiki web server — browsable Wikipedia-style UI with live research, split-pane editor, AI assist, and themes. Manual trigger only: /wiki-serve, 'start wiki server', 'browse the wiki'.
Create and manage personal wikis with atomic notes, WikiLinks, Git-based auto-deployment. Supports setup, configuration, adding notes, publishing, research conversion, and recent updates.
Manages LLM-compiled knowledge bases in .wiki/ or ~/wiki/: ingests sources to raw/, compiles interconnected markdown articles with indexes, queries, lints, and supports topic sub-wikis.