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
2 changes: 1 addition & 1 deletion .agents/_TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
11. [Advanced safety rules](advanced-safety-rules.md)
12. [Refactoring guidelines](refactoring-guidelines.md)
13. [Common tasks](common-tasks.md)
14. [Java to Kotlin conversion](java-kotlin-conversion.md)
14. [Java to Kotlin conversion](skills/java-to-kotlin/SKILL.md)
1 change: 0 additions & 1 deletion .agents/quick-reference-card.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
```
🔑 Key Information:
- Kotlin/Java project with CQRS architecture
- Use ChatGPT for documentation, Codex for code generation, GPT-4o for complex analysis
- Follow coding guidelines in Spine Event Engine docs
- Always include tests with code changes
- Version bump required for all PRs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
name: java-to-kotlin
description: >
Convert Java code to Kotlin, including Java API comments from Javadoc to KDoc.
Use when asked to migrate Java files, classes, methods, nullability semantics,
or common Java patterns into idiomatic Kotlin while preserving behavior.
---

# 🪄 Converting Java code to Kotlin

* Java code API comments are Javadoc format.
Expand Down
4 changes: 4 additions & 0 deletions .agents/skills/java-to-kotlin/agents/openai.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
interface:
display_name: "Java to Kotlin"
short_description: "Convert Java code to idiomatic Kotlin"
default_prompt: "Use $java-to-kotlin to convert Java code to Kotlin while preserving behavior, nullability, and API documentation wording."
1 change: 1 addition & 0 deletions .junie/skills
Loading