What problem does it solve? Installing the Amplicode plugin manually across multiple JetBrains IDEs is tedious and error-prone: you must locate each IDE installation, check whether the plugin is already present, handle running IDE instances that block installation, and use the correct JetBrains CLI invocation. This Skill automates detection, selection, and installation of the Amplicode plugin into IntelliJ IDEA (Ultimate/Community) and GigaIDE. ## Core Features & Use Cases - Cross-platform IDE detection: Runs Bash (macOS/Linux) or PowerShell (Windows) scripts that scan the system for IntelliJ-based IDEs and output a JSON list filtered to IDEA Ultimate, IDEA Community, and GigaIDE. - Smart filtering and selection: Skips IDEs where Amplicode is already installed and asks the user to pick targets when multiple candidates remain. - Running-IDE handling: Detects running IDE instances via their .pid files, offers a graceful quit-install-relaunch flow, and protects against killing the IDE that hosts the agent itself. - Use Case: A developer asks their AI assistant to "install the Amplicode plugin in my IDE". The assistant detects two IDEA installations, installs the plugin into both via installPlugins com.haulmont.amplicode, and instructs the user to click "Настроить Spring Agent" on the welcome screen to complete MCP configuration. ## Quick Start Ask your AI assistant to install the Amplicode plugin into your IntelliJ IDEA or GigaIDE installation.