
openwiki-for-claude-code
Generate & maintain OpenWiki-format repo docs from inside Claude Code — keyless, using Claude Code's own inference. Interoperable with the OpenWiki CLI.
git clone https://github.com/jatinmayekar/openwiki-for-claude-code
OpenWiki for Claude Code
A Claude Code plugin marketplace that brings OpenWiki into Claude Code — generating and maintaining agent-facing repo documentation using Claude Code's own inference, with no separate API key.
OpenWiki is LangChain's tool for writing and maintaining docs "built specifically for agents." Its CLI needs its own paid inference key. Claude Code users already pay for inference — so this plugin makes the Claude Code agent itself the engine, producing the exact same on-disk format so the two are interoperable.
Install
/plugin marketplace add jatinmayekar/openwiki-for-claude-code
/plugin install openwiki@openwiki-for-claude-code
Then:
/openwiki:generate # build the wiki
/openwiki:update # refresh it from recent commits
/openwiki:ask <question> # ask the wiki
/openwiki:schedule # keep it fresh automatically (keyless)
What you get
openwiki/quickstart.md+ focused section pages (architecture, workflows, domain, operations, testing, …) — evidence-grounded, with inline source references.openwiki/.last-update.jsonrun metadata and anAGENTS.md/CLAUDE.mdreference section, in the exact shape the OpenWiki CLI uses.- Surgical, git-diff-driven updates and a no-op when nothing relevant changed.
See plugins/openwiki/README.md for details and
plugins/openwiki/reference/openwiki-format.md for
the format spec.
Two audiences
- Claude Code users get OpenWiki-style docs natively and keyless.
- Existing OpenWiki users can drive/refresh their wikis from Claude Code workflows; because the format matches, the CLI and this plugin can maintain the same wiki interchangeably.
Repository layout
.claude-plugin/marketplace.json # marketplace catalog
plugins/openwiki/ # the plugin
.claude-plugin/plugin.json
skills/{generate,update,ask,schedule}/SKILL.md
reference/openwiki-format.md # shared format spec (distilled from upstream)
README.md
Relationship to upstream OpenWiki
This project reimplements OpenWiki's methodology and on-disk format (from
langchain-ai/openwiki, MIT) so a host coding agent can
be the inference engine. It ships standalone; it is also intended as a proposal to upstream as an
"OpenWiki Claude Code mode." Not affiliated with or endorsed by LangChain.
License
MIT — see LICENSE.
// compatibility
| Platforms | cli, api |
|---|---|
| Operating systems | — |
| AI compatibility | claude |
| License | MIT |
| Pricing | open-source |
| Language | — |
// faq
What is openwiki-for-claude-code?
Generate & maintain OpenWiki-format repo docs from inside Claude Code — keyless, using Claude Code's own inference. Interoperable with the OpenWiki CLI.. It is open-source on GitHub.
Is openwiki-for-claude-code free to use?
openwiki-for-claude-code is open-source under the MIT license, so it is free to use.
What category does openwiki-for-claude-code belong to?
openwiki-for-claude-code is listed under plugins in the Claudeers registry of Claude-compatible tools.
// embed badge
[](https://claudeers.com/openwiki-for-claude-code)
// retro hit counter
[](https://claudeers.com/openwiki-for-claude-code)
// reviews
// guestbook
// related in Claude Plugins
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…
"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/
financial-services — a Claude ecosystem project on GitHub.