kotlin-springboot
Guidelines and best practices for building idiomatic Spring Boot applications using Kotlin.
Install
npx skills add https://github.com/github/awesome-copilot --skill kotlin-springbootStats
| Total installs | 7,632 |
| Weekly installs | 7.6K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Use primary constructors for dependency injection, data class for DTOs, and the kotlin-jpa plugin to automatically open entity classes without boilerplate.
- Organize code by feature/domain rather than layer; leverage Kotlin's null-safety to clearly define optional vs. required entity fields.
- Apply @ConfigurationProperties with data class for type-safe, immutable configuration; use application.yml and Spring Profiles for environment management.
- Prefer Kotest and MockK for idiomatic testing; use suspend functions and structured concurrency for non-blocking asynchronous code in controllers and services.
Tags
Related skills
| Skill | Installs | vs kotlin-springboot |
|---|---|---|
| nuget-manager | 8,094 | +462 |
| convex-create-component | 8,537 | +905 |
| dataverse-python-advanced-patterns | 7,567 | -65 |
| containerize-aspnetcore | 7,430 | -202 |
| csharp-async | 7,628 | -4 |
FAQ
- How many installs does kotlin-springboot have?
- kotlin-springboot has 7,632 total installs and 7.6K installs this week.
- Where is kotlin-springboot hosted?
- kotlin-springboot is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does kotlin-springboot have?
- kotlin-springboot has 27.4K GitHub stars.
- When was kotlin-springboot first indexed?
- OrangeBot.AI first indexed kotlin-springboot on Feb 25, 2026.
- How do I install kotlin-springboot?
- Run: npx skills add https://github.com/github/awesome-copilot --skill kotlin-springboot