Setup Vault Types banner
adelaidasofia adelaidasofia

Setup Vault Types

Development community

Description

--- description: "Configure which document types your vault uses (journals, books, meetings, clients, etc.) and scaffold extractors" --- The user typed `/setup-vault-types`. Invoke the `setup-vault-types` skill via the Skill tool, forwarding any arguments the user provided after the slash command. If `setup-vault-types` is not in the available-skills list, tell the user the skill isn't installed and suggest running `bash ~/.claude/skills/ai-brain-starter/bootstrap.sh` to install it.

Installation

Installs to ~/.claude/skills/adelaidasofia-ai-brain-starter-setup-vault-types/SKILL.md

Terminal
mkdir -p ~/.claude/skills/adelaidasofia-ai-brain-starter-setup-vault-types && curl -fsSL https://raw.githubusercontent.com/adelaidasofia/ai-brain-starter/HEAD/commands/setup-vault-types.md -o ~/.claude/skills/adelaidasofia-ai-brain-starter-setup-vault-types/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository