← ClaudeAtlas

remindb-setuplisted

Config-first setup wizard for a remindb MCP server — run it as `/remindb-setup` (interactive), `/remindb-setup automode` (hands-off), or `/remindb-setup only-config` (bridge hosts: author `.remindb/` only, no env wiring). Two passes. First-time (no server attached yet): detect the host, author the `.remindb/` config (ignore/pinned/temperatures/config.json) BEFORE compiling, compile the source, seed adjacent context, install the MCP plugin, then wire the MCP env. Verify (server attached): MemoryStats + `remindb://doctor`, reconfigure, and reseed onto existing nodes. Use on first-time workspace memory setup, when remindb tools are missing/misconfigured, on "no results"/wrong-workspace symptoms, to reconfigure an existing brain, or for bridge hosts that own env wiring externally (e.g. Hermes Agent).
radimsem/remindb · ★ 114 · AI & Automation · score 86
Install: claude install-skill radimsem/remindb
# remindb-setup — the setup wizard You are the wizard. This skill is the script you follow to set up or reconfigure a remindb workspace from inside a live session — there is no separate UI. Drive it with Bash + the `Memory*` tools + file writes. ## Standing instruction — verify CLI flags via `--help` first Before invoking any `remindb` subcommand, confirm its flags with `remindb <subcommand> --help` (`remindb compile --help`, `remindb inspect --help`, …). Don't trust remembered syntax — silently-wrong positional args are the wizard's most common footgun (e.g. `remindb inspect <path>` is ignored; the flag is `--db <path>`, and the default `memory.db` quietly opens an empty file in CWD). ## Two halves, two passes — detect which one you're in remindb ships as two independently-installed halves: the **skill** (this, via `npx skills add`) and the **MCP plugin** (per host). The skill installs first and can run *before* the plugin is attached — that's what makes config-first ordering possible. Detect the pass by whether the server is attached this session: - **`Memory*` tools absent** from your available tool set → **Pass 1: first-time config-first setup** (§Pass 1). The default first run. - **`Memory*` tools present** → **Pass 2: verify / reconfigure** (§Pass 2). ## Mode - **`/remindb-setup`** — interactive: propose each choice for approval before writing. - **`/remindb-setup automode`** — infer every parameter, write directly, then report. The trust actions it still confir