npx claudepluginhub cypress-io/ai-toolkit --plugin cypressThis skill uses the workspace's default tool permissions.
Enable the agent to retrieve accurate, up-to-date, and verifiable information about the Cypress testing framework by prioritizing official documentation and structured sources.
Provides guidance on Cypress fundamentals including commands, assertions, fixtures, E2E testing patterns, setup, configuration, and best practices.
Provides E2E testing patterns for Playwright and Cypress to build reliable test suites, debug flaky tests, test user workflows, and integrate with CI/CD.
Automates E2E testing and browser interactions with qa-use CLI. Create sessions, navigate pages, snapshot DOM for element refs, perform clicks/fills, and debug test failures.
Share bugs, ideas, or general feedback.
Enable the agent to retrieve accurate, up-to-date, and verifiable information about the Cypress testing framework by prioritizing official documentation and structured sources.
Apply this skill whenever the task depends on finding, reading, or quoting Cypress documentation rather than general testing intuition:
llms.txt, /llm/*) when fetching or summarizing doc pages.If the user only needs writing or fixing tests without a documentation lookup, prefer cypress-author; if they only need test explanation without fetching docs, prefer cypress-explain. Use this skill when official documentation is the source of truth.
When accessing docs.cypress.io:
Fetch /llms.txt
Parse it to discover:
Prefer content under /llm/*. Every path on the site has an optimized version hosted under /llm - for example, https://docs.cypress.io/app/faq is available at https://docs.cypress.io/llm/markdown/app/faq.md.
Why:
Fallback:
/llm/* is incomplete, use standard docs pagesIf documentation cannot verify a claim:
| Query Type | Search Location |
|---|---|
| How do I... | /guides/, /core-concepts/ |
| What is... | /core-concepts/ |
| API / Commands | /api/commands/ |
| Assertions | /api/assertions/ |
| Config issues | /configuration/ |
| CI/CD | /guides/ci-cd/ |
| Errors | /references/error-messages/ |
/llm/* (via /llms.txt)/changelog/cypress.io (blog, updates)If the query includes:
Then:
/references/error-messagesCache frequently used topics:
Internally assess confidence:
If LOW:
/llms.txt/llm/* pathsUser: "How do I mock API requests in Cypress?"
Agent should:
/llm/markdown/api/ and /llm/markdown/guides/cy.interceptThis skill ensures: