---
/plugin marketplace add physics91/claude-vibe/plugin install claude-vibe@physics91-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Provide a repeatable workflow to install JetBrains Kotlin LSP, connect it to IntelliJ via LSP4IJ (LSP Support plugin), and troubleshoot issues.
.kt/.kts filesAsk for:
Prefer official install instructions and record the exact server binary path.
Homebrew (macOS/Linux):
brew install JetBrains/utils/kotlin-lsp
Manual install (all OSes):
kotlin-lsp --help
Confirm Java runtime (capture for troubleshooting):
java -version
kotlin-lsp (add --stdio if listed in --help)*.kt (and *.kts if you need Kotlin scripts)cmd /c <command>sh -c <command>*.kt, *.kts).IntelliJ-specific issues
*.kt and *.kts.Use these when details are missing:
AskUserQuestion: "Which OS are you on and how did you install Kotlin LSP?"
Options:
- macOS + Homebrew
- macOS + manual
- Linux + manual
- Windows + manual
AskUserQuestion: "What project type are you opening in IntelliJ?"
Options:
- JVM-only Kotlin (Gradle)
- Kotlin Multiplatform (KMP)
- Android (Gradle)
- Other
## Kotlin LSP Setup/Triage
**IDE**: IntelliJ IDEA [version]
**Project**: [name/path]
**Server**: JetBrains Kotlin LSP (K2)
**Install**: [brew/manual]
### Checks
- [x] Kotlin LSP binary resolves
- [x] LSP4IJ installed
- [ ] File mapping (*.kt/*.kts)
- [ ] LSP Console handshake
### Findings
| Severity | Area | Detail |
|----------|------|--------|
| MEDIUM | Startup | Missing Java runtime on PATH |
### Next Actions
1. [ ] Fix Java runtime and retest `kotlin-lsp --help`
2. [ ] Update LSP4IJ plugin and restart IntelliJ
3. [ ] Re-open project and verify diagnostics
code-reviewer skill: General Kotlin code reviewkotlin-android-reviewer skill: Android-specific Kotlin reviewkotlin-spring-reviewer skill: Backend Kotlin reviewThis skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.