kotlin

Installation
SKILL.md

Kotlin Skill

Conventions for writing idiomatic, safe, and maintainable Kotlin code.

When to Use

  • Creating or modifying .kt files
  • Working with coroutines and Flow
  • Implementing domain models and services
  • Writing unit tests with Kotest

Critical Patterns

1. Null Safety - NEVER Use !!

STRICTLY AVOID the !! operator. Use safe alternatives:

Installs
1
Repository
dallay/corvus
GitHub Stars
6
First Seen
Apr 2, 2026
kotlin — dallay/corvus