gitwtfhub

wtf is openwiki-for-claude-code?

jatinmayekar/openwiki-for-claude-code — explained in plain English

Analysis updated 2026-05-18

14Audience · developerComplexity · 2/5LicenseSetup · easy

TL;DR

A Claude Code plugin that generates OpenWiki-style repo documentation using Claude Code's own inference, with no separate API key needed.

Mindmap

mindmap
  root((repo))
    What it does
      Generates agent-facing wiki docs
      Updates docs from git commits
      Answers questions about the wiki
    Tech stack
      Claude Code plugin
      Markdown output
    Use cases
      Auto document a codebase
      Keep docs fresh on schedule
      Interop with OpenWiki CLI
    Audience
      Developer
      Vibe coder
    Compatibility
      Same format as langchain-ai openwiki

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Generate a full agent-facing wiki for a repository directly from Claude Code, without a separate API key.

REASON 2

Automatically refresh the wiki's documentation whenever new commits are made.

REASON 3

Ask natural-language questions about a codebase using the generated wiki as context.

REASON 4

Maintain a wiki that stays compatible with teams already using the standalone OpenWiki CLI.

What's in the stack?

Claude Code pluginMarkdown

How it stacks up

jatinmayekar/openwiki-for-claude-code0c33/agentic-ai0xbebis/hyperpay
Stars141414
LanguagePythonTypeScript
Setup difficultyeasyhardhard
Complexity2/54/55/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Installed as a Claude Code plugin marketplace entry, no separate API key or inference service needed.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

Wtf does this do

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.

Yoink these prompts

Prompt 1
Install the openwiki plugin from this repo and generate documentation for my current project.
Prompt 2
Run /openwiki:update to refresh my project's wiki based on recent commits.
Prompt 3
Ask /openwiki:ask how the authentication flow works in my codebase.
Prompt 4
Set up /openwiki:schedule so my project's documentation stays up to date automatically.

Frequently asked questions

wtf is openwiki-for-claude-code?

A Claude Code plugin that generates OpenWiki-style repo documentation using Claude Code's own inference, with no separate API key needed.

What license does openwiki-for-claude-code use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is openwiki-for-claude-code to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is openwiki-for-claude-code for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.