By zircote
Claude Code plugin for Kotlin development with kotlin-language-server integration, 12 automated hooks for Gradle builds, linting (detekt, ktlint), formatting, and testing
npx claudepluginhub zircote/lsp-marketplace --plugin kotlin-lspA Claude Code plugin providing comprehensive Kotlin development support through:
# Run the setup command (after installing the plugin)
/setup
Or manually:
# macOS (Homebrew)
brew install kotlin-language-server
brew install ktlint detekt
The plugin configures kotlin-language-server for Claude Code via .lsp.json:
{
"kotlin": {
"command": "kotlin-language-server",
"args": [],
"extensionToLanguage": { ".kt": "kotlin", ".kts": "kotlin" },
"transport": "stdio"
}
}
Capabilities:
| Hook | Trigger | Description |
|---|---|---|
kotlin-format-on-edit | **/*.kt | Auto-format with ktlint |
kotlin-lint-on-edit | **/*.kt | Lint with detekt |
kotlin-compile-check | **/*.kt | Compile with Gradle |
kotlin-null-check | **/*.kt | Detect !! usage |
| Tool | Installation | Purpose |
|---|---|---|
kotlin-language-server | brew install kotlin-language-server | LSP server |
ktlint | brew install ktlint | Linting & formatting |
detekt | brew install detekt | Static analysis |
kotlin-lsp/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── .lsp.json # kotlin-language-server configuration
├── commands/
│ └── setup.md # /setup command
├── hooks/
│ └── scripts/
│ └── kotlin-hooks.sh
├── tests/
│ └── SampleTest.kt # Test file
├── CLAUDE.md # Project instructions
└── README.md # This file
MIT
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Continuous self-referential AI loops for interactive iterative development, implementing the Ralph Wiggum technique. Run Claude in a while-true loop with the same prompt until task completion.
Complete developer toolkit for Claude Code