Build comprehensive knowledge graph from Obsidian vault documentation
Scanned 2/12/2026
Install via CLI
openskills install laurigates/claude-plugins---
model: opus
created: 2025-12-16
modified: 2025-12-16
reviewed: 2025-12-16
allowed-tools: Read, Glob, Task, TodoWrite
argument-hint: [vault-directory]
description: Build comprehensive knowledge graph from Obsidian vault documentation
name: docs-knowledge-graph
---
# Build Knowledge Graph
Build a comprehensive knowledge graph from technical documentation files in an Obsidian vault's z/ directory.
## Usage
```bash
claude build-knowledge-graph
```
## What it does
This command systematically processes all files in the z/ directory of your current Obsidian vault and commits their summaries and relationships to the memory system using the memory-keeper agent. It:
1. **Scans** all documentation files in the z/ directory
2. **Processes** them in logical groups (AI/Automation, Infrastructure, DevOps, Security, etc.)
3. **Extracts** key entities, relationships, and technical specifications
4. **Builds** a comprehensive knowledge graph for semantic search and pattern recognition
5. **Preserves** architectural decisions, integration points, and operational context
## Output
- Complete knowledge graph stored in memory with group_id "technical-docs"
- Rich entity relationships for cross-referencing technologies and projects
- Enables intelligent queries about system dependencies and technical patterns
## Requirements
- Must be run from an Obsidian vault directory containing a z/ subdirectory
- Memory-keeper agent must be available
- Files should be technical documentation in Markdown format
## Example Use Cases
- Building institutional knowledge from years of technical documentation
- Creating searchable relationships between projects and technologies
- Preserving architectural decisions and their rationale
- Enabling intelligent queries about system dependencies
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and