From llm-obsidian-wiki
Bootstraps new LLM Wiki vault by creating dir tree, seeding wiki.config.md, CLAUDE.md, hot.md, .gitignore. Invoke via /wiki:init for fresh setups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/llm-obsidian-wiki:initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create new LLM Wiki vault from scratch. Single user-facing skill, invoked via `/wiki:init` slash command.
Create new LLM Wiki vault from scratch. Single user-facing skill, invoked via /wiki:init slash command.
/wiki:init (slash command — only entry point)vault_name (kebab-case slug, used in Obsidian CLI)vault_path (absolute path on disk)$vault_path/
├── wiki.config.md # schema_version: 0.4.0
├── CLAUDE.md # split into ingest / query / schema parts
├── .gitignore
└── wiki/
├── index.md
├── hot.md
├── _drafts/.gitkeep
├── contradictions/.gitkeep
├── _logs/.gitkeep
├── concepts/
├── decisions/
├── comparisons/
├── synthesis/
├── sources/
└── open-questions/
${CLAUDE_PLUGIN_ROOT}/scripts/init-vault.sh --name $vault_name --path $vault_path.Vault scaffolded at $vault_path
Quick start:
- Add Obsidian vault: open $vault_path in Obsidian
- First research: invoke wiki-researcher with "research <topic>"
- First capture: drag a URL/PDF and say "save this"
- Status anytime: /wiki:status
wiki.config.md has schema_version: 0.4.0 and required fieldswiki/hot.md is empty rolling cache templateumask 077 honored (no world-readable files)${CLAUDE_PLUGIN_ROOT}/scripts/init-vault.shnpx claudepluginhub ignromanov/llm-obsidian-wiki --plugin llm-obsidian-wikiBootstraps a structured LLM-maintained personal wiki at a user-specified path for knowledge domains like research, codebases, notes, or analysis, with schema, flat pages, and citation rules.
Scaffolds an agent-ready Obsidian Zettelkasten vault with directories, templates, CLAUDE.md, MCP config, and git init.
Sets up and maintains a persistent Obsidian wiki vault as composable knowledge base. Scaffolds structure, manages cross-references, and provides a hot cache for cross-session context.