amplicode-install
Installation
SKILL.md
amplicode-install
Installs the Amplicode IntelliJ plugin into all locally installed IntelliJ IDEA (Ultimate/Community) and GigaIDE installations the user picks.
What this skill does
- Runs a platform-specific detection script that finds installed IntelliJ-based IDEs on the machine.
- Filters down to IDEA Ultimate (
IU), IDEA Community (IC), and GigaIDE. Skips everything else. - Filters out IDEs where Amplicode is already installed.
- Asks the user which IDE(s) to install into when more than one candidate remains.
- Invokes the standard JetBrains CLI:
<ide-binary> installPlugins com.haulmont.amplicode https://amplicode.ru/marketplace. The IDE itself picks the right version for its build, downloads the ZIP, and unpacks it into the right plugins directory. - Tells the user to launch the IDE, open any project, and click the "Настроить Spring Agent" button on the Amplicode welcome screen. That button (and only that button) triggers MCP auto-config + spring-skills install.
What this skill does NOT do
- It does not write any MCP client config. The Amplicode plugin needs a running MCP server inside the IDE to know the port — only the plugin itself can fill in the configs of supported agents. That happens when the user clicks "Настроить Spring Agent" on the welcome screen (not automatically on IDE start).
- It does not install spring-skills or any agent-side skill packages. That is also done by the welcome-screen button.
- It does not download or extract the plugin ZIP by hand. JetBrains'
installPluginsCLI handles fetching, version matching against the IDE build, and unpacking.