Toggle the git workflow skill on or off for this user.
/plugin marketplace add violetio/violet-ai-plugins/plugin install violetio-workflows-plugins-workflows@violetio/violet-ai-plugins# Git Skill Toggle Toggle the git workflow skill on or off for this user. **Usage**: `/git [on|off|status]` --- ## What This Command Does When the user invokes `/git`, parse the argument and manage their git skill settings. ### Arguments - `on` - Enable the git workflow skill - `off` - Disable the git workflow skill - `status` - Show current git skill status (default if no argument) --- ## Implementation ### Check Current Status First, check if the user has git settings configured: **If file doesn't exist or git settings missing**: The skill is **disabled** (default state). #...