Agent Plugins Marketplace
All plugins

pf-workshop

PatternFly team tools and skill incubation — issue triage, release management, codebase auditing, new skill development

Claude Code17 Skills

By UXD TeamLicense: MIT7 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
17 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 pf-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 pf-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/patternfly/pf-workshop/.

Plugin files

plugins/patternfly/pf-workshop/
├── .claude-plugin/plugin.json
├── skills/pf-analytics-repo-pruning/SKILL.md
├── skills/pf-bug-triage/SKILL.md
├── skills/pf-content-review/SKILL.md
├── skills/pf-create-issue/SKILL.md
├── skills/pf-css-var-scan/SKILL.md
├── skills/pf-duplicate-epic/SKILL.md
├── skills/pf-figma-diff/SKILL.md
├── skills/pf-modifier-scan/SKILL.md
├── skills/pf-org-version-update/SKILL.md
├── skills/pf-prototype-mode/SKILL.md
├── skills/pf-quarterly-report-gen/SKILL.md
├── skills/pf-rhds-icon-finder/SKILL.md
├── skills/pf-semantic-release-debug/SKILL.md
├── skills/pf-summarize-jira-issues/SKILL.md
├── skills/pf-summarize-pr-reviews/SKILL.md
├── skills/pf-token-build/SKILL.md
└── skills/pf-write-example-description/SKILL.md

Included Skills17

pf-analytics-repo-pruningskills/pf-analytics-repo-pruning/SKILL.md

Flag archived or inactive repos in PatternFly Analytics repos.json for removal. Use when auditing tracked codebases or pruning stale entries from analytics.

pf-bug-triageskills/pf-bug-triage/SKILL.md

Triage PatternFly bug reports — assess completeness, suggest fixes, identify affected components, and recommend assignees. Use when reviewing new bug issues or preparing them for assignment.

pf-content-reviewskills/pf-content-review/SKILL.md

Review content against PatternFly and Red Hat voice and tone standards. Use when contributing to patternfly.org, writing UI copy for Red Hat products, reviewing design guidelines, or editing externally sourced or AI-generated content.

pf-create-issueskills/pf-create-issue/SKILL.md

Create well-structured GitHub issues for PatternFly repositories with templates, follow-up tracking, and duplicate detection. Use when filing bugs, feature requests, or cross-repo follow-ups.

pf-css-var-scanskills/pf-css-var-scan/SKILL.md

Analyze --pf- CSS custom property usage and naming patterns in PatternFly SCSS. Use when auditing variable definitions, debugging missing tokens, or finding unused custom properties.

pf-duplicate-epicskills/pf-duplicate-epic/SKILL.md

Clone a Jira epic from another project into the PF Jira space with back-links and feature attachment. Use when duplicating COST or cross-project epics into PF for tracking.

pf-figma-diffskills/pf-figma-diff/SKILL.md

Diff Figma designs to identify what changed and generate code update checklists. Use when syncing code with updated designs or reviewing what changed between iterations. Requires Figma MCP.

pf-modifier-scanskills/pf-modifier-scan/SKILL.md

Analyze PatternFly modifier class (pf-m-*) usage across SCSS files and generate usage reports. Use when documenting modifier patterns, auditing CSS consistency, or planning refactors.

pf-org-version-updateskills/pf-org-version-update/SKILL.md

Update patternfly-org for a new PatternFly release — resolve versions, update package.json and versions.json, and provide build steps. Use when cutting a PF release or release candidate.

pf-prototype-modeskills/pf-prototype-mode/SKILL.md

Enable prototype mode for React apps with grayscale styling and a banner overlay. Use when demoing early concepts, presenting wireframes, or preventing stakeholders from fixating on visual polish.

pf-quarterly-report-genskills/pf-quarterly-report-gen/SKILL.md

Generate quarterly Jira status reports with RAG assessment, blocker tracking, and next-quarter recommendations. Use when preparing quarterly initiative reviews or tracking epic progress.

pf-rhds-icon-finderskills/pf-rhds-icon-finder/SKILL.md

Find Red Hat Design System icons (@rhds/icons) by keyword or use case with visual previews. Use when choosing an icon for a UI element or looking up available icons.

pf-semantic-release-debugskills/pf-semantic-release-debug/SKILL.md

Diagnose and fix semantic-release issues when a specific version is not being released. Use when semantic-release skips a version, fails to release, or when troubleshooting after git push --force, squashed commits, permission errors, or reference already exists.

pf-summarize-jira-issuesskills/pf-summarize-jira-issues/SKILL.md

Summarize your current sprint workload from Jira — assigned issues, contributor roles, and priorities. Use when checking what's left in the sprint or deciding what to work on next.

pf-summarize-pr-reviewsskills/pf-summarize-pr-reviews/SKILL.md

Summarize GitHub pull requests awaiting your review with status, age, and priority. Use when triaging your review queue, prioritizing code reviews, or checking what PRs need attention.

pf-token-buildskills/pf-token-build/SKILL.md

Build CSS design tokens for PatternFly core and copy them to the PatternFly repo. Use when regenerating tokens after design changes or during release preparation.

pf-write-example-descriptionskills/pf-write-example-description/SKILL.md

Write and refine example descriptions for PatternFly.org component and demo pages. Use when authoring or updating the prose in PatternFly example markdown files.

Plugin manifests1

plugins/patternfly/pf-workshop/.claude-plugin/plugin.json
{
  "name": "pf-workshop",
  "description": "PatternFly team tools and skill incubation — issue triage, release management, codebase auditing, new skill development",
  "dependencies": [
    "pf-mcp"
  ],
  "category": "workshop",
  "keywords": [
    "patternfly"
  ],
  "author": {
    "name": "UXD Team",
    "url": "https://www.patternfly.org"
  },
  "repository": "https://github.com/rh-uxd/ai-helpers",
  "license": "MIT"
}

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

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