Claude-code-customes chrome
Comprehensive Chrome DevTools development system with native Chrome capabilities for debugging, E2E testing, performance analysis, and browser automation
install
source · Clone the upstream repo
git clone https://github.com/sc30gsw/claude-code-customes
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sc30gsw/claude-code-customes "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/chrome" ~/.claude/skills/sc30gsw-claude-code-customes-chrome && rm -rf "$T"
manifest:
.claude/skills/chrome/SKILL.mdsource content
Chrome: Complete Chrome DevTools Integration System
Advanced browser development support system utilizing Chrome DevTools MCP's native capabilities for debugging, E2E testing, performance analysis, and comprehensive browser automation.
Context
- Browser status:
ps aux | grep chrome | wc -l - Page count: Available pages via Chrome DevTools MCP
- Performance state: Active traces and monitoring status
- Network activity: Request monitoring and analysis
- Console state: Message count and error levels
Tool Priorities
ALWAYS prioritize Chrome DevTools MCP for all browser operations:
Chrome DevTools MCP (Primary Browser Control)
- Visual DOM Analysis: Use
for complete DOM structure analysismcp__chrome-devtools__take_snapshot - UI Problem Diagnosis: Translate visual issues into technical causes
- Performance Analysis: Use
,mcp__chrome-devtools__performance_start_traceperformance_stop_trace - Browser Automation: Use
,mcp__chrome-devtools__click
,fill
,navigate_pagetake_screenshot - Debugging: Use
,mcp__chrome-devtools__list_console_messagesevaluate_script - Network Monitoring: Use
mcp__chrome-devtools__list_network_requests
Usage
/chrome [action] [target] [options]
Available Actions
| Action | Description | Example |
|---|---|---|
| Comprehensive page analysis | |
| Content summarization | |
| Data extraction | |
| View console messages | |
| Debug specific issues | |
| E2E testing scenarios | |
| Performance analysis | |
| Network monitoring | |
| Capture screenshots | |
Options
| Option | Description |
|---|---|
| Headless mode |
| Detailed output |
| Auto-analysis |
| Content filtering |
Key Features
AI-Driven Page Analysis
- DOM + Console + Network + Performance + AI synthesis
- Security & Accessibility analysis
- Content summarization and structure analysis
Debugging & Console Analysis
- View recent console messages with filtering
- Analyze specific error patterns
- Execute debugging JavaScript
E2E Testing & Automation
- Complete form interaction
- Multi-field form automation
- E2E test scenario execution
Performance Analysis
- Performance tracing
- Core Web Vitals analysis
- Network performance analysis
Requirements
- Chrome DevTools MCP server configured and running
- Chrome browser (stable/beta/dev/canary)
- Node.js 22.12.0+ for MCP server