This directory contains slash commands - user-invoked prompts that you trigger manually.
/plugin marketplace add yzlin/supaviber/plugin install supaviber@supaviber-marketplace# Commands Directory This directory contains slash commands - user-invoked prompts that you trigger manually. ## What are Slash Commands? Slash commands are predefined prompts that you can invoke with `/supaviber:command-name`. They're useful for: - Common workflows you run frequently - Setup and configuration tasks - Quick access to specialized operations - Templated interactions ## Creating a Command ### 1. Create a Command File Each markdown file in this directory becomes a command: The filename becomes the command name: - `setup.md` → `/supaviber:setup` - `deploy.md` → `/supav...