jetbrains-vmoptions
Provides JetBrains IDE VM options knowledge for version-specific GC selection and memory/performance tuning (JDK 17/21, IDE 222+). Use this skill whenever the user mentions JetBrains IDE performance, vmoptions, .vmoptions files, IntelliJ/WebStorm/PyCharm/GoLand/Rider/CLion/PhpStorm/RubyMine/DataGrip tuning, IDE freezes or lag, heap size configuration, GC tuning for IDEs, or wants to optimize their JetBrains IDE startup or runtime performance — even if they don't explicitly mention "vmoptions".
What this skill does
# JetBrains IDE VM Options Generate `.vmoptions` configurations for JetBrains IDEs. Output as Markdown code blocks (one option per line, `#` comments). Do not generate files directly. ## Workflow ### 1. Identify IDE version (blocking) Read [prerequisite-check.md](references/prerequisite-check.md) for validation logic. IDE version determines the JDK (17 vs 21), which controls which GC collectors and flags are available. Never skip this step — wrong version means wrong recommendations. ### 2. Understand the user's goal Match the user's problem to a tuning strategy: | User says | Primary goal | Start with | |-----------|-------------|------------| | "freezes", "hangs", "lag", "UI stutter" | Low GC pause times | [gc-options.md](references/gc-options.md) → ZGC/Shenandoah | | "slow indexing", "build is slow" | Throughput | [gc-options.md](references/gc-options.md) → G1GC/Parallel | | "out of memory", "OOM", "large project" | Memory capacity | [memory-options.md](references/memory-options.md) → heap sizing | | "startup is slow" | Fast startup | [common-options.md](references/common-options.md) → tiered compilation | | "general tuning", "optimize" | Balanced | All references as needed | ### 3. Compose options from references Read only the relevant reference files. Each reference includes flag descriptions, defaults, usage notes, and example configurations. | File | Content | Read when | |------|---------|-----------| | [prerequisite-check.md](references/prerequisite-check.md) | IDE version validation, JDK mapping | Always (step 1) | | [gc-options.md](references/gc-options.md) | GC selection and tuning flags | GC-related goals | | [memory-options.md](references/memory-options.md) | Heap, code cache, metaspace, large pages | Memory-related goals | | [common-options.md](references/common-options.md) | Compiler, strings, diagnostics, threads | Performance/startup goals | ### 4. Self-review before presenting - Verify every flag is compatible with the user's JDK version - Remove flags that conflict with each other (e.g., two different GC activations) - Remove flags the user didn't ask about and doesn't need — lean configs are better - Include a brief comment explaining each section's purpose ### 5. Present with context Show the final `.vmoptions` block with: - A header comment noting the IDE version and JDK - Grouped sections (Memory, GC, Performance, Diagnostics) - A short explanation of each non-obvious choice ## Scope - **Supported**: IDE versions 222+ (JDK 17) and 243+ (JDK 21) - **GC collectors**: Generational ZGC, ZGC, G1GC, Shenandoah, Parallel, Serial - **Tuning areas**: Memory, code cache, metaspace, GC, compiler, strings, diagnostics - **Not in scope**: OS-level tuning, plugin configuration, IDE settings (non-JVM), or IDE versions below 222 ## Output Example ``` # JetBrains IDE VM Options # IntelliJ IDEA 2024.3 (version 243, JDK 21) # Memory -Xms2g -Xmx4g # Garbage Collector: Generational ZGC -XX:+UseZGC -XX:+ZGenerational # Performance -XX:ReservedCodeCacheSize=512m -XX:+UseStringDeduplication -XX:SoftRefLRUPolicyMSPerMB=50 # Diagnostics -XX:+HeapDumpOnOutOfMemoryError -XX:CICompilerCount=2 ```
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.