wiki
Installation
SKILL.md
Wiki
Build and locally serve the course knowledge base.
When to Use
- User says
/wikior "open the course wiki" or "serve the wiki". - After writing notes, to preview the generated site.
Workflow
- Serve (build + start HTTP server):
python "<SKILL_DIR>/../../scripts/look_tongji.py" serve --port 8765
- Build only (no server):