Skip to content

Commit b402753

Browse files
committed
Restructure directories and add plugin
1 parent 9f6ec79 commit b402753

File tree

13 files changed

+152
-318
lines changed

13 files changed

+152
-318
lines changed

claude-skill/README.md

Lines changed: 0 additions & 307 deletions
This file was deleted.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "openrewrite-recipe-writer",
3+
"version": "1.0.0",
4+
"description": "Expert guidance for writing OpenRewrite recipes - automated refactoring operations for source code. Includes templates, examples, and comprehensive best practices.",
5+
"author": {
6+
"name": "Moderne, Inc.",
7+
"url": "https://github.com/openrewrite"
8+
},
9+
"homepage": "https://github.com/openrewrite/rewrite-docs/tree/master/openrewrite-recipe-writer",
10+
"repository": "https://github.com/openrewrite/rewrite-docs",
11+
"license": "Apache-2.0",
12+
"keywords": [
13+
"openrewrite",
14+
"recipe",
15+
"refactoring",
16+
"java",
17+
"ast",
18+
"code-transformation",
19+
"testing"
20+
]
21+
}
File renamed without changes.

0 commit comments

Comments
 (0)