tiangong-wiki-skill
Installation
SKILL.md
Wiki Skill
Core Goal
Use the local wiki as the durable knowledge layer — not just for the current conversation, but for all future work. Query first, then read or edit the Markdown files that remain the source of truth.
CLI Entrypoint
Use tiangong-wiki <command> on macOS, Linux, WSL, and Git Bash.
On Windows native shells such as PowerShell, Command Prompt, background daemon tasks, or Codex worker automation, use the npm command shim explicitly:
tiangong-wiki.cmd doctor
tiangong-wiki.cmd sync
tiangong-wiki.cmd lint --format json
Do not invoke the suffixless tiangong-wiki executable from Windows native shells. npm also installs that shebang script for POSIX-like environments, but Windows may treat it as an unknown file and open the "choose an app" dialog instead of executing the CLI.