Fix Github Issue
Description
[](https://github.com/jeremymailen/kotlinter-gradle/actions)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Kotlinter Gradle
[](https://github.com/jeremymailen/kotlinter-gradle/actions)
[](https://github.com/jeremymailen/kotlinter-gradle/releases)
Painless Gradle plugin for linting and formatting Kotlin source files using the awesome [ktlint](https://ktlint.github.io) engine.
It aims to be easy to set up with _zero_ required configuration and behaves as you'd expect out of the box.
It's also fast because it integrates the ktlint _engine_ directly with Gradle's incremental build and uses the Worker API to parallelize work.
Versions
This documentation is for version 5+. For documentation on version 4x and earlier, see [README-4x.md](README-4x.md).
Installation
Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jmailen.kotlinter
Replace `` in the examples below with the [current release](https://github.com/jeremymailen/kotlinter-gradle/releases/latest) version or your desired version.
Single module
Kotlin
plugins {
id("org.jmailen.kotlinter") version ""
}
Groovy
plugins {
id "org.jmailen.kotlinter" version ""
}
Multi-module and Android
Kotlin Root `build.gradle.kts`
plugins {
id("org.jmailen.kotlinter") version "" apply false
}
Each module `build.gradle.kts` with Kotlin source
plugins {
id("org.jmailen.kotlinter")
}
Groovy Root `build.gradle`
plugins {
id 'org.jmailen.kotlinter' version "" apply false
}
Each module `build.gradle` with Kotlin source
plugins {
id 'org.jmailen.kotlinter'
}
Compatibility
- Kotlin -- generally compatible so long as the language features are supported by the version of ktlint selected
- Gradle 8.4+
- Ktlint 1.0+
Features
- Supports Kotlin Gradle plugins:
...
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git