wiki-setup

Initialize or repair an Obsidian wiki vault with required files and configuration.

4|Updated May 9, 2026
One-click install
npx skills add https://github.com/itsmarsss/memento --skill wiki-setup-itsmarsss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki-setup
Source: https://github.com/itsmarsss/memento/tree/main/obsidian-wiki/.skills/wiki-setup
Command: npx skills add https://github.com/itsmarsss/memento --skill wiki-setup-itsmarsss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you set up (or repair) an Obsidian wiki vault so it has the right folder structure, config files, and baseline metadata to support the rest of the wiki workflow.

Core Features & Use Cases

  • Creates vault structure: Generates the correct directory layout, honoring an existing AGENTS.md “Categories” override when present.
  • Bootstraps required files: Creates index.md, log.md, hot.md, and .manifest.json at the vault root.
  • Configures Obsidian: Writes minimal .obsidian configuration files for a smooth out-of-the-box experience.
  • Guides verification and next steps: Runs a sanity checklist and provides appropriate follow-up actions based on whether the vault uses a custom ingest path.

Quick Start

Tell the AI: "Set up my Obsidian wiki from scratch at /absolute/path/to/vault and create the required folders and files."

Frequently Asked Questions about wiki-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an Obsidian wiki vault from scratch?

To initialize an Obsidian wiki vault, generate the correct directory structure, root files like index.md and log.md, and minimal .obsidian configuration. This creates a clean knowledge base ready for use in minutes.

How do I fix a broken Obsidian vault configuration?

Repairing a broken Obsidian vault involves regenerating missing root files and verifying setup completeness. The process restores the correct folder structure and .manifest.json without overwriting existing AGENTS.md configurations.

Can I customize the folder structure during vault initialization?

Yes, vault initialization honors AGENTS.md-driven category overrides. If an AGENTS.md file with a Categories override exists, the generated directory layout applies those custom folders instead of defaults.

What files are required at the root of an Obsidian wiki vault?

An Obsidian wiki vault requires index.md, log.md, hot.md, and .manifest.json at the root. It also generates .env from .env.example and writes minimal .obsidian configuration for a smooth experience.

Does vault setup overwrite existing AGENTS.md files?

No, the wiki setup process explicitly does not overwrite AGENTS.md files. It preserves existing configurations while creating the required directory structure and special root files.

What's the best way to reconfigure an existing knowledge base folder structure?

Reconfiguring a knowledge base requires rebuilding category folders and verifying setup completeness. The process regenerates .env from .env.example and provides follow-up actions based on custom ingest paths.