AI Agent Hub
Back to plugins
🤖

llm-wiki-sidebar

Model Inference Updated 2026.09.06

Run the following command in DeepSeek Harness:

dsh plugin install ApeInCodeMountain/llm-wiki-sidebar

Paste the following prompt into your AI chat to install this plugin:

Install the plugin by running dsh plugin install ApeInCodeMountain/llm-wiki-sidebar in the DeepSeek Harness terminal; the source code is available at https://github.com/ApeInCodeMountain/llm-wiki-sidebar. Restart DSH and hard-refresh your browser after installation.

About this plugin

The knowledge bases LLMs tend to generate are scattered Markdown files in a workspace — pages cross-linked with [[wikilinks]], annotated with frontmatter for provenance and quality, yet lacking a sidebar-level surface for browsing, navigation, and health-checking. llm-wiki-sidebar brings that Karpathy-style interlinked wiki directly into the DSH sidebar: a sectioned catalog (entities, concepts, comparisons, queries), native Markdown rendering with Mermaid, KaTeX, and shiki, and — in preview mode — fully clickable [[wikilinks]], provenance markers, and in-site relative links. Safety is built in: the plugin only decorates the rendered DOM and never rewrites fp.content, so every edit-and-save cycle stays byte-identical. On the quality side, a 12-check linter covers broken links, orphan pages, index completeness, frontmatter validation, stale pages, sha256 source drift, tag taxonomy, and more, grouped by severity with error and warn counts surfaced as a tab badge; the same rules also ship as a CLI script. The plugin bundles the llm-wiki agent skill so a single prompt can initialize the wiki, ingest sources, and drive day-to-day maintenance — the skill installs and uninstalls as one unit with the plugin.

It is aimed at developers and teams who maintain a growing interlinked knowledge base with LLM assistance inside their DSH workflow: instead of juggling file editors, you search, jump, edit, and lint right in the sidebar while the agent handles ingestion and upkeep in the background.

Use Cases

  • Browse, search, and navigate an LLM-generated interlinked wiki catalog inside the DSH sidebar
  • Run 12 quality checks to locate broken links, orphan pages, missing frontmatter, and source drift
  • Initialize a wiki, ingest sources, and drive daily maintenance with a single llm-wiki skill prompt

Best For

  • Developers who build and maintain interlinked knowledge bases with LLM assistance
  • Teams that need in-sidebar wiki navigation, editing, and linting
  • DSH users who want knowledge-base quality checks woven into their daily workflow