init

Scaffold a complete LLM Wiki vault with directory structure, config, and templates.

20|2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/ignromanov/llm-obsidian-wiki --skill init-ignromanov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: init
Source: https://github.com/ignromanov/llm-obsidian-wiki/tree/main/skills/init
Command: npx skills add https://github.com/ignromanov/llm-obsidian-wiki --skill init-ignromanov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill should be used when a user wants to create a new LLM Wiki vault, initialize a knowledge base from scratch, set up a wiki project, or bootstrap a compounding knowledge base.

Core Features & Use Cases

  • Interactive wizard that scaffolds a complete LLM Wiki vault: directory structure, schema, config, and git repo. The vault follows a three-layer pattern: raw/ (immutable sources) -> wiki/ (LLM-maintained pages) -> CLAUDE.md (schema).
  • Generates key files and starter templates, including CLAUDE.md, wiki.config.md, index.md, log.md, and Obsidian config, plus a ready-to-run .gitignore and initial Git setup.
  • Triggers on natural-language prompts like "create wiki", "new vault", or "init wiki" to bootstrap a project and seed a compounding knowledge base.

Quick Start

Run the Init wizard and answer the five prompts to scaffold your new LLM Wiki vault.

Frequently Asked Questions about init

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

FAQPage Schema
How do I initialize a knowledge base from scratch for my projects?

To initialize a knowledge base from scratch, you can use a scaffolding wizard to automate the creation of your vault structure, configuration, and starter templates. This sets up a complete LLM Wiki vault with reproducible configuration.

What is the three-layer architecture used in an LLM Wiki vault?

The three-layer architecture in an LLM Wiki vault separates knowledge into immutable raw sources, LLM-maintained wiki pages, and a CLAUDE.md schema. This structure ensures clear data provenance and organized template-driven file generation.

Can I use Obsidian to manage a templated wiki project with YAML frontmatter?

Yes, you can manage a templated wiki project with Obsidian. The scaffolding process generates Obsidian configuration files and enforces YAML frontmatter conventions across your wiki pages for seamless local editing.

What files and configurations are generated when I bootstrap a new wiki vault?

When you bootstrap a new wiki vault, the process generates CLAUDE.md, wiki.config.md, index.md, log.md, and Obsidian configurations. It also includes a ready-to-run .gitignore and initial Git setup for immediate version control.

Does scaffolding a wiki vault require manual directory setup or Git initialization?

Scaffolding a wiki vault does not require manual directory setup or Git initialization. The automated wizard handles the complete directory structure, schema configuration, and initial Git repository setup based on five interactive prompts.