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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/docs-hub:docs-hubThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Centralized Obsidian vault at `~/Ops/docs-hub` that symlinks `docs/` directories from all projects for cross-project search and browsing.
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)npx claudepluginhub m86-ai/claude-marketplace --plugin docs-hubSearches markdown knowledge bases via GitMark CLI (FTS5 BM25 + trigram/fuzzy matching). Use to find where something is documented instead of random file reads.
Searches, creates, and organizes Obsidian notes using wikilinks and index notes for a flat vault structure.
Searches, creates, and organizes notes in an Obsidian vault. Uses wikilinks and index notes. Relevant when managing a personal knowledge base or research notes.