Wiki banner
AgriciDaniel AgriciDaniel

Wiki

Documentation community

Description

--- description: Bootstrap or check the claude-obsidian wiki vault. Reads the wiki skill and runs setup workflow. --- 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 ON

Installation

Installs to ~/.claude/skills/agricidaniel-claude-obsidian-wiki/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agricidaniel-claude-obsidian-wiki && curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/HEAD/commands/wiki.md -o ~/.claude/skills/agricidaniel-claude-obsidian-wiki/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository