mise-jetbrains-integration

Wire JetBrains IDEs to mise for automatic SDK management.

1|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ray-manaloto/claude-code-marketplace --skill mise-jetbrains-integration
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: mise-jetbrains-integration
Source: https://github.com/ray-manaloto/claude-code-marketplace/tree/main/mise-toolkit/skills/mise-jetbrains-integration
Command: npx skills add https://github.com/ray-manaloto/claude-code-marketplace --skill mise-jetbrains-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

JetBrains IDEs like IntelliJ-based tools require explicit SDK configuration; this Skill wires mise-managed tools into IDEs so developers have consistent toolchains and automatic SDK registration.

Core Features & Use Cases

  • Auto-registers mise-managed SDKs in JetBrains IDEs via the intellij-mise plugin.
  • Supports per-language SDK selection and Gradle/Maven integration workflows.
  • Includes the ~/.asdf symlink workaround to expose mise installs to IDEs where native support is lacking.

Quick Start

Install the Mise plugin in your JetBrains IDE and open a project containing a mise.toml to auto-register the SDKs.

Frequently Asked Questions about mise-jetbrains-integration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure JetBrains IDEs to use mise-managed SDKs?▼

To configure JetBrains IDEs to use mise-managed SDKs, install the intellij-mise plugin and open a project with a mise.toml file to auto-register the SDKs. This wires mise toolchains directly into IDEs for consistent per-language SDK selection.

Does mise work with IntelliJ, PyCharm, and other JetBrains IDEs for language SDK selection?▼

Yes, mise works with the IntelliJ family IDEs including IntelliJ, PyCharm, GoLand, RubyMine, WebStorm, and Android Studio. It enables per-language SDK selection and integrates with Gradle and Maven workflows across these platforms.

What is the asdf symlink workaround for exposing mise installs to IntelliJ?▼

The asdf symlink workaround exposes mise installs to JetBrains IDEs by creating a ~/.asdf symlink. This acts as a fallback for IDEs lacking native mise support, ensuring toolchains remain visible and accessible during project configuration.

How do I integrate Maven and Gradle workflows with mise in JetBrains IDEs?▼

Integrate Maven and Gradle workflows with mise by wiring JetBrains IDEs to mise-managed toolchains. The intellij-mise plugin automatically registers the SDKs, allowing build tools to use the correct per-project language versions defined in mise.toml.

Can I manually point my JetBrains IDE SDK to mise if the plugin fails?▼

Yes, you can manually point your JetBrains IDE SDK to mise as a fallback. If the intellij-mise plugin or the ~/.asdf symlink workaround is unavailable, direct manual SDK pointing ensures the IDE uses the mise-installed toolchain.