npx claudepluginhub h16rkim/overmindKotlin language support for Claude Code using JetBrains official Kotlin LSP
Eclipse JDT Language Server for Java
TypeScript/JavaScript language support for Claude Code using typescript-language-server
MCP servers for Claude Code
Blog skills for place research, later management, and place management
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
JetBrains 공식 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 파일을 참조하세요.