Add Modern Kotlin skill; add heapy plugin#2
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
New modern-kotlin skill covers language features from Kotlin 1.7 through 2.4.10 and 2.4.20-Beta1, with experimental -X flags and per-version reference files back to Kotlin 1.4. Registers the heapy plugin in both marketplaces and updates READMEs. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Two additions:
kortex:modern-kotlinskill — Kotlin language features from the last 4 years (1.7 → 2.4.20-Beta1):SKILL.md: stable features (context parameters, explicit backing fields, guard conditions,$$interpolation, data-flow exhaustiveness, K2 smart casts, …) and experimental ones with exact-Xflags (-Xcollection-literals,-Xname-based-destructuring,-Xreturn-value-checker, contract flags, …).references/: per-version detail files (kotlin-2.4.md…kotlin-1.4-1.6.md) plusexperimental-flags.md— full index of-Xflags and opt-ins with current status. Pre-2022 features live only in references, linked from the main skill.heapyplugin with thefix-issuesskill, registered in both marketplaces (was sitting uncommitted in the working tree).kortex plugin bumped 1.0.5 → 1.0.6; READMEs updated with usage examples.
🤖 Generated with Claude Code