cypress-agent-skill
Installation
SKILL.md
Cypress Expert Skill
Quick Reference
When to use this skill:
- Writing or fixing Cypress E2E or component tests
- Setting up Cypress in a new project
- Debugging flaky tests
- Adding network stubbing / API mocking
- Configuring CI pipelines for Cypress
- Implementing auth patterns (
cy.session) - Building Page Object Model architecture
Quick start:
npm install --save-dev cypress— installnpx cypress open— interactive mode (first run generates config)npx cypress run— headless CI mode- Read full references in
{baseDir}/references/for deep patterns