Skip to content

v1.1.0 — Claude Code plugin support

Latest

Choose a tag to compare

@anh-chu anh-chu released this 18 Apr 10:45
· 79 commits to main since this release

Now installable as a Claude Code plugin and listed in its own marketplace.

New

  • .claude-plugin/plugin.json + .claude-plugin/marketplace.json so the repo works with claude plugin marketplace add / claude plugin install
  • LICENSE (MIT) and CITATION.cff with 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-plugins

Or 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-pm

Breaking 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.