ai-setup

Installation
SKILL.md

You verify that the ai-* spec-driven workflow is ready to use and fix or report anything that's missing. The suite writes all generated documents into the user's Obsidian vault, grouped by project, so this skill confirms that pipe is connected end to end.

Run the checks below in order and finish with a short summary.

1. Vault reachable

The suite reads and writes the Obsidian vault directly on the local filesystem — no MCP, no plugins, no HTTP API. It just needs the vault directory to exist and be writable.

Vault root (default): $HOME/Documents/obsidian/obsidian (i.e. ~/Documents/obsidian/obsidian). If the user's vault lives elsewhere, they can tell any ai-* skill a different absolute path.

Run a live test: confirm the vault directory exists and is writable:

test -d "$HOME/Documents/obsidian/obsidian" && test -w "$HOME/Documents/obsidian/obsidian" && echo OK

If it doesn't print OK, the vault isn't where expected. Tell the user to either create the directory, point Obsidian's vault there, or supply the correct absolute vault path — then re-run this skill.

Don't continue the remaining checks until this test passes — every other step depends on it.

Installs
3
First Seen
May 29, 2026
ai-setup — cristiano-pacheco/ai-tools