Agent Plugins Marketplace
All plugins

uxd-workshop

UXD team tools and skill incubator — prototyping, research, design review, team workflows

Claude Code6 Skills

By UXD TeamLicense: Apache-2.07 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install uxd-workshop for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install uxd-workshop@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rh-uxd/ai-helpers

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/uxd-workshop/.

Plugin files

plugins/uxd-workshop/
├── .claude-plugin/plugin.json
├── skills/uxd-evaluate-design-heuristics/SKILL.md
├── skills/uxd-figma-read/SKILL.md
├── skills/uxd-prototype-evaluate/SKILL.md
├── skills/uxd-prototype-export/SKILL.md
├── skills/uxd-prototype-publish/SKILL.md
└── skills/uxd-research-heuristic-eval/SKILL.md

Included Skills6

uxd-evaluate-design-heuristicsskills/uxd-evaluate-design-heuristics/SKILL.md

Score a design against accessibility, visual hierarchy, content, and state coverage heuristics. Use when a team asks for an AI design critique, a heuristic review, or a neutral evaluation of one or more design directions. Works with screenshots, Figma context, or any visual input.

uxd-figma-readskills/uxd-figma-read/SKILL.md

Retrieve design context from a Figma file. Use when any workflow needs screenshots, page structure, node metadata, or design tokens from a Figma URL. Handles URL parsing, Figma MCP detection with REST API fallback, page discovery, and frame export. Pair with other skills that need Figma input.

uxd-prototype-evaluateskills/uxd-prototype-evaluate/SKILL.md

Evaluate a running prototype against a Jira ticket's acceptance criteria, automatically fix what fails, then run persona-based usability walkthroughs. Produces an HTML evidence report with screenshots, scores, and findings. Use when you want to validate a prototype, check usability, or generate evidence for an MR review.

uxd-prototype-exportskills/uxd-prototype-export/SKILL.md

Export a prototype page or journey step as static HTML, a React component tree, or a PatternFly implementation spec, and install the Prototype Bar (Sources, Prototype|Eval, Scenario, Export). Use when capturing the current view, batch-exporting journey screens and page scenarios, or wiring provenance/eval/scenario navigation into a prototype.

uxd-prototype-publishskills/uxd-prototype-publish/SKILL.md

Publish a prototype to a git merge request, GitHub Pages, GitLab Pages, or Vercel. Use when sharing a finished prototype for review, deploying a sanitized public copy, or updating Jira with submission links.

uxd-research-heuristic-evalskills/uxd-research-heuristic-eval/SKILL.md

Conduct a heuristic evaluation of a prototype or interface using three independent expert evaluators. Use when running a usability audit, evaluating a UI against Nielsen's heuristics or other frameworks, or preparing for user testing. Do not use for accessibility audits, WCAG checks, or axe scans.

Plugin manifests1

plugins/uxd-workshop/.claude-plugin/plugin.json
{
  "name": "uxd-workshop",
  "description": "UXD team tools and skill incubator — prototyping, research, design review, team workflows",
  "category": "workshop",
  "author": {
    "name": "UXD Team"
  },
  "repository": "https://github.com/rh-uxd/ai-helpers",
  "license": "Apache-2.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[uxd-workshop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/uxd-workshop)