ghostty
Controls the Ghostty terminal emulator via CLI actions and configuration. Use when managing Ghostty windows, fonts, themes, keybinds, config validation, or debugging terminal configuration. Use for ghostty CLI, terminal config, theme selection, font management.
What this skill does
# Ghostty Skill ## Overview Ghostty is a fast, feature-rich, cross-platform terminal emulator that uses platform-native UI and GPU acceleration. It provides a CLI with `+action` commands for querying configuration, listing themes/fonts, validating config, and opening new windows via IPC. Window, tab, and split management are handled through keybind actions configured in the config file, not through CLI commands. **When to use:** Configuring Ghostty themes, fonts, and keybinds; validating config files; querying available actions and themes; opening new windows from scripts; debugging terminal rendering issues. **When NOT to use:** Managing other terminal emulators; tasks unrelated to terminal configuration. ## Quick Reference | Task | Command / Config | Key Points | | ---------------- | ----------------------------------- | ------------------------------------------------- | | List CLI actions | `ghostty +list-actions` | Shows keybind actions, not CLI actions | | List themes | `ghostty +list-themes` | Interactive TUI preview; `--color=dark` to filter | | List fonts | `ghostty +list-fonts` | Uses Ghostty's font discovery | | List keybinds | `ghostty +list-keybinds` | Add `--default` for defaults only | | List colors | `ghostty +list-colors` | Named RGB colors available in config | | Show config | `ghostty +show-config` | Add `--default --docs` for all options | | Validate config | `ghostty +validate-config` | Check config file for errors | | Edit config | `ghostty +edit-config` | Opens config in `$VISUAL` or `$EDITOR` | | New window (IPC) | `ghostty +new-window` | Linux/GTK only via D-Bus; use `-e` for command | | Run command | `ghostty -e htop` | Arguments after `-e` are the command | | Set working dir | `ghostty --working-directory=/path` | Changes directory before running command | | Custom config | `ghostty --config-file=/path` | Load additional config file | | Check version | `ghostty --version` | Display version info | | SSH terminfo | `ghostty +ssh-cache` | Manage SSH terminfo cache for remote hosts | | Show font face | `ghostty +show-face <codepoint>` | Which font renders a specific Unicode codepoint | | Crash reports | `ghostty +crash-report` | Inspect and manage crash reports | ## Common Mistakes | Mistake | Correct Pattern | | --------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | | Running `ghostty +new-tab` or `+new-split` as CLI commands | These are keybind actions, not CLI actions; configure them in the config file with `keybind = ...` | | Running `ghostty` without full path when not symlinked on macOS | Use `/Applications/Ghostty.app/Contents/MacOS/ghostty` or create a symlink | | Using `+new-window` on macOS expecting it to work | `+new-window` uses D-Bus IPC and only works on Linux/GTK | | Editing config without reloading | Use the `reload_config` keybind action (default: `ctrl+shift+comma` on Linux) | | Using `--config-file` with a relative path | Use absolute paths for `--config-file` to avoid resolution issues | | Passing unknown actions without checking available list | Run `ghostty +help` to see CLI actions or `+list-actions` for keybind actions | | Confusing CLI actions with keybind actions | CLI actions use `+action` syntax; keybind actions are configured via `keybind = key=action` in config | ## Delegation - **Discover available actions and themes**: Use `Explore` agent to run `ghostty +list-actions` and `ghostty +list-themes` - **Automate terminal layouts**: Use `Task` agent to script window creation and config changes - **Plan configuration changes**: Use `Plan` agent to design keybind and theme configurations before applying ## References - [CLI actions, flags, and IPC commands](references/cli-actions.md) - [Configuration file, themes, fonts, keybinds, and debugging](references/configuration.md)
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.