Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion openrewrite-recipe-writer/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"./commands/create-recipe.md"
],
"skills": [
"./skills/writing-openrewrite-recipes"
"./skills/writing-openrewrite-recipes",
"./skills/writing-openrewrite-recipes-js"
]
}
7 changes: 7 additions & 0 deletions openrewrite-recipe-writer/commands/create-js-recipe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
name: create-js-recipe
description: Create an OpenRewrite recipe in TypeScript/JavaScript for a specific problem
args: Problem description
---

Use the writing-openrewrite-recipes-js skill to create a recipe for: {{args}}
Loading
Loading