Shell Prompt Skill Configure high-performance shell prompts with Powerlevel10k and Zsh Vi Mode. Overview Modern shell prompts provide: - Git status with branch, dirty state, and remote tracking - Environment indicators (Python venv, Node version, K8s context) - Execution time for long-running commands - Exit code visualization - Async updates for responsive experience - Vi mode indicators and cursor changes Zsh Vi Mode Zsh supports vi-style line editing with visual feedback through cursor changes and mode indicators. Quick Setup (Built-in) Cursor Style by Mode Change cursor shape based on cur…