← ClaudeAtlas

setup-iblisted

Sets up the Infinite Brain vault operating context in a repo or folder — writes an `## Infinite Brain vault` block (operating rules + ib skills table + node/edge quick reference) into CLAUDE.md/AGENTS.md and ensures the `_system/` scaffolding exists, so the ib skills know this directory is a knowledge-graph vault. Run once before first use of `init-vault`, `convert-note`, `query-vault`, `organize-vault`, or `vault-health` — or if those skills appear to be missing vault context (taxonomy, namespace, `_system/` entry points).
jhs512/ib · ★ 0 · AI & Automation · score 65
Install: claude install-skill jhs512/ib
# Setup Infinite Brain (ib) skills Scaffold the per-vault configuration that the **ib** skills assume: - **Operating block** — an `## Infinite Brain vault` section in `CLAUDE.md` (or `AGENTS.md`) so every agent knows this directory is a typed-node / typed-edge knowledge graph, and which `/`-commands operate on it. - **`_system/` entry points** — `AGENTS.md` (taxonomy, visibility model, frontmatter schema, prohibited actions) and `INDEX.md` (the master node index every new node must update). - **Defaults** — the starting namespace, the default node visibility, and the document language. This is a prompt-driven skill, not a deterministic script. Explore, present what you found, confirm with the user, then write. Reference: [JotaSXBR/obsidian-infinite-brain](https://github.com/JotaSXBR/obsidian-infinite-brain). This skill is the entry point for setting up ib in any directory — fresh or existing. `/init-vault` is the pure scaffolder it delegates to for stamping out the folder structure; don't point users at `/init-vault` directly for setup. ## Process ### 1. Explore Look at the current directory to understand its starting state. Read whatever exists; don't assume: - `CLAUDE.md` and `AGENTS.md` at the root — does either exist? Is there already an `## Infinite Brain vault` (or `## Agent skills`) section? - `_system/` — does it exist? Which files are present (`AGENTS.md`, `INDEX.md`, `NODE-TYPES.md`, `EDGE-TYPES.md`, `FRONTMATTER-SCHEMA.md`)? - Node-type folders at the root