Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
oakoss avatar

Ghostty

  • 58 installs
  • 14 repo stars
  • Updated March 2, 2026
  • oakoss/agent-skills

Helps with ai & agent building tasks during AI-assisted development.

About

ghostty is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • ghostty
  • AI & Agent Building
  • AI-coding skill

Ghostty by the numbers

  • 58 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #6,589 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/oakoss/agent-skills --skill ghostty

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs58
repo stars14
Last updatedMarch 2, 2026
Repositoryoakoss/agent-skills

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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

TaskCommand / ConfigKey Points
List CLI actionsghostty +list-actionsShows keybind actions, not CLI actions
List themesghostty +list-themesInteractive TUI preview; --color=dark to filter
List fontsghostty +list-fontsUses Ghostty's font discovery
List keybindsghostty +list-keybindsAdd --default for defaults only
List colorsghostty +list-colorsNamed RGB colors available in config
Show configghostty +show-configAdd --default --docs for all options
Validate configghostty +validate-configCheck config file for errors
Edit configghostty +edit-configOpens config in $VISUAL or $EDITOR
New window (IPC)ghostty +new-windowLinux/GTK only via D-Bus; use -e for command
Run commandghostty -e htopArguments after -e are the command
Set working dirghostty --working-directory=/pathChanges directory before running command
Custom configghostty --config-file=/pathLoad additional config file
Check versionghostty --versionDisplay version info
SSH terminfoghostty +ssh-cacheManage SSH terminfo cache for remote hosts
Show font faceghostty +show-face <codepoint>Which font renders a specific Unicode codepoint
Crash reportsghostty +crash-reportInspect and manage crash reports

Common Mistakes

MistakeCorrect Pattern
Running ghostty +new-tab or +new-split as CLI commandsThese are keybind actions, not CLI actions; configure them in the config file with keybind = ...
Running ghostty without full path when not symlinked on macOSUse /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 reloadingUse the reload_config keybind action (default: ctrl+shift+comma on Linux)
Using --config-file with a relative pathUse absolute paths for --config-file to avoid resolution issues
Passing unknown actions without checking available listRun ghostty +help to see CLI actions or +list-actions for keybind actions
Confusing CLI actions with keybind actionsCLI 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
  • Configuration file, themes, fonts, keybinds, and debugging

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.