summon-the-knights-of-the-round-table
Multi-model brainstorming to challenge assumptions and reach consensus. Use when needing to double-check work, validate plans, or get diverse perspectives on decisions. Invokes Claude Opus 4.6, GPT-5.3-Codex, and Gemini 3 Pro with randomized roles to debate and find common ground.
git-commit
Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, push code, create a PR, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping, (5) Respecting repository contribution guidelines
git-safety-scan
Scan staged changes or commits for sensitive data before pushing to remote. Use when pushing code, creating PRs, or before any git push. Detects API keys, tokens, passwords, connection strings, private keys, PII, and custom blocklist terms. MANDATORY before ANY push — invoke automatically.