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 you need to use Hebrew or other RTL scripts in Claude Code and your current terminal (PowerShell, VS Code) displays them incorrectly.
If you already use a terminal with proper bidirectional Unicode support (e.g., Windows Terminal, Linux/macOS terminals).
Security analysis
SafeThe 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
Open Claude Code in Hebrew-compatible terminal with Chrome browser automation.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:
-
Ask if they want Chrome browser automation mode:
- Option 1: Standard mode
- Option 2: With Chrome (browser automation)
-
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 -
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
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.