kotlin-dsl

Installation
SKILL.md

Kotlin DSL Skill

Build type-safe DSLs with Kotlin's language features.

Topics Covered

@DslMarker for Scope Control

@DslMarker
annotation class HtmlDsl

@HtmlDsl
class HTML { fun body(block: Body.() -> Unit) { } }

@HtmlDsl
class Body { fun p(text: String) { } }
Installs
16
GitHub Stars
7
First Seen
Jan 25, 2026
kotlin-dsl — pluginagentmarketplace/custom-plugin-kotlin