From claude-obsidian
Bootstraps or checks an Obsidian wiki vault for Claude Code. Reads the wiki skill, runs setup workflow, scaffolds vault structure, and resumes ingestion if already configured.
How this command is triggered — by the user, by Claude, or both
Slash command
/claude-obsidian:wikiThe summary Claude sees in its command listing — used to decide when to auto-load this command
Read the `wiki` skill. Then run the setup workflow: 1. Check if Obsidian is installed. If not, offer to install it (see `skills/wiki/references/plugins.md`). 2. Check if this directory has a vault (look for `.obsidian/` folder). If yes, report current vault state. 3. Check if the MCP server is configured (`claude mcp list`). If not, ask if the user wants to set it up. 4. Ask ONE question: "What is this vault for?" Then build the entire wiki structure based on the answer. Don't ask more questions. Scaffold it, show what was created, and ask: "Want to adjust anything before we start?" Exam...
Read the wiki skill. Then run the setup workflow:
skills/wiki/references/plugins.md)..obsidian/ folder). If yes, report current vault state.claude mcp list). If not, ask if the user wants to set it up.Then build the entire wiki structure based on the answer. Don't ask more questions. Scaffold it, show what was created, and ask: "Want to adjust anything before we start?"
Examples of what the user might say:
If the vault is already set up, skip to checking what has been ingested recently and offering to continue where things left off.
npx claudepluginhub byrider/claude-obsidian33plugins reuse this command
First indexed Apr 7, 2026
Showing the 6 earliest of 33 plugins
/wikiBootstraps or checks an Obsidian wiki vault for Claude Code. Reads the wiki skill, runs setup workflow, scaffolds vault structure, and resumes ingestion if already configured.
/initScaffolds a new Obsidian vault from scratch following the obsidian-master-kit pattern (4 areas, CLAUDE.md, _INDEX.md, MOCs, templates). Conducts a short interview in pt-br.
/initInitializes Obsidian vault by creating ~/.claude/obsidian-vault.json config file and standard folder structure for projects, technologies, claude-code components, notes, and auto-captures. Supports --check and --vault <path> flags.
/vault-bridgeManages an Obsidian vault as a compiled knowledge base — ingests sources, compiles into wiki pages, and supports querying, linting, and evolving the knowledge base.
/knowledge-manager-setupGuides users through initial setup of a Knowledge Manager note-taking system, detecting Obsidian usage and creating a structured vault.