From Cypress
Searches and extracts accurate Cypress information from official documentation (docs.cypress.io), preferring LLM-optimized markdown under /llm/*. Refuses unverified API or behavior claims.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cypress:cypress-docsinheritThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Enable the agent to retrieve accurate, up-to-date, and verifiable information about the Cypress testing framework by prioritizing official documentation and structured sources.
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:
npx claudepluginhub cypress-io/ai-toolkit --plugin cypressProvides guidance on Cypress fundamentals including commands, assertions, fixtures, E2E testing patterns, setup, configuration, and best practices.
Automates Cypress e2e and component testing: selector strategy, cy.intercept stubbing, cy.session auth, flake diagnosis, CI setup, and Test Replay.