wiki

Scaffold and operate a persistent Obsidian wiki knowledge base from natural-language intents.

10.6k|1.2k|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/AgriciDaniel/claude-obsidian --skill wiki-agricidaniel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wiki
Source: https://github.com/AgriciDaniel/claude-obsidian/tree/main/skills/wiki
Command: npx skills add https://github.com/AgriciDaniel/claude-obsidian --skill wiki-agricidaniel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill turns ad-hoc Q&A into a growing, persistent knowledge base in your Obsidian vault so that answers improve over time as sources are ingested and cross-referenced.

Core Features & Use Cases

  • Scaffold a structured wiki vault: Creates a complete folder hierarchy, templates, and core meta pages like index.md, log.md, hot.md, and overview.md from your one-sentence vault purpose.
  • Route wiki operations to specialized sub-skills: Handles setup, ingest, query, lint/health checks, save/file actions, autoresearch loops, and canvas workflows through consistent routing.
  • Maintain a hot cache for low-latency context: Updates wiki/hot.md after major operations (and keeps it under ~500 words) so future questions can reuse recent context without crawling the whole vault.

Quick Start

Ask your AI: set up wiki for my second brain in Obsidian using a persistent knowledge base.

Frequently Asked Questions about wiki

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

FAQPage Schema
How do I build a persistent knowledge base in Obsidian from natural language?

A persistent Obsidian knowledge base is built by scaffolding a structured folder hierarchy with core meta pages like index.md and log.md from your one-sentence vault purpose. It routes natural-language intents to specialized sub-skills for setup, ingest, and query operations.

What is a hot cache and how does it improve Obsidian wiki queries?

The hot cache improves wiki queries by storing recent context in a hot.md file, kept under 500 words. This allows future questions to reuse recent context without crawling the whole vault, significantly reducing latency for follow-up interactions.

Does this knowledge management Skill require any external dependencies?

No external dependencies are required to use this knowledge management Skill. It operates entirely within your environment by scaffolding the necessary Obsidian vault structure, templates, and YAML-frontmatter entrypoints using deterministic routing to sub-skills.

Can I automatically ingest sources and cross-reference notes in my second brain?

You can automatically ingest sources and cross-reference notes in your second brain using the autoresearch and ingest sub-skills. This ensures your ad-hoc Q&A grows into a persistent knowledge base where answers improve over time as sources are ingested.

How do I run a health check on my Obsidian vault structure?

To run a health check on your Obsidian vault structure, route a lint or health check request to the Skill. It evaluates your wiki conventions, verifying wiki/index.md as the master catalog and wiki/log.md as append-only history.