From context-engine
Chrome DevTools debugging and browser automation via MCP. Auto-loaded when working with browser debugging, performance analysis, or web inspection tasks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-engine:chrome-devtoolsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Browser debugging, performance profiling, and page inspection via the Chrome DevTools Protocol.
Browser debugging, performance profiling, and page inspection via the Chrome DevTools Protocol.
list_pages to find available targetsselect_page or navigate_page to target the right pagetake_snapshot (DOM), take_screenshot, evaluate_scriptperformance_start_trace → reproduce issue → performance_stop_trace → performance_analyze_insightlighthouse_audit or manual DOM inspectionnavigate_page, list_pages, select_page, new_page, close_pagetake_snapshot, take_screenshot, evaluate_scriptclick, fill, type_text, press_key, hover, dragperformance_start_trace, performance_stop_trace, performance_analyze_insightlist_network_requests, get_network_requestlist_console_messages, get_console_messagelighthouse_audit, take_memory_snapshot, emulatelist_pages first to verify a debuggable target existstake_snapshot (DOM tree) over take_screenshot when text content matters — DOM text is far smaller than base64 imagesperformance_analyze_insight provides data-driven answerslist_network_requests is more reliable than console.log for API debugginglist_network_requests rather than fetching all requests — filter to the domain or path you care aboutget_console_message for specific entries rather than list_console_messages for the full log--remote-debugging-port flag — if list_pages returns nothing, Chrome isn't in debug modeevaluate_script runs in the page context, not Node.js — no require() or fs accessresize_page first if testing responsive layoutsFor available tools, MCP configuration, and startup instructions, read REFERENCE.md in this directory.
npx claudepluginhub littlelingo/context-engine --plugin context-engineUses Chrome DevTools MCP for debugging, browser automation, performance analysis, and network inspection. Includes workflows for page interaction, extension testing, and efficient data retrieval.
Launches and configures Chrome DevTools MCP server for visual access to live browser, enabling screenshots, DOM snapshots, console debugging, network inspection, Core Web Vitals measurement, Lighthouse audits, and automation of interactions on Windows/Linux/WSL2.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.