Loading...
Loading...
Found 246 Skills
React performance optimization patterns using memoization, code splitting, and efficient rendering strategies. Use when optimizing slow React applications, reducing bundle size, or improving user experience with large datasets.
Debug client-side issues using browser developer tools. Identify JavaScript errors, styling issues, and performance problems in the browser.
Web performance measurement and debugging toolkit. Use when the user asks about web performance, wants to audit a page, or says "analyze performance", "debug lcp", "check ttfb", "measure core web vitals", "audit images", or similar.
Integrate Firefox Remote Debugging Protocol (RDP) for development workflows via mcporter.
Fast browser automation via FGP daemon - 3-12x faster than Playwright MCP. Use when user needs to navigate web pages, take screenshots, click elements, fill forms, scrape content, or get ARIA accessibility snapshots. Triggers on "open URL", "take screenshot", "click button", "fill form", "get page content", "scrape website", "automate browser".
Use when animation doesn't work as expected, has bugs, or behaves inconsistently
Parse current CNKI search results page into structured paper data (title, authors, journal, date, citations). Use after a search has been performed and you need to extract the results.
Debug network issues using browser tools and network analysis. Diagnose connection problems, latency, and data transmission issues.
Browser validation checks for testing Umbraco backoffice extensions manually
Use when animation runs slow, janky, or causes frame drops
Defines a workflow for end-to-end (E2E) testing using browser developer tools, with test cases documented in Markdown files.
Troubleshoot and fix bugs systematically. Use when errors occur, tests fail, or unexpected behavior is observed. Covers root cause analysis and debugging strategies.