Claude Plugins Marketplace

Marketplace for custom Claude plugins enhancing design, UX, QA, and development workflows.

Claude Plugins Marketplace

Custom Claude Code plugins for design, UX, QA, and development workflows.

Plugins

ux-expert

Expert UI/UX plugin covering the full design lifecycle: conception, validation, and audit.

Commands:

CommandDescription
/ux-designFull UX design pipeline with web research and structured specs
/ux-validateQuick UX validation during development
/ux-auditComprehensive UX audit with scoring (/100) and action plan

Agents:

AgentRole
ux-researcherWeb research on UX best practices, trends, and benchmarks
ux-designerProduces structured UX Specifications with wireframes
ux-auditorEvaluates interfaces against Nielsen heuristics and WCAG

Skills (auto-activated):

SkillDomain
ux-foundationsNielsen heuristics, psychology laws, WCAG 2.2 AA, design systems
ux-landing-pageConversion optimization, hero sections, CTAs, pricing tables
ux-saas-appNavigation, onboarding, dashboards, notifications
ux-admin-portalData tables, CRUD, bulk actions, RBAC, search/filters
ux-audit-frameworkSeverity scales, scoring rubric, audit methodology

qa-hunter

Automated exploratory bug hunting on web applications. Explores via browser automation, detects bugs, and produces structured reports.

Prerequisites: Requires a Chrome DevTools MCP server (launch with claude --chrome).

Commands:

CommandDescription
/qa-exploreExplore a running web app to find bugs (main command)
/qa-auditSystematic audit with specific checklists (i18n, a11y, forms, etc.)
/qa-reportCompile raw findings into a structured bug report

Agents:

AgentRole
qa-explorerNavigates apps via browser, interacts with UI, discovers bugs
qa-reporterValidates findings, filters false positives, compiles reports

Skills (auto-activated):

SkillDomain
qa-foundationsOracle layers, bug severity (S0-S4), confidence levels, report format
qa-web-testingTesting checklists: forms, navigation, CRUD, console, network, i18n, a11y

Installation

# Add the marketplace
claude plugin marketplace add WilliamFontaine/claude-plugins-marketplace

# Install a plugin
claude plugin install ux-expert@willdev-plugins
claude plugin install qa-hunter@willdev-plugins

Each plugin will be available in your next Claude Code session.

Structure

plugins/
├── ux-expert/
│   ├── .claude-plugin/
│   │   └── plugin.json
│   ├── agents/
│   ├── commands/
│   └── skills/
│       ├── ux-foundations/
│       ├── ux-landing-page/
│       ├── ux-saas-app/
│       ├── ux-admin-portal/
│       └── ux-audit-framework/
└── qa-hunter/
    ├── .claude-plugin/
    │   └── plugin.json
    ├── agents/
    ├── commands/
    └── skills/
        ├── qa-foundations/
        └── qa-web-testing/

License

MIT