← ClaudeAtlas

initial-setuplisted

Use on first install, when reconfiguring mnemo, or when the user says 'setup mnemo', 'mnemo not configured', 'change vault', 'reset config', 'мнемо настрой'. Interactive onboarding that creates ~/.mnemo/config.json with vault name, taxonomy, language preferences, and cascade integration settings. Also invoked automatically when any other mnemo skill detects a missing config.
jojoprison/mnemo · ★ 4 · AI & Automation · score 83
Install: claude install-skill jojoprison/mnemo
# mnemo:setup — Interactive Onboarding First-time setup for mnemo. Creates config.json with all settings. ## Workflow ### Step 1: Welcome ``` 🧠 Welcome to mnemo — persistent memory for Codex and Claude Code. Let's set up your configuration. This takes about 30 seconds. ``` ### Step 2: Vault Name ``` What's your Obsidian vault name? (The name shown in Obsidian's vault switcher) > main ``` Verify vault exists: ```bash obsidian search query="test" vault="{input}" ``` If error → "Vault not found. Is Obsidian open? Check the vault name." ### Step 3: Note Taxonomy ``` Which note taxonomy do you use? [1] Atom/Molecule/Source/Session/MOC (Zettelkasten-inspired) [2] PARA (Projects/Areas/Resources/Archive) [3] Custom (you'll define prefixes and tags) > 1 ``` Map selection to taxonomy config. ### Step 4: Links Section Name ``` What heading do you use for note cross-references? [1] ## Связи (Russian) [2] ## Links [3] ## Related [4] ## Connections [5] Custom > 1 ``` ### Step 5: Save Config Write `~/.mnemo/config.json`: ```json { "vault": "main", "taxonomy": { "atom": { "prefix": "Atom — ", "tag": "atom" }, "molecule": { "prefix": "Molecule — ", "tag": "molecule" }, "source": { "prefix": "Source — ", "tag": "source" }, "session": { "prefix": "Session — ", "tag": "session" }, "moc": { "prefix": "MOC — ", "tag": "moc" } }, "links_section": "## Связи", "handoff_note": "Meta — Session Handoff", "cascade": { "obsidian": { "enabled": true