Now installable as a Claude Code plugin and listed in its own marketplace.
New
.claude-plugin/plugin.json+.claude-plugin/marketplace.jsonso the repo works withclaude plugin marketplace add/claude plugin installLICENSE(MIT) andCITATION.cffwith references to Karpathy and Rohit v2 gists- Polished README: badges, pitch, comparison table vs other LLM Wiki implementations, target-user guidance, credits, design notes mapping coverage vs Karpathy original and Rohit v2
Install
claude plugin marketplace add anh-chu/llm-wiki-pm
claude plugin install llm-wiki-pm@anh-chu-pluginsOr symlink a clone:
git clone https://github.com/anh-chu/llm-wiki-pm ~/llm-wiki-pm
mkdir -p ~/.claude/skills
ln -s ~/llm-wiki-pm/skills/llm-wiki-pm ~/.claude/skills/llm-wiki-pmBreaking for clone users
The skill moved from repo root to skills/llm-wiki-pm/. Script paths updated:
- Old:
~/llm-wiki-pm/scripts/scaffold.py - New:
~/llm-wiki-pm/skills/llm-wiki-pm/scripts/scaffold.py
Update your symlinks and any script wrappers accordingly.