Openrewrite Rewrite Docs
openrewrite-rewrite-docs is a Claude Code plugin for the Build phase that exposes the markdown corpus behind docs.openrewrite.org so agents can work from authoritative OpenRewrite recipe documentation.
Publish and maintain OpenRewrite recipe documentation that powers docs.openrewrite.org from the same markdown the Claude plugin bundle references.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install openrewrite-rewrite-docs@openrewrite/rewrite-docsBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:openrewrite/rewrite-docs") and the paste-ready config with skillselion.get_install_config("plugin:openrewrite/rewrite-docs").
What it does
openrewrite-rewrite-docs is a Claude Code plugin entry tied to OpenRewrite’s documentation repository—the markdown that generates docs.openrewrite.org. Solo builders rarely need this unless they are automating JVM or polyglot migrations with OpenRewrite recipes and want agents to cite accurate, versioned doc content while authoring or applying recipes. The catalog listing is documentation-centric: one plugin in the bundle, keywords around OpenRewrite and recipes, not a full migration runner by itself. Use it when your agent workflow includes explaining Spring upgrades, dependency bumps, or organizational codemods and you want the same source the official site uses. It is niche compared with general coding plugins; pairing it with OpenRewrite runtime tooling in your repo is expected. Beginners exploring a greenfield SaaS should skip it; maintainers of legacy services evaluating recipe-driven refactors benefit most.
Highlights
- Source markdown for docs.openrewrite.org in one repository
- OpenRewrite recipe documentation aligned with the rewrite engine
- Single-plugin bundle focused on docs and recipe catalog context
- Community-maintained reference for automated refactoring workflows
Why builders use it
When you automate large refactors with OpenRewrite, agents hallucinate recipe names and options because they lack the real docs source.
After you add the plugin, Claude can ground migration and recipe answers in the same markdown that publishes the official OpenRewrite documentation site.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 51 stars, 0 votes.
FAQ
Who is openrewrite-rewrite-docs for?
It is for developers using OpenRewrite who want Claude Code to read the authoritative recipe documentation stored for docs.openrewrite.org.
When should I use openrewrite-rewrite-docs?
Use it while planning or documenting automated migrations, Spring upgrades, or recipe authoring when accuracy must match the public OpenRewrite docs.
How do I add openrewrite-rewrite-docs to my agent?
Register the plugin from the openrewrite/rewrite-docs repository in Claude Code following the repo’s plugin manifest, with your project already set up for OpenRewrite if you intend to run recipes.
Comments
Share how you use openrewrite-rewrite-docs, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.