SuperClaude-Tech is an intelligent command generator that converts natural language into professional SuperClaude Framework commands. It eliminates the need to memorize complex syntax, making the powerful SuperClaude Framework accessible to everyone.
SuperClaude Framework v4 provides 21 commands, 14 AI agents, and dozens of flags. A typical command looks like this:
/sc:implement "user authentication" @agent-security-engineer @agent-backend-architect --c7 --safe-mode --with-tests --validateCan you remember all the:
- Exact command names?
- Which agents to use for each task?
- Required flags and their combinations?
- Correct syntax and order?
Most developers can't, and shouldn't have to.
With SuperClaude-Tech, you simply type:
sc build a secure login systemAnd instantly get the complete, optimized command with all necessary components.
- Remember just
scinstead of 21 commands + 14 agents + dozens of flags - Use natural language, not technical syntax
- No need to check documentation constantly
- Automatically selects appropriate agents for your task
- Includes necessary security and quality flags
- Follows official SuperClaude patterns
- See exactly which commands and agents are used for each task
- Learn by observation, not memorization
- Gradually understand the framework through usage
SuperClaude-Tech requires the SuperClaude Framework to be installed first. This is an enhancement tool that works on top of SuperClaude.
# Recommended: Install using pipx
pipx install SuperClaude && SuperClaude install
# Or using pip
pip install SuperClaude && SuperClaude install
# Or using npm
npm install -g @bifrost_inc/superclaude && superclaude installFor detailed installation instructions, visit the SuperClaude Framework repository.
After installing SuperClaude Framework, install SuperClaude-Tech:
# Place CLAUDE.md in your Claude Code configuration
~/.claude/CLAUDE.md
# Or in your project root
/your-project/CLAUDE.mdAdd sc before any request to generate the command:
# Input
sc optimize database performance
# Output
/sc:improve "database performance" @agent-backend-architect @agent-performance-engineer --seq --ultrathink --systematic| Natural Language | Generated Professional Command |
|---|---|
sc fix memory leak |
/sc:troubleshoot "memory leak" @agent-performance-engineer @agent-root-cause-analyst --trace --verbose --safe-mode |
sc build shopping cart |
/sc:implement "shopping cart" @agent-backend-architect @agent-frontend-architect --c7 --magic --with-tests --validate |
sc audit security |
/sc:analyze . @agent-security-engineer --focus security --systematic --validate --trace |
sc refactor legacy code |
/sc:improve "legacy code refactoring" @agent-refactoring-expert @agent-system-architect --wave-mode force --wave-strategy enterprise --systematic |
- Start using SuperClaude immediately without learning syntax
- Focus on what you want to achieve, not how to phrase it
- Learn the framework naturally through generated examples
- Quick reference for complex command combinations
- Never forget rarely-used flags or agent names
- Ensure consistency across team projects
- Standardize command patterns across the organization
- Reduce onboarding time for new members
- Maintain best practices automatically
Automatically identifies which experts you need:
- Security tasks →
@agent-security-engineer - Performance issues →
@agent-performance-engineer - UI components →
@agent-frontend-architect - System design →
@agent-system-architect
Applies appropriate flags based on context:
- Production code →
--safe-mode --validate - Complex analysis →
--seq --ultrathink --systematic - Testing required →
--with-tests --coverage
Automatically determines task complexity and adds:
- Wave modes for large-scale operations
- Parallel execution markers for efficiency
- TodoWrite suggestions for multi-step tasks
- Core Configuration - Complete system documentation
- User Guide - Detailed usage examples
- 中文文档 - Chinese documentation
- 21 Commands: implement, analyze, troubleshoot, improve, test, build, design, and more
- 14 AI Agents: From security engineers to frontend architects
- 6 MCP Servers: Documentation, analysis, UI generation, testing tools
- 5 Behavior Modes: Brainstorming, Task Management, Orchestration, and more
- You describe what you want in natural language
- SuperClaude-Tech analyzes your intent
- It selects appropriate commands, agents, and flags
- Returns the complete, ready-to-use SuperClaude command
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - See LICENSE for details
Built on top of the SuperClaude Framework. Thanks to the original authors for creating such a powerful tool.
Created by 黑胡子 (Blackbeard)
Website: https://www.heihuzicity.com/
Star this project if you find it helpful!