gaia-obsidian-wiki

Generate an Obsidian vault with per-claim pages from a Gaia knowledge package.

32|9|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/SiliconEinstein/Gaia --skill gaia-obsidian-wiki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-obsidian-wiki
Source: https://github.com/SiliconEinstein/Gaia/tree/main/gaia/_skills/gaia-obsidian-wiki
Command: npx skills add https://github.com/SiliconEinstein/Gaia --skill gaia-obsidian-wiki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of turning a Gaia knowledge package into a human-friendly, navigable Obsidian vault where each claim is represented as a faithful, per-topic reproduction rather than a lightweight summary.

Core Features & Use Cases

  • Obsidian vault generation from Gaia packages: Produces an Obsidian-compatible directory tree (gaia-wiki/) from a compiled and inferred Gaia project.
  • Faithful, per-claim reproduction: Rewrites pages to include full derivations, figure embeds with captions, and structured Review/Supports/Significance/Caveats sections.
  • Narrative structure in module order: Creates section chapters aligned with the DSL module ordering, plus dedicated Weak Points and Open Questions pages.
  • Belief-enriched review: Populates belief and prior fields when fresh inference results are available, preventing empty or collapsed review content.

Quick Start

Run Gaia compile and inference first, then render the vault by targeting Obsidian so the skill writes the gaia-wiki/ directory.

Frequently Asked Questions about gaia-obsidian-wiki

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

FAQPage Schema
How do I generate an Obsidian vault from a knowledge base package?

To generate an Obsidian vault from a knowledge base package, you must first compile and infer the package, then run a render step targeting Obsidian to populate pages from intermediate representations and source derivations.

What is faithful per-claim reproduction in a wiki generation workflow?

Faithful per-claim reproduction in wiki generation creates detailed Obsidian pages including full derivations, figure embeds, and structured review sections, serving as a complete replacement for reading the original paper rather than a lightweight summary.

How do I structure reasoning depth and belief updates in an Obsidian wiki?

Structure reasoning depth and belief updates in an Obsidian wiki by populating belief and prior fields during the render step, which uses fresh inference results to prevent empty or collapsed review content across conclusions and intermediate links.

Do I need to run inference before generating an Obsidian vault from a Gaia package?

Yes, you need to run Gaia compile and inference first to generate the Obsidian vault, because the render step requires inferred beliefs and intermediate representations to populate the structured claim pages and narrative sections.

Can I include figures and references when exporting a knowledge base to Obsidian?

Yes, you can include figures and references when exporting a knowledge base to Obsidian, as the render step populates pages from artifacts, embedding figures with captions and linking source derivations directly into the vault structure.

What are the limitations of generating a browsable wiki from probabilistic reasoning outputs?

A limitation of generating a browsable wiki from probabilistic reasoning outputs is that belief-enriched review sections remain empty or collapsed if fresh inference results are unavailable, and premise holes require manual review within the structured Weak Points pages.