From llm-wiki
Update the llm-wiki plugin repo (git pull), re-run setup, and sanity-check vault config against the new version.
npx claudepluginhub skinnnyjay/wiki-llm --plugin llm-wikiThis skill uses the workspace's default tool permissions.
Update the **wiki-llm** plugin checkout (this repository), re-run **`./setup`** if present, and verify the user’s **`llm-wiki/config.json`** still matches the template schema expectations. **No telemetry**.
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Update the wiki-llm plugin checkout (this repository), re-run ./setup if present, and verify the user’s llm-wiki/config.json still matches the template schema expectations. No telemetry.
bin/llm-wiki, scripts/llm_wiki.py, .claude-plugin/plugin.json). If they only have a vault, tell them to git pull in the plugin clone they use for development.git status
git pull --ff-only
If merge conflicts or non-ff: stop and ask the user to resolve manually.
If ./setup exists and is executable:
chmod +x ./setup
./setup
This refreshes agent-specific hints (Cursor rules, etc.) per the repo root setup script.
Show recent changes:
git log -1 --oneline
# Optional: head CHANGELOG.md
python3 scripts/llm_wiki.py --help or bin/llm-wiki validate from repo root with --vault /path/to/llm-wiki if the user has a vault nearby.templates/llm-wiki/config.json gained new keys, suggest merging defaults into the user vault’s config.json (do not overwrite without confirmation).origin (or user knows why not)../setup ran without fatal errors, or user skipped with reason recorded.llm-wiki setup / wiki-setup for vault-only changes.Reads: git history, CHANGELOG.md, optional llm-wiki/config.json. Writes: none except user-edited files from setup.
llm-wiki check and python3 -m compileall scripts (optional syntax check).