ワンクリックで
android-ktlint-formatting
Use when formatting Kotlin code, enforcing the Android style guide, or configuring KtLint for Android.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when formatting Kotlin code, enforcing the Android style guide, or configuring KtLint for Android.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Handling Bluetooth Low Energy, flow wrappers, and Android 12+ permissions.
Seamless integration of CameraX with Google ML Kit for vision tasks.
Deep-dive skills for banking and healthcare apps.
Use when integrating Google Gemini Nano via AICore for on-device ML.
Automated UIAutomator tests and Hardware mocking setup.
Expanding KMP shared UI to cover Compose Multiplatform edge-cases.
| name | android-ktlint-formatting |
| description | Use when formatting Kotlin code, enforcing the Android style guide, or configuring KtLint for Android. |
| category | quality |
| risk | low |
| source | community |
| date_added | 2026-03-31 |
| metadata | {"triggers":["@ktlint","kotlin-format","style-guide","reformatting","ktlint-check"]} |
Standardized formatting rules for Android developers based on the official Kotlin and Android Style Guides.
.editorconfig.import com.example.*).java.*, kotlin.*, then external libraries.PascalCase.camelCase.camelCase.SCREAMING_SNAKE_CASE../gradlew ktlintCheck
./gradlew ktlintFormat
.editorconfig)Ensure your project has a .editorconfig that KtLint reads:
[*.{kt,kts}]
indent_size=4
insert_final_newline=true
max_line_length=120
ij_kotlin_allow_trailing_comma=true
Alt+Enter → "Optimize Imports".;.