mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-17 17:56:46 +00:00
Add: flags for the chrome devtools mcp and the tavily mcp (#411)
This commit is contained in:
parent
fdfb05e981
commit
c67abcfc1a
@ -18,6 +18,8 @@
|
||||
| `--seq` / `--sequential` | Sequential | Multi-step reasoning, debugging | Complex debugging, system design |
|
||||
| `--magic` | Magic | UI component generation | `/ui` commands, frontend keywords |
|
||||
| `--play` / `--playwright` | Playwright | Browser testing, E2E validation | Testing requests, visual validation |
|
||||
| `--chrome` / `--devtools` | Chrome DevTools | Performance analysis, debugging | Performance auditing, debugging, layout issues |
|
||||
| `--tavily` | Tavily | Web search, real-time info | Web search requests, research queries |
|
||||
| `--morph` / `--morphllm` | Morphllm | Bulk transformations, pattern edits | Bulk operations, style enforcement |
|
||||
| `--serena` | Serena | Project memory, symbol operations | Symbol operations, large codebases |
|
||||
|
||||
|
||||
@ -50,6 +50,14 @@ Behavioral flags for Claude Code to enable specific execution modes and tool sel
|
||||
- Trigger: Browser testing, E2E scenarios, visual validation, accessibility testing
|
||||
- Behavior: Enable Playwright for real browser automation and testing
|
||||
|
||||
**--chrome / --devtools**
|
||||
- Trigger: Performance auditing, debugging, layout issues, network analysis, console errors
|
||||
- Behavior: Enable Chrome DevTools for real-time browser inspection and performance analysis
|
||||
|
||||
**--tavily**
|
||||
- Trigger: Web search requests, real-time information needs, research queries, current events
|
||||
- Behavior: Enable Tavily for web search and real-time information gathering
|
||||
|
||||
**--all-mcp**
|
||||
- Trigger: Maximum complexity scenarios, multi-domain problems
|
||||
- Behavior: Enable all MCP servers for comprehensive capability
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user