with one click
spiral-plugin
spiral-plugin contains 2 collected skills from j-plugins, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Write idiomatic Kotlin code that fits this repository's stack (Kotlin on JVM 21, IntelliJ Platform). Use this skill whenever you add or modify `.kt` files in this repo - it enforces Kotlin coding conventions, nullability rules, scope function choices, and the project's specific idioms (PSI helpers, extension fn patterns, bundle/icon singletons).
Write IntelliJ Platform tests for this Kotlin plugin (JUnit 4 + BasePlatformTestCase + CodeInsightTestFixture). Use this skill whenever you add or modify tests under `src/test/`. It covers fixture patterns for references, completion, inspections, line markers, rename, folding, file-based indexes, and the testData directory conventions.