mb-wikilisted
Install: claude install-skill noontide-co/mainbranch
# Wiki Skill
Create and maintain personal wikis with atomic notes, WikiLinks, and auto-deploy.
**Need help?** Type `/mb-help` + your question anytime. If conversation compacts, `/mb-help` reloads fresh context.
## Pull Latest Updates (Always)
See **[references/pull-engine-updates.md](references/pull-engine-updates.md)** for the standard Main Branch update check. Run it at the start of every /mb-wiki invocation.
---
## Where Files Go
**Wiki files go to YOUR WIKI REPO, not your business repo or the Main Branch engine.**
```
your-wiki-repo/ <- Files saved here
├── src/content/notes/ <- Atomic notes (/mb-wiki add)
├── src/content/research/ <- Full research docs (/mb-wiki research)
└── src/content/updates/ <- Auto-generated updates (/mb-wiki recent)
~/.mainbranch/mb-wiki.json <- Config pointing to wiki repo
mainbranch/ (engine) <- Never modified by /mb-wiki
└── .claude/skills/mb-wiki/ <- This skill lives here
```
The skill reads `~/.mainbranch/mb-wiki.json` to find your wiki repo location.
---
## Prerequisites
Before using this skill:
1. **GitHub CLI** (`gh`) installed and authenticated
2. **pnpm** installed (`npm install -g pnpm`)
3. **Cloudflare account** (free tier works) — can create during setup
Check for existing config:
```bash
cat ~/.mainbranch/mb-wiki.json 2>/dev/null || echo "No wiki configured yet"
```
---
## Modes
| Mode | What It Does | When to Use |
|------|--------------|-------------|
| `setup` | Clone te