/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'.
$ npx -y skills add Oshayr/LLM-Wiki --skill view --agent claude-codeHow 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
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.mdname: 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
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
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.
Other skills on llm-wiki.
- /maintain
Wiki maintenance — lint broken links, merge near-duplicates, upgrade confidence, flag stale pages via freshness tiers, gap analysis, concept synthesis. Use on: 'wiki maintenance', 'wiki cleanup', 'fix wiki', 'wiki health', 'check wiki', 'consolidate wiki'.
Open skill - /read
Search and query the wiki — get cited answers, with automatic research when knowledge is missing. Three depth modes. Use when: 'check wiki', 'what do we know about', 'look up', 'find in wiki', 'search wiki', 'search for', 'find information about', 'do we have notes on', 'wiki
Open skill - /serve
Start the wiki web server — browsable Wikipedia-style UI with live research, split-pane editor, AI assist, and themes. Manual trigger only: /wiki-serve, 'start wiki server', 'browse the wiki'.
Open skill - /write
Add or update wiki content — autonomous ingest from URL, file, or text; autonomous update of existing pages. Auto-creates .wiki/ on first use. Use when: 'save to wiki', 'remember this', 'note this', 'store this', 'add to knowledge base', 'save findings', 'save research', 'save
Open skill

