Integrates IntelliJ MCP tools for optimized build, test, and refactoring tasks.
Install
mkdir -p .claude/skills/intellij-mcp && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/10679" && unzip -o skill.zip -d .claude/skills/intellij-mcp && rm skill.zipInstalls to .claude/skills/intellij-mcp
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Uses the IntelliJ MCP tools for various programming tasks. Use when the IntelliJ MCP is available and you are building, running tests, searching or refactoring.Key capabilities
- →Build projects
- →Rename symbols
- →Execute tests
- →Search symbols and text
How it works
The skill use IntelliJ MCP tools to perform IDE-integrated tasks like building, refactoring, and searching, replacing standard CLI commands.
Inputs & outputs
When to use intellij-mcp
- →Build project
- →Rename symbols
- →Execute tests
- →Search symbols
About this skill
IntelliJ MCP-verktøy
Når IntelliJ MCP er tilgjengelig, foretrekk disse verktøyene fremfor kommandolinje:
- Validering av endringer: Bruk
build_project(kompilerer kun endrede filer) for rask tilbakemelding på kompileringsfeil i stedet for full./gradlew build. - Inspeksjoner: Kjør
get_file_problemspå en fil for å fange feil og advarsler før bygg. - Refaktorering: Bruk
rename_refactoringfor trygg, prosjektomfattende omdøping av symboler. - Søk/navigasjon: Foretrekk
search_symbol,search_textogsearch_regex(indeksert) fremforgreppå kommandolinjen. - Kjøre tester: Bruk
get_run_configurations+execute_run_configuration. Bruk kun kjørekonfigurasjoner som er lagret i prosjektet (.run/):Tests in 'familie-tilbake.modell',Tests in 'familie-tilbake.test'ogTests in 'familie-tilbake.pdf.test'. Personlige konfigurasjoner i.idea/workspace.xml. Kjør tester relatert til modulene som endres, men kjør også alltid testene ifamilie-tilbake.test.
When not to use it
- →Standard CLI-only workflows
Prerequisites
Limitations
- →Requires IntelliJ MCP availability
- →Limited to project-specific configurations
How it compares
It uses indexed IDE data for faster and more accurate results compared to standard CLI tools like grep.
Compared to similar skills
intellij-mcp side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| intellij-mcp (this skill) | 0 | 1mo | No flags | Intermediate |
| code-assist | 1 | 5mo | No flags | Advanced |
| moonbit-agent-guide | 1 | 6mo | Review | Intermediate |
| ruby-pro | 1 | 4mo | No flags | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by navikt
View all by navikt →You might also like
code-assist
mikeyobrien
Guides implementation of code tasks using test-driven development in an Explore, Plan, Code, Commit workflow. Acts as a Technical Implementation Partner and TDD Coach — following existing patterns, avoiding over-engineering, and producing idiomatic, modern code.
moonbit-agent-guide
loro-dev
Guide for writing, refactoring, and testing MoonBit projects. Use when working in MoonBit modules or packages, organizing MoonBit files, using moon tooling (build/check/test/doc/ide), or following MoonBit-specific layout, documentation, and testing conventions.
ruby-pro
sickn33
Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks. Use PROACTIVELY for Ruby refactoring, optimization, or complex Ruby features.
agent-implementer-sparc-coder
ruvnet
Agent skill for implementer-sparc-coder - invoke with $agent-implementer-sparc-coder
apex
zuzu59
Systematic implementation using APEX methodology (Analyze-Plan-Execute-eXamine) with parallel agents, self-validation, and optional adversarial review. Use when implementing features, fixing bugs, or making code changes that benefit from structured workflow.
tdd
oimiragieo
Canon TDD for humans and AI agents. Use for production code changes by writing tests first, proving RED, implementing minimal GREEN, and refactoring safely. 2026 edition adds TDP, flakiness gate, ralph-loop integration, memory-search in Step 0, PBT as Step 5.5, mutation testing gate in Step 4, and C