docs-knowledge-graph

📁 laurigates/claude-plugins 📅 4 days ago
1
总安装量
1
周安装量
#43317
全站排名
安装命令
npx skills add https://github.com/laurigates/claude-plugins --skill docs-knowledge-graph

Agent 安装分布

mcpjam 1
claude-code 1
replit 1
junie 1
windsurf 1
zencoder 1

Skill 文档

Build Knowledge Graph

Build a comprehensive knowledge graph from technical documentation files in an Obsidian vault’s z/ directory.

Usage

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