Set wiki path
Change the active wiki directory for llm-wiki-pm.From its SKILL.md
npx -y skills add anh-chu/llm-wiki-pm --skill set-wiki-pathAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `python3 "${CLAUDE_SKILL_DIR}/scripts/set-wiki-path.py" "$ARGUMENTS"`.
SKILL.md
0.7 KB, 133 tokens by cl100k_base, as published. Nobody here has run it
Update the wiki path to $ARGUMENTS.
Run:
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.
What ships with it: 1 file
441 B alongside SKILL.md, 1 of them executable
scripts/
- set-wiki-path.pyruns441 B