This one gives Claude production-ready patterns for building Ktor servers in Kotlin. You get route organization with the routing DSL, plugin configuration for auth and CORS, Koin dependency injection setup, and kotlinx.serialization examples including custom serializers for types like Instant. The authentication section covers JWT validation with proper principal extraction, and there's solid coverage of the testApplication testing approach. What I like here is the opinionated project structure with separate plugins, routes, services, and repositories folders. It's less about teaching Ktor basics and more about showing you how to structure a real API so it doesn't turn into a mess as it grows.
npx -y skills add affaan-m/ecc --skill kotlin-ktor-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
wshobson/agents