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.
npx claudepluginhub ignromanov/llm-obsidian-wiki --plugin llm-obsidian-wikiThis skill uses the workspace's default tool permissions.
Create new LLM Wiki vault from scratch. Single user-facing skill, invoked via `/wiki:init` slash command.
Sets up persistent Obsidian wiki vault from one-sentence description, scaffolds structure, maintains cross-references, and manages hot cache for knowledge compounding.
Bootstraps 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.
Initialize the LLM Wiki. Creates directory structure, index, log, sets up qmd collection, and runs initial ingest of all existing content from raw/, docs/, and notes/. Run once per project.
Share bugs, ideas, or general feedback.
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.sh