Skip to main content
Back to the directory
affaan-m/everything-claude-codeSoftware EngineeringFrontend and Design

kotlin-patterns

Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
2

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/affaan-m/everything-claude-code --skill kotlin-patterns
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, kotlin-patterns has 2 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: affaan-m/everything-claude-code. Canonical URL: https://skills.sh/affaan-m/everything-claude-code/kotlin-patterns.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications. This skill enforces idiomatic Kotlin conventions across seven key areas: null safety using the type system and safe-call operators, immutability via val and copy() on data classes, sealed classes and interfaces for exhaustive type hierarchies, structured concurrency with coroutines and Flow , extension functions for adding behaviour without inheritance, type-safe DSL builders using @DslMarker and lambda receivers, and Gradle Kotlin DSL for build configuration. Null safety with Elvis operator: Sealed class for exhaustive results: Structured concurrency with async/await: Kotlin's type system distinguishes nullable and non-nullable types. Leverage it fully. Prefer val over var , immutable collections over mutable ones. Use expression bodies for concise, readable functions. Use data classes for types that primarily hold data. Remember : Kotlin code should be concise but readable.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does kotlin-patterns do?

Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications.

Is kotlin-patterns good?

kotlin-patterns does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support kotlin-patterns?

kotlin-patterns currently lists compatibility with Claude Code, Skills CLI.

Is kotlin-patterns safe to install?

kotlin-patterns has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to kotlin-patterns?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install kotlin-patterns?

Run the following command to install kotlin-patterns: npx skills add https://github.com/affaan-m/everything-claude-code --skill kotlin-patterns

Related skills

More from affaan-m/everything-claude-code

Related skills

Alternatives in Software Engineering