원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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".;.