claudeers.
// Claude Plugins

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.

// Claude Plugins[ cli ][ api ][ claude ]#claude#pluginsMIT$open-sourceupdated about 5 hours ago
// install
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.json run metadata and an AGENTS.md/CLAUDE.md reference 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

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-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.

0 views
10 stars
unclaimed
updated about 5 hours ago

// embed badge

openwiki-for-claude-code on Claudeers
[![Claudeers](https://claudeers.com/api/badge/openwiki-for-claude-code.svg)](https://claudeers.com/openwiki-for-claude-code)

// retro hit counter

openwiki-for-claude-code hit counter
[![Hits](https://claudeers.com/api/counter/openwiki-for-claude-code.svg)](https://claudeers.com/openwiki-for-claude-code)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/190,077[ claude ]
🔓

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…

// pluginsanthropics/Python137,082[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python45,058Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python33,266Apache-2.0[ claude ]
→ see how openwiki-for-claude-code connects across the ecosystem