·terminal-expert
</>

terminal-expert

This skill provides unified expert-level guidance for terminal implementation in VS Code extensions. Covers xterm.js API and addons, VS Code terminal architecture, PTY integration, session persistence, input handling (keyboard/IME/mouse), shell integration with OSC sequences, and performance optimization. Use when implementing any terminal-related features.

11Installs·0Trend·@s-hiraoku

Installation

$npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill terminal-expert

How to Install terminal-expert

Quickly install terminal-expert AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill terminal-expert
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: s-hiraoku/vscode-sidebar-terminal.

SKILL.md

View raw

This skill provides comprehensive knowledge for implementing terminal features in VS Code extensions. It unifies xterm.js implementation details with VS Code's terminal architecture patterns, ensuring consistency with the official VS Code terminal implementation.

| FitAddon | @xterm/addon-fit | Auto-resize to container | Always | | WebglAddon | @xterm/addon-webgl | GPU acceleration (30%+ perf) | Lazy | | SerializeAddon | @xterm/addon-serialize | Session persistence | Lazy | | SearchAddon | @xterm/addon-search | Find in terminal | Lazy | | Unicode11Addon | @xterm/addon-unicode11 | Extended Unicode | Config |

| WebLinksAddon | @xterm/addon-web-links | Clickable URLs | Config | | ImageAddon | @xterm/addon-image | Inline images | Config |

This skill provides unified expert-level guidance for terminal implementation in VS Code extensions. Covers xterm.js API and addons, VS Code terminal architecture, PTY integration, session persistence, input handling (keyboard/IME/mouse), shell integration with OSC sequences, and performance optimization. Use when implementing any terminal-related features. Source: s-hiraoku/vscode-sidebar-terminal.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill terminal-expert
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from s-hiraoku/vscode-sidebar-terminal

Quick answers

What is terminal-expert?

This skill provides unified expert-level guidance for terminal implementation in VS Code extensions. Covers xterm.js API and addons, VS Code terminal architecture, PTY integration, session persistence, input handling (keyboard/IME/mouse), shell integration with OSC sequences, and performance optimization. Use when implementing any terminal-related features. Source: s-hiraoku/vscode-sidebar-terminal.

How do I install terminal-expert?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/vscode-sidebar-terminal --skill terminal-expert Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/s-hiraoku/vscode-sidebar-terminal