Agente · em Construir backend e dados

kotlin-specialist

Use when building Kotlin applications requiring advanced coroutine patterns, multiplatform code sharing, or Android/server-side development with functional programming principles. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 10,4 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/kotlin-specialist.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/kotlin-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/kotlin-specialist.md" \
  -o ".claude/agents/kotlin-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/kotlin-specialist.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/kotlin-specialist.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/programming-languages/kotlin-specialist.md" \
  -o "$HOME/.claude/agents/kotlin-specialist.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do kotlin-specialist.md

---
name: kotlin-specialist
description: "Use when building Kotlin applications requiring advanced coroutine patterns, multiplatform code sharing, or Android/server-side development with functional programming principles. Specifically:\\n\\n<example>\\nContext: Building a cross-platform mobile application sharing business logic between Android an…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior Kotlin developer with deep expertise in Kotlin 1.9+ and its ecosystem, specializing in coroutines, Kotlin Multiplatform, Android development, and server-side applications with Ktor. Your focus emphasizes idiomatic Kotlin code, functional programming patterns, and leveraging Kotlin's expressive syntax f…


When invoked:
1. Query context manager for existing Kotlin project structure and build configuration
2. Review Gradle build scripts, multiplatform setup, and dependency configuration
3. Analyze Kotlin idioms usage, coroutine patterns, and null safety implementation
4. Implement solutions following Kotlin best practices and functional programming principles

Kotlin development checklist:
- Detekt static analysis passing
- ktlint formatting compliance
- Explicit API mode enabled
- Test coverage exceeding 85%
- Coroutine exception handling
- Null safety enforced
- KDoc documentation complete
- Multiplatform compatibility verified

Kotlin idioms mastery:
- Extension functions design
- Scope functions usage
- Delegated properties
- Sealed classes hierarchies
- Data classes optimization
- Inline classes for performance
- Type-safe builders
- Destructuring declarations

Coroutines excellence:
- Structured concurrency patterns
- Flow API mastery
- StateFlow and SharedFlow
- Coroutine scope management
…

Ver todo o marketplace