vault-structure

Execute advanced Git workflows including rebasing, cherry-picking, bisecting, and worktrees.

7|1|Updated Jul 12, 2026
One-click install
npx skills add https://github.com/julianobarbosa/claude-code-skills --skill vault-structure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vault-structure
Source: https://github.com/julianobarbosa/claude-code-skills/tree/main/skills/obsidian-skill/references/vault-structure.md
Command: npx skills add https://github.com/julianobarbosa/claude-code-skills --skill vault-structure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This reference documents a robust Obsidian vault layout with common folders, configuration files, and best practices for team collaboration.

Core Features & Use Cases

  • Vault layout guidance for notes, attachments, templates, and .obsidian config.
  • Guidelines for core config files like app.json, workspace.json, and templates.
  • Collaboration-friendly structures for teams.

Quick Start

Create a new vault with a standard folder layout and a minimal .obsidian folder.

Frequently Asked Questions about vault-structure

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

FAQPage Schema
How do I structure an Obsidian vault for team collaboration?

Obsidian vault structure should include dedicated folders for notes, attachments, and templates, plus a .obsidian config directory. Organize by project or topic, use consistent naming conventions, and version-control core config files like app.json and workspace.json to keep team setups synchronized.

What's the best practice layout for Obsidian templates and configuration files?

Store templates in a dedicated templates folder within your vault, and manage core configs (app.json, workspace.json) in the .obsidian directory. This separation makes templates reusable across notes and keeps configuration changes trackable for team environments.

Can I use Obsidian vault templates across multiple workspaces?

Yes. Templates stored in a standard vault structure can be referenced and reused across workspaces by maintaining consistent folder paths and exporting template configurations. Team collaboration benefits when template folders and workspace.json settings are shared via version control.

What folder structure should I use for managing attachments in Obsidian?

Designate a dedicated attachments folder within your vault root to centralize media assets. Reference this folder consistently in your app.json configuration so all notes link to attachments predictably, reducing broken links and improving collaboration.

How do I configure Obsidian for team-friendly note organization?

Use a shared vault layout with clear folders for notes by category or project, standardized templates for consistency, and checked-in .obsidian config files. Document folder purpose and naming rules so team members follow the same structure.