JetBrainsJetBrainsOfficialยท6 Agent Skills Included

ideavim

Maintain the IdeaVim plugin with automated tests, changelogs, and docs

Automates maintenance work on IdeaVim, the Vim emulation engine for JetBrains IDEs. Handles changelog updates, test suite cleanup, duplicate issue triage, documentation sync, and API migration without manual review effort. Gives AI agents clear project rules for commits, branches, and YouTrack tickets so contributors ship changes faster.
npx skills add JetBrains/ideavim --all -g -y
Available:

Tells the AI agent how to build and test IdeaVim, which Gradle commands to run, and which project conventions (YouTrack tickets, commit formats, config files) to follow when executing the skills.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install IdeaVim skills?โ–ผ

Run `npx skills add JetBrains/ideavim --all -g -y` in your terminal to install all maintenance skills in this suite globally.

What is IdeaVim used for?โ–ผ

IdeaVim adds Vim key bindings, motions, macros, and Vimscript support to JetBrains IDEs like IntelliJ IDEA, PyCharm, and WebStorm.

How do these skills help IdeaVim contributors?โ–ผ

They let an AI agent update the changelog, clean up tests, deduplicate YouTrack issues, and sync documentation automatically after code changes.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and other compatible AI coding agents.

Can I migrate old IdeaVim extensions to the new API?โ–ผ

Yes. The extensions-api-migration skill guides the agent step by step to convert old VimExtensionFacade code to the new annotation-based plugin API.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’