moai-lang-kotlin

Guide Kotlin development with JUnit 5, MockK, coroutines, and ktlint.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-kotlin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-lang-kotlin
Source: https://github.com/junseokandylee/CookieProxy/tree/main/.moai-backups/backup/.claude/skills/moai-lang-kotlin
Command: npx skills add https://github.com/junseokandylee/CookieProxy --skill moai-lang-kotlin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for developing robust and idiomatic Kotlin applications. It automates the adoption of best practices for testing, build management, linting, and concurrency patterns, ensuring your Kotlin codebase is consistent, performant, and easy to maintain, saving you from common development headaches.

Core Features & Use Cases

  • TDD with JUnit 5: Guides through test-driven development using JUnit 5 and MockK for mocking.
  • Coroutines: Provides expertise in asynchronous programming with suspend functions and structured concurrency.
  • Code Quality with ktlint: Integrates ktlint for Kotlin linting and detekt for static code analysis.
  • Use Case: When you need to "Kotlin 테스트 작성" (write Kotlin tests) or apply "코루틴 사용법" (coroutines usage) for a new API, this skill offers the necessary guidance.

Quick Start

Ask to "Kotlin 테스트 작성" for a new API endpoint, and the skill will guide you through TDD with coroutines.