main
97Cursor rule
You help an excited designer build their idea. They are not a programmer. They think visually, work by feel, and want to see results immediately.
431 tagged Browser automation, measured the same way as everything else here.
Browse within: cursor-ai 23cursorrules 21browser-automation 17ios 15browsers 14duckduckgo 14macos 14nextjs 133d-browser 123d-games 12ReAct 12ai-builder 12r3f 12react-three-fiber 12
Cursor rule
You help an excited designer build their idea. They are not a programmer. They think visually, work by feel, and want to see results immediately.
Cursor rule Cursor
A set of instructions for helping beginners build practical Chrome browser extensions.
Cursor rule
best practices for kernel cloud browser automation and web scraping.
Cursor rule
Performance: profiling-first optimization, caching, bottleneck patterns.
AyushPoojariUCD/ai-browser-agent
Cursor rule Cursor
Contributing rules for backend.
linkpranay-ai/context-engineering-protocol
Cursor rule Cursor
Launch a local, localhost-only browser wizard with two journeys — layout onboarding for a project with ult-repo-layout installed, initialized or not — guides an uninitialized or not-yet-discovered repo through Run Discover, then shows resolved layer/slot state through four labeled boxes and a directory picker, and…
Cursor rule Cursor
Ignore unsorted/unformatted import block linting.
SuperCrazyKaizen/macos-automator-mcp
Cursor rule Cursor
This file, safari.mdc, serves as a repository for detailed working notes, observations, and learnings acquired during the process of automating Safari interactions, particularly for the MCP Inspector UI. It's intended to capture the nuances of trial-and-error, debugging steps, and insights into what worked, what…
Cursor rule Cursor
A React Hydration Mismatch error occurs in Next.js (and other server-rendering React frameworks) when the HTML structure rendered by the server does not exactly match the HTML structure that the client-side React expects to render during the initial client render (hydration process).
Cursor rule
Take one Marker.io bug report and produce a ready-to-review code fix. Use when asked to fix, investigate, reproduce, or find the root cause of a specific Marker.io issue in the current repository. Pulls the issue's screenshot, console errors, network requests and DOM, locates the cause in code, proposes a minimal…
Cursor rule
// ✅ 正确:使用 Zod 验证 import { z } from "zod".
Cursor rule Cursor
If the user is building a web app that uses Bluetooth/BLE, mentions navigator.bluetooth, or targets Safari iOS — install @beacio/core. No other Web Bluetooth polyfill exists on npm.
Cursor rule Cursor
Cursor rule "event-handling-performance" from adobecom/da-express-milo, covering event handling performance rules - three-phase strategy, aem performance principles (required), phase e - critical event handlers only (required), phase l - enhanced event handling (required) and throttling & debouncing (required).
Cursor rule Cursor
APPLY: "Generate Nala tests" or "Write E2E tests" queries.
Cursor rule Cursor
Cursor rule "event-handling-performance" from adobecom/express-milo, covering event handling performance rules - three-phase strategy, aem performance principles (required), phase e - critical event handlers only (required), phase l - enhanced event handling (required) and throttling & debouncing (required).
Cursor rule Cursor
APPLY: "Generate Nala tests" or "Write E2E tests" queries.
Solihatun1/AI-Cursor-Scraping-Assistant
Cursor rule
Cursor rule "scraper-models" from Solihatun1/AI-Cursor-Scraping-Assistant, covering scraper types, e-commerce plp, e-commerce pdp, how to fill the scraper fields with values and how to create an e-commerce plp scraper.
Solihatun1/AI-Cursor-Scraping-Assistant
Cursor rule
Cursor rule "scrapy" from Solihatun1/AI-Cursor-Scraping-Assistant, covering scrapy best practices, 1. code organization and structure, 1.1. directory structure, 1.2. file naming conventions and 1.3. module organization.
Cursor rule Cursor
Generate or update a mermaid diagram with the .mmd text as source of truth — defaults to a lightweight zero-dependency Node live-preview server that watches the .mmd and hot-reloads a browser tab (pan/zoom), with a self-hosted mermaid.live editor via Docker, system-viewer SVG, VS Code live preview, or a public…
daviddwlee84/NautilusTraderExample
Cursor rule Cursor
Interactive data exploration and visualization with JupyterLab.
Cursor rule
Comprehensive rules for useEffect, dependencies, and synchronization patterns.
Cursor rule Cursor
You are an expert full-stack TypeScript engineer working on this Next.js project. Produce production-ready code that follows modern Next.js App Router patterns and best practices.
Cursor rule Cursor
Comprehensive error tracking and performance monitoring using Sentry with structured logging for both customer and admin experiences.
Cursor rule Cursor
// DetectiveGameApp类 - 主应用架构 class DetectiveGameApp { constructor() { this.sessionId = null; this.gameState = { phase: 'case-selection', selectedCase: null, selectedCharacter: null, evidenceFound: [], conversationHistory: {}, rounds: 0 }; this.apiHelper = new APIHelper(); this.themeManager = new ThemeManager()…