Persona-based user testing agent that simulates realistic user interactions with web applications. Embodies different user archetypes (Boomers, Millennials, Gen Z, Gen Alpha) with authentic behaviors, timing patterns, and frustration triggers to identify UX issues before real users do.
npx claudepluginhub ncklrs/claude-chrome-user-testing --plugin user-testing-agentCompare two URL variants (A/B test) using persona-based user testing. Tests the same persona on both variants and generates a comparison report showing which performs better.
Add visual annotations (boxes, highlights, callouts) to the current page and take a screenshot. Use during user testing to highlight issues or confusion points.
Check for broken links on a webpage. Crawls the page to find all links and validates each one, reporting 404s, redirects, and other issues.
Run a GDPR/CCPA cookie consent compliance audit on a web page. Checks banner behavior, consent mechanisms, and generates an actionable compliance report.
Test critical user journeys defined in your project. Validates must-work paths like purchase flows, signups, and other essential functionality.
Run pre-configured smoke tests for common user flows. Quick validation of login, signup, checkout, navigation, and search functionality using appropriate personas.
Test Stripe checkout flows with any persona using official test cards. Simulates payment experiences with realistic user behavior and generates payment-specific reports.
Create a custom user testing persona using an AI-assisted wizard. Describe your target user in natural language and generate a complete persona JSON file.
Run persona-based user testing on a web application. Simulates realistic user behavior with configurable personas (boomer, millennial, genz, genalpha), authentic timing patterns, and comprehensive reporting. Requires `claude --chrome` for browser automation.
Run a WCAG 2.1 accessibility audit on a web page. Checks Level A and AA compliance criteria, generates a score, and provides detailed remediation guidance.
Compare two URL variants with the same persona to determine which provides a better user experience. This skill guides the comparison logic and report generation.
Audit web pages for GDPR and CCPA cookie consent compliance.
Test must-work user journeys defined in project configuration. Critical paths are essential flows that must always function correctly.
Test form inputs with edge case payloads to find security vulnerabilities and encoding issues.
Post user testing results as GitHub PR comments for CI/CD integration.
Find and validate links on web pages. Reports broken links, redirects, and other issues.
Simulate slow or offline network conditions during user testing. Tests how well sites handle poor connectivity.
This skill provides the schema and generation logic for creating custom user testing personas.
This skill provides visual annotation capabilities for screenshots taken during user testing. Annotations help highlight issues, confusion points, and notable elements in test screenshots.
Record user testing sessions as Playwright Traces for replay and analysis. Traces capture the full testing session including screenshots, DOM snapshots, network requests, and console logs.
Run pre-configured smoke tests for common user flows. Quick validation that critical functionality works.
This skill provides guidance for testing Stripe checkout flows with any persona. It handles test card data, form detection, and payment-specific narration.
Comprehensive persona-based user testing skill for web applications. Simulates how real users from different demographics interact with interfaces, including realistic timing, behavioral patterns, and frustration triggers. Use when: - Testing user interfaces before release - Validating UX flows from diverse perspectives - Conducting accessibility reviews - Optimizing onboarding or checkout experiences - Getting feedback on form design
This skill provides WCAG 2.1 accessibility audit capabilities, including criteria definitions, check implementations, and scoring logic.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Comprehensive 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.
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement