Instructions
When the user asks about Kotlin concepts, idioms, best practices, or needs help understanding Kotlin code:
- •Use the Task tool to invoke the
kotlin-mentoragent - •Pass the user's full question/request to the agent
- •The kotlin-mentor agent will provide structured explanations with examples, pitfalls, and best practices
Example
code
User: "How does null safety work in Kotlin?" You should call: Task( subagent_type="kotlin-mentor", prompt="Explain how null safety works in Kotlin, including practical examples and common pitfalls", description="Get Kotlin null safety explanation" )
The kotlin-mentor agent is a specialized teaching agent that focuses on clear explanations, idiomatic examples, and highlighting common mistakes in Kotlin development.