setup-iblisted
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