Skip to content

/view

Wiki dashboard — browse pages, view stats, knowledge graph, export. Use on: 'wiki dashboard', 'wiki stats', 'show wiki', 'wiki pages', 'list wiki', 'wiki graph', 'export wiki', 'wiki overview'.

From plugin
515 skills10 agents
shell
$ npx -y skills add Oshayr/LLM-Wiki --skill view --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/view
How auto-invocation works

Context preview

The summary Claude sees to decide when to auto-load this skill.

Wiki dashboard — browse pages, view stats, knowledge graph, export. Use on: 'wiki dashboard', 'wiki stats', 'show wiki', 'wiki pages', 'list wiki', 'wiki graph', 'export wiki', 'wiki overview'.

SKILL.md

view.SKILL.md
name: wiki-view
description: "Wiki dashboard — browse pages, view stats, knowledge graph, export. Use on: 'wiki dashboard', 'wiki stats', 'show wiki', 'wiki pages', 'list wiki', 'wiki graph', 'export wiki', 'wiki overview'."

Wiki View

Dashboard, graph visualization, stats, and export for the wiki.

Resolve `.wiki/` from plugin install scope. If not found, say "No wiki found."

Arguments

  • **`/wiki-view`** — dashboard summary (page count, recent activity, top topics)
  • **`/wiki-view pages`** — list all pages grouped by type
  • **`/wiki-view stats`** — detailed statistics (page count, links, confidence distribution, stale %)
  • **`/wiki-view graph`** — knowledge graph visualization (Mermaid diagram)
  • **`/wiki-view graph <slug>`** — graph centered on a specific page (2-hop neighborhood)
  • **`/wiki-view export html`** — export entire wiki as single HTML file
  • **`/wiki-view export md`** — export as single markdown bundle
  • **`/wiki-view export json`** — export as JSON knowledge graph (nodes + edges)
  • **`/wiki-view artifacts <type>`** — generate study guide, timeline, glossary, or comparison table

Dashboard

Read `.wiki/index.md`, `.wiki/log.md`, `.wiki/overview.md`:

  • Page count and breakdown by type
  • Last 5 activity log entries
  • Current open questions from overview.md
  • Confidence distribution (high/medium/low)

Graph

Read all pages, extract `[[wiki-links]]` and `related:` fields:

  • Generate Mermaid flowchart showing page connections
  • Color by type (concept=blue, entity=green, source=gray, idea=yellow)
  • Highlight orphans (no incoming links) in red
  • For `--slug`: show only 2-hop neighborhood of that page

Export

  • **HTML**: Render all pages through markdown → styled single HTML document
  • **Markdown**: Concatenate all pages with `---` separators
  • **JSON**: `{"nodes": [...], "edges": [...]}` knowledge graph format

Artifacts

Generate derivative documents from wiki content:

  • **`/wiki-view artifacts study-guide <topic>`** — structured study guide from topic cluster
  • **`/wiki-view artifacts timeline <topic>`** — chronological timeline of events/developments
  • **`/wiki-view artifacts glossary`** — terms and definitions from all pages
  • **`/wiki-view artifacts compare <slug1> <slug2>`** — side-by-side comparison table
Read more
Read it on GitHub ↗
Ships withllm-wiki

An autonomous knowledge base that grows as you work. LLM Wiki is a Claude Code plugin that captures research, ideas, and decisions into an interlinked wiki with semantic search, automatic research, and a Wikipedia-style web UI.

Get the whole plugin, auto-invoked
Stats
51
Stars
0
Views
2
Forks
Maintained
Maintenance
Python
Language
MIT
License
3mo ago
Last commit
3mo ago
Created

Repo: Oshayr/LLM-Wiki