By h16rkim
Kotlin language support for Claude Code using JetBrains official Kotlin LSP
npx claudepluginhub h16rkim/overmind --plugin kotlin-lspJetBrains 공식 Kotlin LSP 서버를 Claude Code와 연결하는 플러그인입니다.
Kotlin LSP는 Java 17 이상이 필요합니다.
java -version
Homebrew (권장):
brew install JetBrains/utils/kotlin-lsp
수동 설치:
chmod +x kotlin-lsp.sh
ln -s /path/to/kotlin-lsp.sh /usr/local/bin/kotlin-lsp
마켓플레이스 추가:
/plugin marketplace add https://github.com/h16rkim/cc-kotlin-lsp.git
플러그인 설치:
/plugin install kotlin-lsp@kotlin-lsp-marketplace
테스트용:
claude --plugin-dir /path/to/cc-kotlin-lsp-plugin
영구 설치:
# 플러그인 디렉토리에 심볼릭 링크 생성
ln -s /path/to/cc-kotlin-lsp-plugin ~/.claude/plugins/kotlin-lsp
Kotlin LSP가 제공하는 기능:
.kt - Kotlin 소스 파일.kts - Kotlin 스크립트 파일Kotlin LSP는 현재 실험적 단계입니다:
kotlin-lsp가 PATH에 있는지 확인:
which kotlin-lsp
Java 버전 확인:
java -version # 17 이상이어야 함
로그 확인:
claude --enable-lsp-logging --plugin-dir /path/to/cc-kotlin-lsp-plugin
로그 파일 위치: ~/.claude/debug/
build.gradle 또는 build.gradle.kts 파일이 있는지 확인gradlew)가 있는지 확인플러그인이 인식되지 않는 경우:
# 플러그인 유효성 검사
/plugin validate /path/to/cc-kotlin-lsp-plugin
MIT License - 자세한 내용은 LICENSE 파일을 참조하세요.
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.
Comprehensive end-to-end support for building, testing, and deploying cross-browser extensions across Firefox, Chrome, and Safari with modern patterns, WASM integration, and best practices.
Perl language support via PerlNavigator LSP
Zig language server plugin for Claude Code with ZLS integration and automated hooks for formatting and building
Svelte language server plugin for Claude Code with svelte-language-server integration and automated hooks for linting and formatting
Claude Code plugin for C# development with OmniSharp LSP integration, 12 automated hooks for .NET builds, linting, formatting, and testing (xUnit, NUnit)