24 slash commands across all plugins.
| Command |
Plugin |
Description |
/apex |
fuse-ai-pilot |
Full APEX workflow |
/apex-quick |
fuse-ai-pilot |
Skip Analyze, direct Execute |
/research |
fuse-ai-pilot |
Technical research |
/exploration |
fuse-ai-pilot |
Codebase discovery |
| Command |
Plugin |
Description |
/commit |
fuse-commit-pro |
Smart conventional commit |
/wip |
fuse-commit-pro |
Work in progress |
/fix |
fuse-commit-pro |
Bugfix commit |
/feat |
fuse-commit-pro |
Feature commit |
/refactor |
fuse-commit-pro |
Refactor commit |
/chore |
fuse-commit-pro |
Maintenance commit |
/docs |
fuse-commit-pro |
Documentation commit |
/test |
fuse-commit-pro |
Test commit |
/undo |
fuse-commit-pro |
Undo last commit |
/amend |
fuse-commit-pro |
Amend last commit |
| Command |
Plugin |
Description |
/nextjs-stack |
fuse-nextjs |
Full stack setup |
/laravel-api |
fuse-laravel |
API scaffolding |
/swift-build |
fuse-swift-apple-expert |
Build & archive |
| Command |
Plugin |
Description |
/design |
fuse-design |
UI/UX workflow |
| Command |
Plugin |
Description |
/prompt |
fuse-prompt-engineer |
Create/optimize prompts |
/prompt-history |
fuse-prompt-engineer |
Prompt history |
| Command |
Plugin |
Description |
/code-quality |
fuse-ai-pilot |
Linters, SOLID validation, DRY detection |
/elicitation |
fuse-ai-pilot |
Self-review techniques |
# Full APEX for a feature
/apex Add user authentication
# Quick commit
/commit
# Research before coding
/research React Server Components best practices