
Openrewrite Rewrite Docs
- 54 repo stars
- Updated July 27, 2026
- openrewrite/rewrite-docs
openrewrite-rewrite-docs is a Claude Code plugin that exposes the markdown corpus behind docs.openrewrite.org so agents can work from authoritative OpenRewrite recipe documentation.
About
openrewrite-rewrite-docs is a Claude Code plugin entry tied to OpenRewrite’s documentation repository—the markdown that generates docs.openrewrite.org. developers 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.
- 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
Openrewrite Rewrite Docs by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install openrewrite-rewrite-docs@openrewrite/rewrite-docsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 54 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | openrewrite/rewrite-docs ↗ |
What it does
Publish and maintain OpenRewrite recipe documentation that powers docs.openrewrite.org from the same markdown the Claude plugin bundle references.
Who is it for?
Best when you're running OpenRewrite codemods and want Claude Code aligned with official recipe docs.
Skip if: Skip if you have no JVM or OpenRewrite footprint and only need generic README or API documentation skills.
What you get
After you add the plugin, Claude can ground migration and recipe answers in the same markdown that publishes the official OpenRewrite documentation site.
- Agent-grounded answers using official OpenRewrite markdown
- Consistent recipe naming with docs.openrewrite.org
- Documentation-first workflow for migration planning
Recommended Plugins
How it compares
Docs-and-recipe reference bundle for OpenRewrite, not a general documentation writer skill or a CI migration executor.
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.