agentsclimarketplace

Init

Skill tuan3w/obsidian-vault-agent/skills/init

Initialize an Obsidian vault with the agent-ready Zettelkasten system — creates directory structure, templates, CLAUDE.md, MCP config, and hooksFrom its SKILL.md

Install
npx -y skills add tuan3w/obsidian-vault-agent --skill init

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 2 commands, including `bash "${CLAUDE_SKILL_DIR}/scripts/init-vault.sh"` and 1 more.

SKILL.md

1.3 KB, 274 tokens by cl100k_base, as published. Nobody here has run it

/init — Scaffold an Agent-Ready Obsidian Vault

Run the init script to scaffold a complete vault in the current directory:

bash "${CLAUDE_SKILL_DIR}/scripts/init-vault.sh"

If CLAUDE.md already exists and the user wants to overwrite:

bash "${CLAUDE_SKILL_DIR}/scripts/init-vault.sh" --force

The script handles everything: directories, templates, CLAUDE.md, .mcp.json, hooks, .gitignore, example notes, and git init.

After the script completes, tell the user:

Vault initialized! Next steps:

1. Open this folder in Obsidian
2. Install recommended community plugins:
   - Dataview (recommended — powers Spaces dashboards)
   - Obsidian Linter (recommended — auto-formatting)

3. In Obsidian Settings → Core Plugins → Templates:
   - Set "Template folder location" to "templates"

4. Start using the vault:
   - /process  — Process a source note (try the example post!)
   - /recall   — Review session with spaced repetition
   - /synthesize — Cross-domain synthesis
   - /research — Research a new topic
   - /youtube  — Create notes from a YouTube video

$ARGUMENTS

What ships with it: 29 files

25.4 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.