Session state
End-to-end Cypress skill pack for planning, authoring, debugging, documenting, and operationalizing test automation.
npx -y skills add jovd83/Cypress-skill --skill session-stateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when you need the legacy Cypress session-state entrypoint path; record session state in the canonical Cypress handover workflow.
SKILL.md
3.6 KB, as published. Nobody here has run it
Telemetry & Logging
[!IMPORTANT] All usage of this skill must be logged via the Skill Dispatcher to ensure audit logs and wallboard analytics are accurate:
./log-dispatch.cmd --skill <skill_name> --intent <intent> --model <model_name> --reason <reason>(or./log-dispatch.shon Linux)
Session State
This compatibility entrypoint exists for structural parity with the sibling skill tree.
Use the canonical session-state guidance embedded in ../cypress-handover/SKILL.md.
Do not introduce a second persistent-memory workflow here. This path is a thin routing alias only.
Why This Path Exists
Use this path only when an older workflow, a parity check, or an external reference still points to documentation/session-state/.
Canonical Status
- Canonical package: ../cypress-handover/SKILL.md
- Compatibility path:
documentation/session-state/ - Long-term intent: keep this path as a thin alias until both framework trees share the same stable layout
Mapping to the Canonical Package
- Legacy session-state entrypoint:
documentation/session-state/SKILL.md - Canonical session-state guidance: ../cypress-handover/SKILL.md
- Legacy template pointer: references/template.md
- Canonical template section: ../cypress-handover/assets/handover-template.md
- Legacy conflict guidance: references/conflict-resolution.md
- Canonical multi-scope guidance: ../cypress-handover/references/multi-scope-conflicts.md
Commands
- Inspect the latest scoped handover before resuming:
powershell -NoProfile -File .\documentation\cypress-handover\scripts\find-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -Format summary - Resume a paused scope with refreshed session-state notes:
powershell -NoProfile -File .\documentation\cypress-handover\scripts\resume-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -ProgressNote "Refresh the authenticated browser state and continue." -NextAction "Recreate cy.session() state and rerun the checkout auth path." - Complete and archive a finished scope:
powershell -NoProfile -File .\documentation\cypress-handover\scripts\complete-handover.ps1 -TaskLabel checkout-auth-fix -WorkspaceRoot <repo-root> -Branch main -ValidationNote "Scoped auth flow passed after session recreation."
Read references/template.md for the legacy-compatible template pointer. Read references/troubleshooting.md for legacy-compatible troubleshooting guidance. Read references/conflict-resolution.md for legacy-compatible conflict guidance.
Gives 0 of the 12 instructions most memory context skills give
Counted across 674 of the 847 authors here whose files we hold, read 2026-08-06
- inform the user when setup is completein 21 of 674, across 6 files
- confirm the draft with the user before writingin 21 of 674, across 6 files
- update the agent skills block in place if it existsin 21 of 674, across 6 files
- present findings to the userin 20 of 674, across 5 files
- write the three docs files from seed templatesin 20 of 674, across 5 files
- ask the user about each decision one at a timein 19 of 674, across 4 files
- edit CLAUDE.md if it existsin 18 of 674, across 3 files
- explore current repo statein 18 of 674, across 3 files
- do not overwrite user edits to surrounding sectionsin 18 of 674, across 3 files
- back up the original file before overwritingin 16 of 674, across 8 files
- keep the memory index under 200 linesin 15 of 674
- Provide actionable steps and verificationin 13 of 674, across 2 files
Said here and by no other author read
- log usage via the skill dispatcher
- use canonical session-state guidance
- do not introduce a second persistent-memory workflow
- use this path only for legacy workflows
- inspect latest handover before resuming
- resume paused scope with refreshed notes
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.