← ClaudeAtlas

mb-wikilisted

Create and maintain personal wikis using Commune Wiki architecture. Use when: (1) Setting up a new wiki from the commune-wiki template (2) Personalizing wiki (name, avatar, social links, domain) (3) Adding atomic notes with proper frontmatter and WikiLinks (4) Publishing changes (git commit + push for auto-deploy) (5) Converting Gemini/GPT deep research into wiki format (6) Pulling upstream template updates from Devon (7) Generating "Recent Updates" notes from Git history Triggered by: /mb-wiki, "add a note", "publish wiki", "create wiki", "configure wiki", "personalize wiki"
noontide-co/mainbranch · ★ 27 · Data & Documents · score 78
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