By Guidogl
Write and review Cypress tests that respect the command queue and retry-ability — no hard waits, no assigned command results, no removed cy.route.
An agent skill that makes generated cypress code consistent: one canonical, modern idiom set instead of a mix of legacy and current APIs.
Cypress is stable, but generated tests fight its command-queue model: assigning cy.get results to variables, cy.wait(3000) hard sleeps, the removed cy.route/cy.server, async/await around commands. This skill pins the canonical idioms — chained commands, aliased intercepts, cy.session login caching, data-cy selectors — and catalogs the anti-patterns that make suites flaky.
skills.sh
npx skills add guidogl/cypress-consistency
Claude Code plugin marketplace
/plugin marketplace add guidogl/cypress-consistency
SKILL.md — the skill instructions: canonical idioms, pitfalls, version notes, workflow.references/cypress-patterns.md — deep reference: legacy→modern migration map and
expanded per-topic patterns, gotchas, and code examples.Apache-2.0 — see LICENSE.txt.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimWrite and review Ajv 8 code — dialect-matched imports, compile-once validators, ajv-formats wired in, errors copied before the next call.
Write and review Scrapy spiders with canonical 2.x idioms — response.follow, .get()/.getall() selectors, yielded items, no blocking I/O.
Write and review FastAPI code in modern style — Annotated dependencies, Pydantic v2 models, lifespan handlers, async/def chosen correctly.
Write and review Selenium (Python) code with one canonical, modern Selenium 4 idiom set — explicit waits, By locators, Selenium Manager, no flaky-sleep patterns.
Map, transform, and validate source data into XML conforming to a target DTD.
npx claudepluginhub guidogl/cypress-consistency --plugin cypress-consistencyComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development