ideavim
Maintain the IdeaVim plugin with automated tests, changelogs, and docs
All Skills in This Repository (6)
Pure Emerald Level Indicatorsextensions-api-migration
Migrate IdeaVim extensions from VimExtensionFacade to the @VimPlugin annotation-based API.
issues-deduplication
Detect duplicate YouTrack issues and link them to a primary issue.
tests-maintenance
Audit disabled IdeaVim tests and document Neovim annotations.
changelog
Keep CHANGES.md release notes in sync with code changes.
git-workflow
Enforce IdeaVim git workflow conventions for commits, branches, PRs, and CI.
doc-sync
Detect and synchronize documentation discrepancies between code and doc files.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core