SoulKyu/openwiki-cc

14 stars · Last commit 2026-07-09

Auto-generate and maintain a documentation wiki for any repo — native Claude Code plugin (/openwiki:wiki) & OpenAI Codex skill. A faithful port of OpenWiki: grounds every doc in your source & git history, updates only what changed.

README preview

# openwiki-cc

A native **Claude Code** and **OpenAI Codex** port of
[OpenWiki](https://github.com/langchain-ai/openwiki) — an agent that generates and maintains a
documentation wiki (`openwiki/`) for any repository.

OpenWiki ships as a standalone CLI on its own harness (DeepAgents/LangGraph, a local shell
backend, a SQLite checkpointer, provider adapters, an Ink TUI). Coding agents like Claude Code
and Codex already provide all of that plumbing. This repo extracts **the agent itself** — the
documentation system prompt, the git-evidence collection, the wiki structure, and the idempotence
logic — and re-expresses it natively for each host:

- **Claude Code** — a slash-command plugin: `commands/wiki.md` → `/openwiki:wiki`.
- **Codex** — a skill: `.agents/skills/openwiki/SKILL.md` → `$openwiki`.

The system prompt and the exact git commands are reproduced **verbatim from OpenWiki's real
source**, not from memory.

## What it does

View full repository on GitHub →