obsidian-project-bootstrap

Scan repository binding status and create a compact Obsidian vault structure.

13|1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/debug-zhuweijian/ai-research-toolkit --skill obsidian-project-bootstrap-debug-zhuweijian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-project-bootstrap
Source: https://github.com/debug-zhuweijian/ai-research-toolkit/tree/main/modules/05-knowledge/skills/obsidian-project-bootstrap
Command: npx skills add https://github.com/debug-zhuweijian/ai-research-toolkit --skill obsidian-project-bootstrap-debug-zhuweijian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bootstrap an Obsidian knowledge base for a repository to quickly establish a structured research vault, templates, and initial hub/plan notes.

Core Features & Use Cases

  • Preflight binding check to determine if the repository already has an Obsidian binding.
  • Bootstrap process that creates a minimal vault structure under a compact .claude/project-memory footprint and standard Research/ layout.
  • Rebuild or start fresh for new projects, then generate essential notes like Hub, Plan, and Knowledge folders, with optional references material.

Quick Start

Run the bootstrap to initialize the repository's Obsidian vault and templates.

Frequently Asked Questions about obsidian-project-bootstrap

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

FAQPage Schema
How do I set up an Obsidian vault for an existing code repository?

To set up an Obsidian vault for an existing repository, this Skill scans your project's binding status and creates a compact vault structure. It generates a standard Research layout excluding heavy artifacts, establishing a structured knowledge base for your code.

What files are created when bootstrapping an Obsidian research project?

Bootstrapping an Obsidian research project creates minimum artifacts including a .claude/project-memory/registry.yaml file and a Research/{project-slug}/00-Hub.md note. It also generates essential Plan and Knowledge folders with optional reference materials.

Can I rebind a repository to a new Obsidian knowledge base if one already exists?

Yes, you can rebind an existing repository with Markdown and code to a new Obsidian knowledge base. The Skill performs a preflight binding check to determine if a repository already has an Obsidian binding before rebuilding or starting fresh.

Does the vault bootstrap process include reference materials from my project?

Yes, the vault bootstrap process can incorporate optional reference materials from the references/ directory. This ensures your generated Hub, Plan, and Knowledge folders are populated with relevant context from your existing project documentation.

Why does the Obsidian vault setup exclude heavy artifacts from the repository?

The Obsidian vault setup excludes heavy artifacts to maintain a compact .claude/project-memory footprint. This ensures your knowledge base remains lightweight and focused on Markdown content rather than bloating with large binary or generated files from your repository.