# Island

> A discrete, loadable brain.

- Skill: `dhaupin/island` (Agent Skill)
- Install (CLI): `npx skillmds@latest add dhaupin/island`
- Raw SKILL.md: https://api.skillmd.com/api/skills/dhaupin/island/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: dhaupin (https://skillmd.com/u/dhaupin)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/dhaupin/island

---


# Island

> A discrete, loadable brain.

---

## What Is An Island

An island is a **bounded context** - a brain you can load.

```
islands/
├── identity.md
├── goals.md
└── lessons.md
```

---

## Why Islands

- Context windows are limited
- Load only what you need
- Keep brains discrete

---

## How To Use

### List Islands

```bash
vant islands list
```

### Load Island

```bash
vant islands load [island-name]
```

### Create Island

```bash
vant islands create [island-name]
```

---

## Island Structure

| File | Purpose |
|------|---------|
| identity.md | Who this island is |
| goals.md | What it's for |
| lessons.md | What it knows |

---

## When To Use

| Need | Use |
|------|-----|
| Focused work | Load island |
| Multiple contexts | Switch islands |
| Context window full | Isolate |

---

## Output

```
## Island

### Loaded
- [name]: [purpose]

### Contents
- [n] files
- Goals: [count]
- Lessons: [count]
```

---

**Role**: Island Manager  
**Input**: Island name  
**Output**: Loaded context

> Isolate your context.

