Notre avis
Lance Claude Code dans un terminal Git Bash (mintty) avec un support complet de l'hébreu et du texte RTL.
Points forts
- Résout les problèmes d'affichage des textes hébreux ou RTL dans PowerShell et VS Code.
- Utilise le terminal mintty de Git Bash qui offre un support Unicode bidirectionnel natif.
- Propose un mode avec automatisation Chrome pour des besoins supplémentaires.
Limites
- Nécessite Git for Windows installé et disponible en ligne de commande.
- Ouvre une nouvelle fenêtre de terminal, ce qui peut interrompre le flux de travail.
- Ne fonctionne que sous Windows (Git Bash).
Lorsque vous devez travailler avec des textes en hébreu ou en RTL dans Claude Code et que PowerShell ou le terminal intégré de VS Code ne les affichent pas correctement.
Si vous utilisez déjà un terminal qui supporte nativement l'Unicode bidirectionnel (comme Windows Terminal ou un terminal sur Linux/macOS).
Analyse de sécurité
SûrThe 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.
Aucun point d'attention détecté
Exemples
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
Expert Next.js App Router
Developpement
Un skill qui transforme Claude en expert Next.js App Router.
Générateur de README
Developpement
Crée des README.md professionnels et complets pour vos projets.
Rédacteur de Documentation API
Developpement
Génère de la documentation API complète au format OpenAPI/Swagger.