From docs-hub
Use when searching for documentation across projects, reading project docs, or working with the docs-hub Obsidian vault. Triggers on "find docs", "search documentation", "project docs", "docs-hub", "obsidian vault".
npx claudepluginhub m86-ai/claude-marketplace --plugin docs-hubThis skill uses the workspace's default tool permissions.
Centralized Obsidian vault at `~/Ops/docs-hub` that symlinks `docs/` directories from all projects for cross-project search and browsing.
Searches markdown notes and docs using keyword, semantic, or hybrid methods to retrieve relevant files/sections before full reads, saving 90% tokens on exploration.
Search, create, and manage notes in Obsidian vault with wikilinks and index notes. Useful for finding, creating, or organizing notes via grep/find commands.
Manages Obsidian vault structure by organizing documents into service and work-log layers, adding files with auto-categorization and metadata, processing meeting notes, running health checks, and committing via Git.
Share bugs, ideas, or general feedback.
Centralized Obsidian vault at ~/Ops/docs-hub that symlinks docs/ directories from all projects for cross-project search and browsing.
obsidian vault=docs-hub search query="<term>" # cross-project search
obsidian vault=docs-hub search:context query="<term>" # search with matching lines
obsidian vault=docs-hub read path="<project>/file.md" # read a doc
obsidian vault=docs-hub files # list all files
obsidian vault=docs-hub files total # count files
Symlinks grouped by root directory:
One/ — ~/One/docsWorkbench/<project>/ — ~/Workbench/<project>/docsLab/<project>/ — ~/Lab/<project>/docs~/Ops is not scanned — it hosts the vault directly.
/docs-hub-setup — Initial setup (vault creation, sync, scheduler install)/docs-hub-sync — Manual sync refresh_index.md is auto-generated — do not editsearch:context over search when you need matching contentvault=docs-hub (not positional vault name)