Cypress E2E testing skill for AI agents — Claude Code, Codex, OpenClaw, Cursor, and more. Covers selectors, network stubbing, auth, CI, flake prevention, POM, and TypeScript. Cypress 15.x compatible.
# 🧪 cypress-agent-skill > **The ultimate Cypress testing skill for AI coding agents.** > Works with Claude Code, Codex CLI, OpenClaw, Cursor, and any agent that reads SKILL.md files. [](LICENSE) [](https://docs.cypress.io) [](https://agentskills.io) [](https://github.com/KahlilR23/cypress-agent-skill/actions/workflows/validate.yml) --- ## What This Is A production-grade **AI agent skill** for writing, debugging, and optimizing Cypress tests. Covers every major Cypress pattern — selector strategy, network stubbing, auth with `cy.session`, CI parallelization, component testing, flake elimination — in a format AI agents read and apply directly. One `SKILL.md` at the root. No nested directories. Agents clone this repo and read `SKILL.md` immediately. --- ## Quick Install ### OpenClaw (global — available to all agents) ```bash git clone https://github.com/KahlilR23/cypress-agent-skill \ ~/.openclaw/skills/cypress-agent-skill ``` ### Claude Code (project-level) ```bash git clone https://github.com/KahlilR23/cypress-agent-skill \ .cursor/skills/cypress-agent-skill ``` ### Claude Code (personal — available in all projects) ```bash git clone https://github.com/KahlilR23/cypress-agent-skill \ ~/.cursor/skills/cypress-agent-skill ``` ### Codex CLI ```bash git clone https://github.com/KahlilR23/cypress-agent-skill \ .agents/skills/cypress-agent-skill ``` ### Cursor ```bash git clone https://github.com/KahlilR23/cypress-agent-skill \ .cursor/skills/cypress-agent-skill ``` ### Global (works with Codex, Cursor CLI, Kiro, Antigravity simultaneously) ```bash git clone https://github.com/KahlilR23/cypress-agent-skill \ ~/.agents/skills
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.