review-wiki-setup

Create the ~/.codex/reviewWiki link and bootstrap Obsidian wiki planning structures.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SeoJaeWan/try-claude-code --skill review-wiki-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-wiki-setup
Source: https://github.com/SeoJaeWan/try-claude-code/tree/main/.codex/skills/review-wiki-setup
Command: npx skills add https://github.com/SeoJaeWan/try-claude-code --skill review-wiki-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Establishes a stable link from the Obsidian review wiki to the local Codex workspace and bootstraps the necessary planning structures.

Core Features & Use Cases

  • Create or verify the ~/.codex/reviewWiki link to the external Obsidian vault.
  • Bootstrap the required wiki layout (raw/, wiki/, wiki/core/, wiki/patterns/, wiki/_meta/) and seed core planning documents.
  • Prepare and validate the workspace planning root at ./.codex/review-wiki/sync/current as a live link with a manifest for freshness checks.
  • Provide platform-specific scripts (Windows, macOS/Linux) for link creation and planning-root preparation.

Quick Start

Run the appropriate stage-review-wiki script to create or verify the link and bootstrap the planning workspace.

Frequently Asked Questions about review-wiki-setup

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

FAQPage Schema
How do I link my Obsidian vault to a local Codex workspace?

To link an Obsidian vault to a local Codex workspace, you need to create a stable connection and bootstrap planning structures. This process establishes the ~/.codex/reviewWiki link, seeds required directories, and prepares the workspace planning root.

How do I bootstrap a review wiki planning workspace from scratch?

Bootstrapping a review wiki workspace involves creating the necessary directory layout and seeding core planning documents. The setup creates directories like raw/, wiki/core/, and wiki/patterns/, while preparing a live planning root link at ./.codex/review-wiki/sync/current.

Does the review wiki setup work on both Windows and macOS?

Yes, the review wiki setup supports both Windows and macOS/Linux environments. It provides platform-specific scripts to handle link creation and planning-root preparation, enforcing the correct platform-specific steps for your operating system.

What is a review wiki manifest and how does it track workspace freshness?

A review wiki manifest is a tracking file written during setup to monitor workspace freshness and destination alignment. It validates the paths and ensures the live link to the planning root remains current and correctly aligned with the vault.

Why is my review wiki link missing during initial workspace setup?

A review wiki link goes missing when the initial setup has not been executed or the connection was disrupted. Running the stage-review-wiki script verifies existing paths, creates the ~/.codex/reviewWiki link, and bootstraps the required layout.

Can I use this setup to seed core planning documents into an existing vault?

Yes, you can seed core planning documents into an existing vault during setup. The bootstrap process creates the required wiki layout including wiki/_meta/ and seeds the necessary core planning documents directly into the connected Obsidian vault.