intellij-plugin-builder
SKILL.md
IntelliJ Plugin Builder
Overview
This skill provides templates, best practices, and reference documentation for building IntelliJ Platform plugins. It covers project setup, core components (Actions, Services, Listeners), and configuration using the IntelliJ Platform Gradle Plugin (2.x).
It includes the full official IntelliJ SDK documentation for offline reference.
Workflow
1. Project Setup
Use the provided initialization script to scaffold a new project with the correct structure and configuration.
python3 .claude/skills/intellij-plugin-builder/scripts/init_project.py "MyPlugin" "com.example.myplugin"