wezterm
Control WezTerm terminal emulator via CLI. Manage panes, tabs, workspaces, and execute commands in running terminals.
What this skill does
# WezTerm Skill Use the `wezterm` CLI to control and interact with WezTerm terminal instances. ## CLI Location ```bash /Applications/WezTerm.app/Contents/MacOS/wezterm ``` Or add to PATH for easier access. ## Listing and Connecting List all WezTerm panes: ```bash wezterm cli list ``` List in JSON format: ```bash wezterm cli list --format json ``` List clients (GUI windows): ```bash wezterm cli list-clients ``` ## Pane Management Get current pane ID: ```bash wezterm cli get-pane-direction ``` Split pane horizontally (new pane to right): ```bash wezterm cli split-pane --right ``` Split pane vertically (new pane below): ```bash wezterm cli split-pane --bottom ``` Split with specific command: ```bash wezterm cli split-pane --right -- htop ``` Move focus between panes: ```bash wezterm cli activate-pane-direction up wezterm cli activate-pane-direction down wezterm cli activate-pane-direction left wezterm cli activate-pane-direction right ``` Activate specific pane by ID: ```bash wezterm cli activate-pane --pane-id <pane-id> ``` ## Tab Management Create new tab: ```bash wezterm cli spawn ``` Create tab with command: ```bash wezterm cli spawn -- vim ``` Create tab in specific domain: ```bash wezterm cli spawn --domain-name SSH:server ``` Activate tab by index: ```bash wezterm cli activate-tab --tab-index 0 ``` Activate tab relative: ```bash wezterm cli activate-tab --tab-relative 1 # next tab wezterm cli activate-tab --tab-relative -1 # previous tab ``` ## Sending Commands to Panes Send text to a pane: ```bash wezterm cli send-text --pane-id <pane-id> "ls -la\n" ``` Send text to current pane: ```bash wezterm cli send-text "echo hello\n" ``` ## Workspaces List workspaces: ```bash wezterm cli list --format json | jq '.[].workspace' | sort -u ``` ## Zoom Toggle pane zoom: ```bash wezterm cli zoom-pane --toggle ``` Zoom pane: ```bash wezterm cli zoom-pane --zoom ``` Unzoom: ```bash wezterm cli zoom-pane --unzoom ``` ## Multiplexer Domains List domains (local, SSH, etc.): ```bash wezterm cli list --format json | jq '.[].domain_name' | sort -u ``` Connect to SSH domain: ```bash wezterm cli spawn --domain-name SSH:myserver ``` ## Configuration Config file: ``` ~/.config/wezterm/wezterm.lua ``` Show effective config: ```bash wezterm show-keys ``` ## Launching Start new window: ```bash wezterm start ``` Start with command: ```bash wezterm start -- htop ``` Start in directory: ```bash wezterm start --cwd /path/to/dir ``` Connect to running mux server: ```bash wezterm connect unix ```
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.