
Post








Built a Claude Code plugin for Ghostty users 🖥️ If you use Ghostty as your daily terminal and Claude Code for development, this plugin gives AI accurate knowledge of Ghostty configuration. It includes 11 MCP tools + a domain knowledge skill: - Search config docs, get full documentation for any option - List available fonts, themes, keybindings, colors - Validate config file syntax - Check which font face renders specific characters It also includes built-in gotcha warnings — like scrollback-limit being in bytes, not lines (I got burned by this, which is why I built this plugin). To install, launch Claude Code from Ghostty's config directory and choose local scope. % cd "~/Library/Application\ Support/com.mitchellh.ghostty/" % claude /plugin marketplace add shyuan/shyuan-marketplace /plugin install ghostty-config@shyuan-marketplace Then just ask naturally: - "What is scrollback-limit?" - "List dark themes" - "What Nerd Fonts are available?" - "Validate my config" - "Pick me a fun theme and font combo" plugin: github.com/shyuan/ghostty… mcp: github.com/shyuan/ghostty…









