From knowledge-graph
Re-indexes the Obsidian vault knowledge graph (full if new, incremental otherwise) and reports stats on nodes indexed, edges, communities detected, stubs created.
How this command is triggered — by the user, by Claude, or both
Slash command
/knowledge-graph:kg-indexThe summary Claude sees in its command listing — used to decide when to auto-load this command
Re-index the knowledge graph by calling the `kg_index` MCP tool. Report the indexing stats (nodes indexed, edges, communities detected, stubs created) when complete. If the index has never been built, this will do a full index. Otherwise it's incremental — only changed files are reprocessed.
Re-index the knowledge graph by calling the kg_index MCP tool. Report the indexing stats (nodes indexed, edges, communities detected, stubs created) when complete.
If the index has never been built, this will do a full index. Otherwise it's incremental — only changed files are reprocessed.
npx claudepluginhub obra/knowledge-graph/second-brain-mappingExtracts structured metadata from all files in a vault, surfaces cross-document insights, and optionally builds a knowledge graph.
/knowledge-managerIngests, processes, and stores knowledge into Obsidian vaults via single-agent 7-phase pipeline: data ingest, compile to wiki, lint, GraphRAG, reorganization modes.
/kb-indexRefreshes the auto-generated index block in 02-Index.md of an Obsidian knowledge base, preserving all curated content intact.
/brainLoads relevant notes from your Obsidian vault matching the topic into conversation context. Lists found notes and answers using their content.
/syncForces a full sync of the current Obsidian vault: validates frontmatter, normalizes tags, updates _INDEX.md, and detects orphan notes.
/graphifyBuilds, queries, and inspects a project knowledge graph stored in .planning/graphs/. Supports build, query, status, and diff subcommands.