Hebrew Terminal Launcher

VerifiedSafe

Launch Claude Code in Git Bash with proper Hebrew/RTL text rendering.

Sby Skills Guide Bot
DevelopmentBeginner
107/23/2026
Claude Code
#hebrew#rtl#terminal#git-bash#claude-code

Recommended for

Our review

Launches Claude Code in a Git Bash (mintty) terminal with full Hebrew and RTL text support.

Strengths

  • Fixes Hebrew and RTL rendering issues common in PowerShell and VS Code integrated terminal.
  • Leverages mintty's native Unicode bidirectional support.
  • Optional Chrome browser automation mode for extended capabilities.

Limitations

  • Requires Git for Windows to be installed and accessible.
  • Opens a separate terminal window, which may disrupt workflow.
  • Windows-only (Git Bash).
When to use it

When you need to use Hebrew or other RTL scripts in Claude Code and your current terminal (PowerShell, VS Code) displays them incorrectly.

When not to use it

If you already use a terminal with proper bidirectional Unicode support (e.g., Windows Terminal, Linux/macOS terminals).

Security analysis

Safe
Quality score85/100

The skill only instructs running a local bash script from a fixed path inside the skill's own directory. There is no obfuscation, no remote execution, no destructive commands, and no data exfiltration risk. The script itself would need to be audited for safety, but the skill does not present inherent security threats.

No concerns found

Examples

Launch with Chrome automation
Open Claude Code in Hebrew-compatible terminal with Chrome browser automation.
Standard launch
Start Claude Code in a Git Bash terminal with full RTL support.

name: hebrew-terminal description: Launch Claude Code in Git Bash (mintty) with full Hebrew/RTL support. Use when Hebrew text displays incorrectly in PowerShell or VS Code terminal.

Hebrew Terminal Launcher

This skill launches Claude Code in a new Git Bash (mintty) terminal with proper Hebrew/RTL text rendering.

Why?

PowerShell and VS Code's integrated terminal don't properly support bidirectional (RTL) text rendering. Git Bash's mintty terminal has full Unicode bidirectional support.

Instructions

When the user invokes this skill:

  1. Ask if they want Chrome browser automation mode:

    • Option 1: Standard mode
    • Option 2: With Chrome (browser automation)
  2. Run the launch script with the appropriate mode:

    # For standard mode:
    bash ~/.claude/skills/hebrew-terminal/launch.sh
    
    # For Chrome mode:
    bash ~/.claude/skills/hebrew-terminal/launch.sh --chrome
    
  3. Tell the user a new terminal window will open with Claude Code.

Requirements

  • Git for Windows (https://git-scm.com/download/win)
  • Claude Code installed and in PATH
Related skills