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.

First seen Jul 4, 2026

Installation

$ npx skills add jgamaraalv/delivery-loop --skill cypress-docs

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jgamaraalv/delivery-loop · top by installs.

npx skills add jgamaraalv/delivery-loop

Browse all from 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.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Also listed on

Alternate registries and mirrors of this skill.

Repository health

Stars 3
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,903 B
  • docs SUMMARY.md 196 B

History

  1. First seen on skills.sh
  2. 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.

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.