kotlin▌
14 indexed skills · max 10 per page
apollo-kotlin
apollographql/skills · Productivity
Apollo Kotlin is a strongly typed GraphQL client that generates Kotlin models from your GraphQL operations and schema, that can be used in Android, JVM, and Kotlin Multiplatform projects.
kotlin-coroutines-flows
affaan-m/everything-claude-code · Productivity
Patterns for structured concurrency, Flow-based reactive streams, and coroutine testing in Android and Kotlin Multiplatform projects.
kotlin-concurrency-expert
new-silvermoon/awesome-android-agent-skills · Productivity
Review and fix Kotlin Coroutines issues in Android codebases by applying structured concurrency, lifecycle safety, proper scoping, and modern best practices with minimal behavior changes.
android-kotlin-development
aj-geddes/useful-ai-prompts · Productivity
Native Android development with Kotlin, MVVM architecture, Jetpack Compose, and modern libraries. \n \n Covers MVVM pattern with Jetpack ViewModels, StateFlow for reactive state management, and Hilt for dependency injection \n Includes Jetpack Compose for declarative UI, Retrofit for API integration, and Room for local SQLite persistence \n Provides reference implementations for models, API services, ViewModels, and Compose UI components \n Emphasizes coroutines for async operations, proper life
kotlin-testing
affaan-m/everything-claude-code · Testing
Comprehensive Kotlin testing patterns for writing reliable, maintainable tests following TDD methodology with Kotest and MockK.
kotlin-exposed-patterns
affaan-m/everything-claude-code · Productivity
Comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration.
android-kotlin
alinaqi/claude-bootstrap · Productivity
Modern Android development with Kotlin coroutines, Jetpack Compose, dependency injection, and structured testing. \n \n Covers three-layer architecture (data, domain, UI) with Hilt for dependency injection and Room for local persistence \n Jetpack Compose for declarative UI with StateFlow-based state management and lifecycle-aware collection patterns \n Coroutines and Flow for asynchronous operations, including repository patterns with network-first and cache-first strategies \n MockK and Turbin
kotlin-specialist
jeffallan/claude-skills · Productivity
Idiomatic Kotlin patterns for coroutines, multiplatform development, Compose UI, and Ktor servers. \n \n Covers structured concurrency with coroutines and Flow streams, sealed classes for type-safe state modeling, and null safety enforcement \n Supports Kotlin Multiplatform (KMP) architecture with expect/actual patterns and shared code strategies \n Includes Android Jetpack Compose, ViewModel integration, and Material3 design patterns \n Provides Ktor server setup with routing, plugins, authenti
kotlin-mcp-server-generator
github/awesome-copilot · Backend
Generate production-ready Kotlin MCP server projects with Gradle, official SDK, and typed tools. \n \n Scaffolds complete project structure with build.gradle.kts, package layout, and MCP server configuration using io.modelcontextprotocol:kotlin-sdk \n Includes 2–3 sample tools with JSON schema definitions, typed inputs/outputs, and error handling patterns \n Provides coroutine-based server setup with stdio transport, environment variable configuration, and kotlin-logging integration \n Includes
kotlin-springboot
github/awesome-copilot · Productivity
Spring Boot development patterns and idioms tailored for Kotlin applications. \n \n Use primary constructors for dependency injection, data class for DTOs, and the kotlin-jpa plugin to automatically open entity classes without boilerplate. \n Organize code by feature/domain rather than layer; leverage Kotlin's null-safety to clearly define optional vs. required entity fields. \n Apply @ConfigurationProperties with data class for type-safe, immutable configuration; use application.yml and Spring