From llm-wiki
Answers questions using llm-wiki/wiki pages with citations. Use when the user asks about vault content or synthesized knowledge.
npx claudepluginhub skinnnyjay/wiki-llm --plugin llm-wikiThis skill is limited to using the following tools:
Answer questions **from curated wiki pages** with **inline citations** to `wiki/` paths. Use when the user wants facts, summaries, or navigation help inside the vault (not when they need new research from the web).
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.
Answer questions from curated wiki pages with inline citations to wiki/ paths. Use when the user wants facts, summaries, or navigation help inside the vault (not when they need new research from the web).
llm-wiki/config.json exists (vault root). If missing, offer wiki-setup.wiki/index.md to orient; open the most relevant wiki/**/*.md files for the question.config.json for mcp.search_backend (fts5 / grep / chromadb / hybrid) and knowledge_graph.enabled to decide which tools to use. hybrid needs Chroma installed; if unsure, read wiki_status / skills/references/mcp-and-kg.md for fallbacks.Search backend API, KG CLI, and Python examples:
skills/references/mcp-and-kg.md
wiki/index.md.memory.enabled is true, optionally run llm-wiki memory recall "<terms>" for past session notes under raw/memory/ before giving up.wiki_search only when shell access is unavailable.If knowledge_graph.enabled is true, run llm-wiki kg query "<entity>" for structured relationships — see reference § "CLI quick reference".
`wiki/topics/foo.md` or [[Topic]] when listing sources.wiki/ page (linked from the index) or under outputs/ as a draft to verify before promoting to wiki.wiki/ content, with at least one citation per non-obvious claim.wiki/index.md and wiki/log.md are updated when appropriate.| Reads | Writes |
|---|---|
wiki/index.md, wiki/**/*.md | Optional new wiki/**/*.md or outputs/**/*.md |
Downstream: wiki-maintainer if many pages change; wiki-lint for a health pass.
raw/ without full research orchestration.raw/.raw/memory/ when enabled.llm-wiki validate from the vault root.wiki/.Optional: skills/references/context-persona.md; vault display name: persona.name in llm-wiki/config.json (default Gennie).