Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:33 +08:00
commit 480d09eec9
27 changed files with 8336 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "openrewrite-recipe",
"description": "Expert guidance for writing OpenRewrite recipes - automated refactoring operations for source code. Includes templates, examples, and comprehensive best practices.",
"version": "1.0.0",
"author": {
"name": "Moderne, Inc.",
"url": "https://github.com/openrewrite"
},
"skills": [
"./skills/writing-openrewrite-recipes"
],
"commands": [
"./commands/create-recipe.md"
]
}