15 lines
449 B
JSON
15 lines
449 B
JSON
{
|
|
"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"
|
|
]
|
|
} |