If you're testing Angular apps with Cypress, this skill keeps you on track with both E2E and component testing patterns. It covers the basics: installation with the Angular mount adapter, standard E2E flows visiting pages and asserting on elements, and component tests that mount Angular components in isolation. The examples are straightforward and show the typical setup you'll actually use. It's targeting Cypress 13.x, so if you're on a recent version this should match what you're working with. Nothing fancy here, just the core patterns to get tests running without having to context switch to docs constantly.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-cypress