obsidian-generate-vault

Generate a complete Obsidian vault structured as a second brain for software engineers. Use when the user asks to create, scaffold, or set up an Obsidian vault, note-taking system, second brain, or personal knowledge management (PKM) workspace. Copies a pre-built vault with numbered folders, templates (Templater syntax), and convention docs — ready to open in Obsidian.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "obsidian-generate-vault" with this command: npx skills add moontory/skills/moontory-skills-obsidian-generate-vault

Obsidian Vault Generator

Generate a full Obsidian vault by copying a pre-built assets folder to the user's chosen location. The vault follows a PARA + Zettelkasten hybrid layout with Templater-based templates.

Step 1 — Ask the user

Before creating anything, confirm:

  1. Vault path — where to create it (e.g. ~/Documents/WorkVault).
  2. Vault name — display name for the Home page heading (defaults to the folder name from the path).

Step 2 — Copy assets and personalize

  1. Resolve the vault path (expand ~ if needed).
  2. Create the target directory if it doesn't exist: mkdir -p <vault-path>.
  3. Copy the entire assets folder contents into the vault path:
    cp -r <skill-dir>/assets/. <vault-path>/
    
    Where <skill-dir> is the directory containing this SKILL.md file.
  4. Replace the {{VAULT_NAME}} placeholder in Home.md with the user's vault name:
    sed -i '' "s/{{VAULT_NAME}}/<vault-name>/g" <vault-path>/Home.md
    

Step 3 — Report

Print a summary including:

  • Vault path created
  • Number of folders (expect ~12)
  • Number of files (expect ~22)
  • Number of templates (9)

Then remind the user:

  • Open the vault root folder in Obsidian
  • Install recommended community plugins: Templater, Dataview, Calendar
  • Configure Templater to use 99-System/Templates/ as the template folder location
  • The vault does not include .obsidian/ configuration — Obsidian will create defaults on first open

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

Repository SourceNeeds Review
84.3K94.2Kanthropics
Research

slack-gif-creator

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

Repository Source
12K94.2Kanthropics
Research

research

No summary provided by upstream source.

Repository SourceNeeds Review
Research

variant-analysis

No summary provided by upstream source.

Repository SourceNeeds Review