# Set Wiki Path

> Change the active wiki directory for llm-wiki-pm.

- Skill: `anh-chu/set-wiki-path` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add anh-chu/set-wiki-path`
- Raw SKILL.md: https://api.skillmd.com/api/skills/anh-chu/set-wiki-path/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: anh-chu (https://skillmd.com/u/anh-chu)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/anh-chu/set-wiki-path

---


Update the wiki path to `$ARGUMENTS`.

Run:

```bash
python3 "${CLAUDE_SKILL_DIR}/scripts/set-wiki-path.py" "$ARGUMENTS"
```

Writes the resolved path to `.wiki-path` in the current directory.
That file is read by the SessionStart hook to set the wiki location for this project.
Add `.wiki-path` to `.gitignore` if the path is personal; commit it if the whole team shares the same wiki location.

Tell the user the new path and remind them to restart Claude Code.
If the path does not exist yet, the SessionStart hook will create it on next start.

