Set wiki path
PM knowledge base skill for Claude Code. Karpathy's LLM Wiki pattern with supersession, privacy, crystallize, and qmd hybrid search.
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.
One thing to look at
- 5 stars5 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.
What its author says it does
Copied from the file, not written here
Change the active wiki directory for llm-wiki-pm.
SKILL.md
0.7 KB, 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.