A advanced command composition interface for SuperClaude.
SuperClaude Builder is a single-page web application that helps users quickly build and compose SuperClaude commands. Through an intuitive graphical interface, users can select commands, configure flags, specify arguments, and preview the generated command string in real-time.
- Dual Command Modes: Support for Slash commands (
/sc:command) and Agent commands (@agent) - Smart Flag System: Dynamically displays relevant flag options based on selected command
- Bilingual Interface: Full i18n support with one-click language switching (EN/中文)
- Command History: Auto-saves recent 5 commands with quick copy support
- Keyboard Shortcuts: Efficient operation experience
Simply open superclaude-builder.html in your browser. No installation or dependencies required.
- Select command type (Slash or Agent)
- Choose specific command or Agent
- Enter task arguments
- Configure desired flags
- Copy the generated command
| Shortcut | Action |
|---|---|
Ctrl/Cmd + C |
Copy command (when no text selected) |
Ctrl/Cmd + L |
Toggle language |
| Middle Mouse Button | Copy command |
- Pure Frontend: Single HTML file, zero dependencies
- Modern CSS: CSS variables, glassmorphism effects, responsive layout
- Local Storage: Command history persistence
MIT License