All skills
Skillintermediate

Kotlin Hooks

> This file extends the common hooks rule with Kotlin-specific content.

Claude Code Knowledge Pack7/10/2026

Overview

Kotlin Hooks

This file extends the common hooks rule with Kotlin-specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • ktfmt/ktlint: Auto-format .kt and .kts files after edit
  • detekt: Run static analysis after editing Kotlin files
  • ./gradlew build: Verify compilation after changes