❯_termy
Agent skills

Migrate from Ghostty with an agent

Convert a Ghostty config to Termy.

Install the skill:

npx skills add lassejlv/termy --skill ghostty-to-termy

Then ask your agent:

Use ghostty-to-termy to convert ~/.config/ghostty/config.
Do not replace my live Termy config.

The skill creates a Termy config and a compatibility report. Unsupported or lossy Ghostty settings are reported instead of guessed.

Run the converter directly

From a Termy checkout:

python3 skills/ghostty-to-termy/scripts/convert_ghostty_to_termy.py \
  ~/.config/ghostty/config \
  --output /tmp/termy-config.txt \
  --report /tmp/termy-compatibility.json \
  --strict

Check both output files before replacing your live ~/.config/termy/config.txt.

See the configuration reference for manual changes.

On this page