kotlin▌
14 indexed skills · max 10 per page
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-patterns
affaan-m/everything-claude-code · Productivity
Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications.
kotlin-multiplatform
vitorpamplona/amethyst · Productivity
Expert guidance for KMP architecture in Amethyst - deciding what to share vs keep platform-specific.
create-spring-boot-kotlin-project
github/awesome-copilot · Productivity
Generate a Spring Boot Kotlin project skeleton with pre-configured databases and development services. \n \n Downloads a Spring Boot 3.4.5 project template with Kotlin, WebFlux, R2DBC, Redis, and MongoDB dependencies via Spring Initializr \n Includes Docker Compose configuration for PostgreSQL 17, Redis 6, and MongoDB 8 with pre-set credentials and volume mounts \n Adds SpringDoc OpenAPI integration for Swagger UI documentation and ArchUnit for architecture testing \n Requires Java 21, Docker, a