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

Platform Compatibility

  • 36 installs
  • 50 repo stars
  • Updated June 18, 2026
  • josiahsiegel/claude-plugin-marketplace

Helps with ai & agent building tasks.

About

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

  • platform-compatibility
  • AI & Agent Building
  • AI-coding skill

Platform Compatibility by the numbers

  • 36 all-time installs (skills.sh)
  • Ranked #8,608 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
npx skills add https://github.com/josiahsiegel/claude-plugin-marketplace --skill platform-compatibility

Add your badge

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

Listed on Skillselion
Installs36
repo stars50
Last updatedJune 18, 2026
Repositoryjosiahsiegel/claude-plugin-marketplace

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Platform, Emulator, Multiplexer, and Remote Compatibility

Use this skill when a TUI must behave across operating systems, terminal emulators, multiplexers, SSH sessions, containers, CI, or embedded pseudo-terminal hosts.

Compatibility mindset

Terminal capability is a chain: application library, OS console or PTY, shell, multiplexer, SSH transport, terminal emulator, font, theme, and user settings. A feature is reliable only if each link preserves it. Treat every advanced protocol as optional unless the app owns the whole environment.

Support matrix to define

For production TUIs, document and test:

  • OS: Linux, macOS, Windows Terminal, classic conhost if supported, WSL, containers.
  • Terminal emulators: Terminal.app, iTerm2, Kitty, Alacritty, WezTerm, foot, GNOME Terminal/VTE, Konsole, Windows Terminal.
  • Multiplexers: tmux, GNU screen, Zellij.
  • Remote: SSH, mosh-like links, serial/slow links, jump hosts, agent forwarding policy.
  • Shell and locale: UTF-8 locale, code page on Windows, TERM and terminfo availability.
  • Constraints: minimum size, color level, Unicode/ASCII mode, mouse/paste support.

Platform rules

  • On Windows, distinguish Windows Terminal/ConPTY from legacy console hosts. Enable virtual terminal processing when using low-level console APIs, prefer UTF-8, and test child-process hosting through ConPTY when relevant.
  • On Unix-like systems, handle PTY semantics, SIGWINCH, termios raw/cbreak restoration, process signals, and locale-dependent encoding.
  • On macOS, Terminal.app and iTerm2 differ in proprietary protocols, option-key behavior, clipboard/image features, and default color/theme settings.

Multiplexer rules

  • tmux/screen/Zellij can rewrite TERM, filter OSC/DCS, transform mouse events, mediate alternate screen, and require passthrough wrappers for clipboard, images, truecolor, or keyboard protocols.
  • Always test inside and outside the multiplexer versions you claim.
  • Prefer text fallbacks over hard dependencies on OSC 52, OSC 8, Kitty graphics, iTerm2 images, focus events, or extended keyboard protocols.

Remote rules

  • Minimize write volume and cursor churn over SSH.
  • Coalesce resize storms and high-frequency metrics.
  • Do not assume clipboard, local file paths, image protocols, or agent forwarding are present or allowed.
  • Provide low-bandwidth, no-mouse, no-animation, plain, and batch modes.

Reference files

  • references/emulator-platform-matrix.md - OS, emulator, PTY, and feature compatibility guidance.
  • references/multiplexer-remote.md - tmux/screen/Zellij, SSH, latency, passthrough, and resize practices.

Related skills

This week in AI coding

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

unsubscribe anytime.