Build robust Android and multiplatform apps with Kotlin idioms, coroutines, and null safety.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install kotlin或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install kotlin⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/kotlin/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: Kotlin slug: kotlin version: 1.0.1 description: Build robust Android and multiplatform apps with Kotlin idioms, coroutines, and null safety. metadata: {"clawdbot":{"emoji":"🟠","requires":{"bins":["kotlin"]},"os":["linux","darwin","win32"]}} ---
| Topic | File | |-------|------| | Null safety operators and patterns | nullsafety.md | | Coroutines, flows, structured concurrency | coroutines.md | | Collections, sequences, data classes | collections.md | | Scope functions, extensions, sealed classes | idioms.md | | Java interop and common Kotlin mistakes | interop.md | | Android lifecycle, Compose state | android.md | | Delegation, inline, reified, multiplatform | advanced.md |
!! asserts non-null — crashes on null, use only when you've already checked@Nullable/@NonNull annotationsreturn/throw for early exit — val name = user?.name ?: returnviewModelScope auto-cancels on ViewModel clear — don't use GlobalScope in AndroidsupervisorScope to isolateStateFlow needs initial value and never completes — SharedFlow for one-shot eventsDispatchers.IOfirst() throws on empty — use firstOrNull() for safe accessequals/hashCode — body properties ignoredmutableStateListOf for Compose — wrapping mutableListOf in state won't track changesrepeatOnLifecycle(STARTED) for flow collection — launchWhenStarted is deprecatedremember survives recomposition only — use rememberSaveable for config changescollectAsStateWithLifecycle is the gold standard — lifecycle-aware + Compose state== is structural equality in Kotlin — === for reference, opposite of Javafun interface@JvmStatic, @JvmOverloads, @JvmField for Java-friendly APIs安装 Kotlin 后,可以对 AI 说这些话来触发它
Help me get started with Kotlin
Explains what Kotlin does, walks through the setup, and runs a quick demo based on your current project
Use Kotlin to build robust Android and multiplatform apps with Kotlin idioms, cor...
Invokes Kotlin with the right parameters and returns the result directly in the conversation
What can I do with Kotlin in my developer & devops workflow?
Lists the top use cases for Kotlin, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/kotlin/ 目录(个人级,所有项目可用),或 .claude/skills/kotlin/(项目级)。重启 AI 客户端后,用 /kotlin 主动调用,或让 AI 根据上下文自动发现并使用。
Kotlin 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Kotlin 可免费安装使用。请查阅仓库了解许可证信息。
Build robust Android and multiplatform apps with Kotlin idioms, coroutines, and null safety.
Kotlin 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Kotlin
Identifies repetitive steps in your workflow and sets up Kotlin to handle them automatically