npx skills add cypress-io/ai-toolkit --skill cypress-docs
jgamaraalv/delivery-loop · Archived
cypress-docs
Search and extract Cypress information from official documentation (docs.cypress.io, cypress.io); prefer LLM markdown under /llm/* and refuse unverified API or behavior claims.
Installation
npx skills add jgamaraalv/delivery-loop --skill cypress-docs
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Hunting playbook for race-condition / TOCTOU vulnerabilities — concurrent-request abuse, HTTP/2…
3 installsCreate beautiful visual art in .png and .pdf documents using design philosophy. Use when the us…
3 installsOrganize CSS using BEM, SMACSS, and CSS-in-JS patterns. Use when building scalable, maintainabl…
2 installsAnimate React route/page changes, shared elements, and enter/exit/reorder with the View Transit…
2 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use for Azure AI: Search, Speech, OpenAI, Document Intelligence. Helps with search, vector/hybr…
568.2K installsUse this skill any time a .pptx or .potx file is involved in any way — as input, output, or bot…
216.8K installsUse this skill whenever the user wants to do anything with PDF files. This includes reading or …
192.4K installsUse this skill whenever the user wants to create, read, edit, or manipulate Word documents (.do…
184.5K installsUse this skill any time a spreadsheet file is the primary input or output. This means any task …
165K installsAlso in this package
Other skills from jgamaraalv/delivery-loop · top by installs.
npx skills add jgamaraalv/delivery-loop
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,903 B -
docs
SUMMARY.md196 B
History
- First seen on skills.sh
- First recorded snapshot · 2 installs
SKILL.md
Cypress Documentation
Retrieve accurate, verifiable Cypress information by treating the official docs as the source of truth — never memory.
Core rules
- Search before you claim. Never assert "Cypress can / cannot…" from memory — search the docs
first, retrying with alternate terminology before concluding a feature is missing.
- Prefer the LLM-optimized docs. On
docs.cypress.io, fetch/llms.txt, then read the Markdown
mirror under /llm/* — every page has one (e.g. …/app/faq → …/llm/markdown/app/faq.md). Fall back to the HTML page only if the /llm version is incomplete.
- Primary sources only: https://docs.cypress.io and https://www.cypress.io (plus
/changelog/
and the cypress.io blog for version/update questions).
- Never invent. If the docs can't verify a claim, say "I could not verify this in Cypress docs,"
offer the closest documented alternative, and never guess an API, signature, or default. Prefer "unknown" over incorrect.
- Be version-aware. Use the version if given, else assume latest stable; when behavior differs by
version, call it out explicitly.
References
Read on demand (progressive disclosure):
references/search-strategy.md— query-type → doc-section routing table, the/llm/*→ standard →
changelog → blog search flow, error-message routing, and /llms.txt auto-discovery · read when locating the right doc page.
references/extraction-rules.md— how to extract commands / concepts / configuration, response
style and confidence annotation, caching, safety rules, and a worked example · read when structuring an answer from a fetched page.