Setup & Installation
What This Skill Does
Retrieves and extracts information from official Cypress documentation at docs.cypress.io. It uses LLM-optimized markdown endpoints when available and refuses to make claims about APIs or behavior that can't be verified in the docs.
Cypress docs are large and spread across guides, API references, and changelogs, so having an agent that knows where to look and pulls structured markdown instead of raw HTML saves real lookup time.
When to use it
- Looking up cy.intercept syntax and options before mocking network requests
- Checking which configuration defaults changed between Cypress versions
- Finding the correct assertion chain for DOM element state checks
- Verifying whether a specific CLI flag or plugin exists before using it
- Getting official CI/CD integration examples for running Cypress in GitHub Actions or CircleCI