jatinmayekar/openwiki-for-claude-code — explained in plain English
Analysis updated 2026-05-18
Generate a full agent-facing wiki for a repository directly from Claude Code, without a separate API key.
Automatically refresh the wiki's documentation whenever new commits are made.
Ask natural-language questions about a codebase using the generated wiki as context.
Maintain a wiki that stays compatible with teams already using the standalone OpenWiki CLI.
| jatinmayekar/openwiki-for-claude-code | 0c33/agentic-ai | 0xbebis/hyperpay | |
|---|---|---|---|
| Stars | 14 | 14 | 14 |
| Language | — | Python | TypeScript |
| Setup difficulty | easy | hard | hard |
| Complexity | 2/5 | 4/5 | 5/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Installed as a Claude Code plugin marketplace entry, no separate API key or inference service needed.
This project is a plugin that brings OpenWiki, a tool from LangChain for writing agent-facing repository documentation, into Claude Code. Normally, OpenWiki's own command line tool needs a separate paid API key to run its inference. Since Claude Code users are already paying for their own inference through Claude Code itself, this plugin uses that existing inference instead, so no extra key or subscription is needed to generate the docs.\n\nOnce installed as a Claude Code plugin, it adds a handful of slash commands: one to generate the wiki from scratch, one to update it based on recent commits, one to ask questions against the wiki's content, and one to schedule automatic refreshes so the documentation stays current without manual effort. The generated output includes a quickstart page plus focused section pages covering things like architecture, workflows, domain concepts, operations, and testing, each grounded in and referencing the actual source code. It also writes metadata about the last update and reference sections meant for other AI agents to read. The key design point is that this plugin writes documentation in the exact same on-disk format that the original OpenWiki CLI produces. That means a wiki generated or updated by this plugin can also be read or maintained by the standalone OpenWiki tool, and vice versa, so teams already using OpenWiki can keep using it while Claude Code users can adopt the same format without needing OpenWiki's separate inference key. The project reimplements OpenWiki's documentation methodology and file format based on the original langchain-ai/openwiki repository, and states it is not affiliated with or endorsed by LangChain. It is released under the MIT license.
A Claude Code plugin that generates OpenWiki-style repo documentation using Claude Code's own inference, with no separate API key needed.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.