Update WikiHub Opportunity.md
67817426bb6d jacobcole 2026-04-10 1 file
index 446a580..9378562 100644
@@ -1,3 +1,41 @@
---
visibility: public
\ No newline at end of file
+---
+
+# WikiHub Opportunity
+
+Every implementation in the [[Tools & Implementations]] list is **local-first**. None of them offer:
+
+- Hosting and publishing
+- Social features (fork, star, discover)
+- Access control and sharing
+- Git-backed collaboration
+- Agent-native API + MCP server
+
+WikiHub is the missing layer.
+
+## The Gap
+
+| What exists | What's missing |
+|-------------|---------------|
+| Local wiki maintenance tools | A place to **publish** the wiki |
+| CLI/skill for ingesting sources | A platform for **discovering** others' wikis |
+| Personal knowledge bases | **Social knowledge** — forking, starring, profiles |
+| Git-backed storage (local) | **Hosted git** with Smart HTTP push/clone |
+
+## WikiHub's Position
+
+> "GitHub for LLM wikis"
+
+Just as GitHub didn't replace `git` — it made git repos social, discoverable, and hosted — WikiHub doesn't replace the maintenance tools. It's where the maintained wikis **live**.
+
+## Potential Integration
+
+WikiHub could offer the maintenance skill as a **built-in capability**:
+
+1. User creates a wiki on WikiHub
+2. WikiHub's MCP server already exposes 13 tools (read, write, search, etc.)
+3. A "maintain" operation could be added that runs ingest/lint on a schedule or on-demand
+4. Agents connect via MCP, push raw sources, and WikiHub's built-in agent maintains the wiki pages
+
+This would make WikiHub the **full-stack platform** — not just hosting, but active maintenance.
\ No newline at end of file